Re: Updated Broadband Stats

2007-06-15 Thread Mike Kear
whether you should or not depends on your audience.  For some sites,
the modem users are part of their target audience.  For others they
arent interested in those people.

It's like everything else on the internet.   The users of the internet
arent a huge homogenous group of identical people - they're like the
overall population -  made up of a wide range of ages, economic
circumstances and technical knowledge amongst other factors.  And who
you target depends on what you have your web site for.

For one example, i'd suggest if you sell broadband modems, the 56k
group are the precise lot you want to attract.

 Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 6/15/07, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 What do you mean building their sites accordingly?

 Do you think you should still be targetting modem speeds of 56k?




 This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
 Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use of the
 intended recipient(s).  If you are not the intended recipient(s) please note
 that any form of distribution, copying or use of this communication or the
 information in it is strictly prohibited and may be unlawful.  If you have
 received this communication in error please return it to the sender or call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com

 --

~|
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:281225
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Error Executing Database Query

2007-06-15 Thread alex poyaoan
need help for this message.. the object db.soc is existing below is my query 
and the error it throws: I'm using mssql server 2005 express edition 

cfquery name=all datasource=soc
SELECT  TOP (100) PERCENT SocID, Pr, 
FROM  dbo.soc
ORDER BY Pr

Error Executing Database Query.  
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC SQL Server 
Driver][SQL Server]Invalid object name 'dbo.Soc'.  


thanks a lot for any help

~|
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:281226
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFGRID Format Flash, Adding a new row with a hidden record.

2007-06-15 Thread Peter Tilbrook
Use display=no to support a hidden field. Haven't tried the edit for CFGrid 
but here is an example I use to display a list and select a record:

div align=center
cfform name=CurrentReferrerList 
action=index.cfm?rr=REFERRER_CREATE#Trim(URLToken)# height=390 
accessible=yes format=flash preloader=true preservedata=yes 
timeout= skin=#Request.FlashFormSkin# 
style=#Request.FlashFormBackgroundColour# wmode=transparent
cfformgroup type=panel label=Referrers [ 
#REFERRER_LIST.RecordCount# referrer(s) found ] - click on referrer to select
cfgrid name=ReferrerList query=REFERRER_LIST 
rowheaders=false appendkey=yes delete=no enabled=yes insert=no 
onchange=getUrl('index.cfm?rr=REFERRER_EDIT#URLToken#REFERRER_ID='+ReferrerList.dataProvider[ReferrerList.selectedIndex]['REFERRER_ID']);
 height=300
cfgridcolumn name=REFERRER_ID display=no
cfgridcolumn name=REFERRER_REFID display=no
cfgridcolumn name=REFERRER_NAME header=Referrer 
Name
cfgridcolumn name=REFERRER_TYPE header=Referrer 
Type
cfgridcolumn name=REFERRER_PHONE header=Referrer 
Phone
cfgridcolumn name=REFERRER_SUBURB header=Referrer 
Suburb
/cfgrid
/cfformgroup
cfformgroup type=horizontal
cfformitem type=spacer /
cfinput name=SubmitForm type=submit value=Create a new 
Referrer width=300
cfformitem type=spacer /
/cfformgroup
/cfform
/div

~|
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:281227
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Error Executing Database Query

2007-06-15 Thread alex poyaoan
Got it functioning!!! The solution is to declare explicitly after the 
datasource= the dbnamedatabasename dbtype=ODBC 

is there a configuration that i should do on coldfusion or mssql inorder that 
this error won't go out..


thanks 

~|
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:281228
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Updated Broadband Stats

2007-06-15 Thread Robertson-Ravo, Neil (RX)
Yeah but in all reality most peoples benchmark will be at least ISDN.




This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Mike Kear
To: CF-Talk
Sent: Fri Jun 15 07:06:33 2007
Subject: Re: Updated Broadband Stats

whether you should or not depends on your audience.  For some sites,
the modem users are part of their target audience.  For others they
arent interested in those people.

It's like everything else on the internet.   The users of the internet
arent a huge homogenous group of identical people - they're like the
overall population -  made up of a wide range of ages, economic
circumstances and technical knowledge amongst other factors.  And who
you target depends on what you have your web site for.

For one example, i'd suggest if you sell broadband modems, the 56k
group are the precise lot you want to attract.

 Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 6/15/07, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 What do you mean building their sites accordingly?

 Do you think you should still be targetting modem speeds of 56k?




 This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
 Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use of
the
 intended recipient(s).  If you are not the intended recipient(s) please
note
 that any form of distribution, copying or use of this communication or the
 information in it is strictly prohibited and may be unlawful.  If you have
 received this communication in error please return it to the sender or
call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com

 --



~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281229
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Memory leak in CF7-based app, still trying to track it down

2007-06-15 Thread Dave Ross
Post the code for how you are using OSCache. It looks like you are definitely 
ending up with too many references to internal CF classes on your CFCs. 
Remember - a CFC does not equate to a single Java object - thus caching 
concepts that work in the java world may not work exactly the same w/ CFCs.

I'm not sure if these are being sent to the list. Please let me know. Could
really use help in figuring out the memory leak caused by caching my CFC's
in application scope.   Thanks - Dov

 

http://www.houseoffusion.com/groups/CF-Talk/thread.cfm/threadid:52111#281118

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281230
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Error Executing Database Query

2007-06-15 Thread Robertson-Ravo, Neil (RX)
I am sure DBTYPE has been deprecated in MX as all connections are JDBC.
What connection type did you set up? An ODBC or normal SQL one?

You also do not need to prefix the table with dbo in your case.





This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: alex poyaoan
To: CF-Talk
Sent: Fri Jun 15 08:05:02 2007
Subject: Re: Error Executing Database Query

Got it functioning!!! The solution is to declare explicitly after the
datasource= the dbnamedatabasename dbtype=ODBC 

is there a configuration that i should do on coldfusion or mssql inorder
that this error won't go out..


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:281231
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dynamically populate a select box within a PDF form.

2007-06-15 Thread Jason Congerton
 I'm not sure if this is possible, and have been looking for 
 examples without luck. One of my clients have requested the 
 ability to post products to their website via a PDF form. My 
 question is, can I dynamically populate a select box on the 
 PDF form from the websites database. Would this be possible 
 by creating a web service and linking the PDF form to it? If 
 any one has had experience of this, I would greatly 
 appreciate your help.

Yes, you can. You will have to create your PDF using LiveCycle Designer,
which is bundled with Acrobat Professional. You can invoke web services from
XFA-compliant PDFs (LiveCycle Designer creates these). If you're writing the
web service in ColdFusion, you will need to publish your service as
document/literal rather than rpc/encoded. I think this requires CF 7 or
7.0.1, I forget which:

cfcomponent style=document

Within your PDF, you will have to create a data binding to the WSDL file of
your service, then bind the drop-down box field to the response object
corresponding to your web service call. To initiate the request, you can use
a button and hook the request to it, then set the button to control type
Execute. Alternatively, you can execute your web service request using
JavaScript and the appropriate XFA DOM event handler - off the top of my
head, I have no idea what that would be. You'll want to read the topic
Executing a web service operation in the Adobe LiveCycle Designer Help.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net

Thanks Dave, i now have the data connection within the form, just need to 
workout how to bind the select box to my query now. This is all new for me, 
have not needed to use the web service before. 

jason

~|
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:281232
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Memory leak in CF7-based app, still trying to track it down

2007-06-15 Thread Hemant Khandelwal
We have recently fix a similar issue. I am checking with EET if the hotfix is 
made available.

Thanks,
Hemant
Adobe ColdFusion Team

~|
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:281233
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Invalid Parser Construct

2007-06-15 Thread Adrian Lynch
It wouldn't have been the quotes that caused the error but having an
expression in between the #.

#someVar + someOtherVar# will fail on CF5 but not on CF6+.

Give it a try, I don't have CF5 here at the moment but I think that I'm
right.

Adrian

-Original Message-
From: Martin Carroll [mailto:[EMAIL PROTECTED]
Sent: 14 June 2007 16:12
To: CF-Talk
Subject: Re: Invalid Parser Construct


Hi Adrian

Thanks for the input.

Your response got me thinking and the problem was that the #Target1 *
multiplyBy# was in quotes.  I had been making changes to the system and
previously it wasn't a calculation just an assignment (i.e. =#Target1#).

So changing it to

cfset reportArray[count][9]=#Target1# * #multiplyBy#

worked in both versions of CF.

I now have to see what (if anything) the other changes I have made throw up
with regard to the CFMX7 v CF5 differences.

Thanks again.

Martin


I'm not sure you could do evaluations like that in CF5...

#Target1 * multiplyBy#

Try...

cfset reportArray[count][9] = Target1 * multiplyBy

Adrian

-Original Message-
From: Martin Carroll [mailto:[EMAIL PROTECTED]
Sent: 14 June 2007 14:21
To: CF-Talk
Subject: Re: Invalid Parser Construct


I have just found out that they are running CF Version 5!

Martin

 Martin


~|
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:281235
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Error Executing Database Query

2007-06-15 Thread alex poyaoan
I am sure DBTYPE has been deprecated in MX as all connections are JDBC.
What connection type did you set up? An ODBC or normal SQL one?

You also do not need to prefix the table with dbo in your case.

the connection is ODBC is it better if i set up SQL to avoid this?







This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: alex poyaoan
To: CF-Talk
Sent: Fri Jun 15 08:05:02 2007
Subject: Re: Error Executing Database Query

Got it functioning!!! The solution is to declare explicitly after the
datasource= the dbnamedatabasename dbtype=ODBC 

is there a configuration that i should do on coldfusion or mssql inorder
that this error won't go out..


thanks

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281236
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Error Executing Database Query

2007-06-15 Thread alex poyaoan
I am sure DBTYPE has been deprecated in MX as all connections are JDBC.
What connection type did you set up? An ODBC or normal SQL one?

You also do not need to prefix the table with dbo in your case.

THE CONNECTION IS ODBC IS IT BETTER IF I SET UP SQL TO AVOID THAT AND NOT 
DECLARING IT EXPLICITLY?





This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: alex poyaoan
To: CF-Talk
Sent: Fri Jun 15 08:05:02 2007
Subject: Re: Error Executing Database Query

Got it functioning!!! The solution is to declare explicitly after the
datasource= the dbnamedatabasename dbtype=ODBC 

is there a configuration that i should do on coldfusion or mssql inorder
that this error won't go out..


thanks

~|
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:281237
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Error converting data type varchar to int.

2007-06-15 Thread Robert Rawlins - Think Blue
Right you are Jochem!

Here is the stored proc code:

CREATE PROCEDURE Sp_Credential_Create
@User_IDINTEGER,
@Username   VARCHAR(128),
@Password   VARCHAR(128)
AS
SET NOCOUNT ON
INSERT INTO Credential (User_ID, Username, Password)
VALUES  (@User_ID, @Username, @Password)

And here is the function that fires the stored proc.

!--- Create Record ---
cffunction name=create access=public output=false returntype=void
hint=I create a record in persistance
cfargument name=UserID required=true type=numeric hint=I'm
the user id for the profile to be inserted /
cfargument name=Username required=true type=string
hint=Username /
cfargument name=Password required=true type=string
hint=Password /

!--- Create Temporary Local Structure ---
cfset var LOCAL = structNew() /

!--- Query To Create Record ---
cfstoredproc procedure=Sp_Profile_Create
datasource=#VARIABLES.Instance.Datasource.getDatasource()#
username=#VARIABLES.Instance.Datasource.getUsername()#
password=#VARIABLES.Instance.Datasource.getPassword()#
cfprocparam value=#ARGUMENTS.UserID# variable=User_ID
cfsqltype=cf_sql_integer maxlength=128 /
cfprocparam
value=#VARIABLES.Instance.Cryptographer.getEncrypted(ARGUMENTS.Username)#
variable=Username cfsqltype=cf_sql_varchar maxlength=128 /

cfprocparam
value=#VARIABLES.Instance.Cryptographer.getEncrypted(ARGUMENTS.Password)#
variable=Password cfsqltype=cf_sql_varchar maxlength=128 /
/cfstoredproc

cfreturn /
/cffunction

And finally the code that triggers the function.

cfset VARIABLES.DAO.create(1, 'TestUser, 'TestPassword') /

Hope that all makes sense to you, it would be great to figure out what's
causing this.

Thanks,

Rob

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: 14 June 2007 18:21
To: CF-Talk
Subject: Re: Error converting data type varchar to int.

Robert Rawlins - Think Blue wrote:
 
 [Macromedia][SQLServer JDBC Driver][SQLServer]Error converting data type
 varchar to int.
 
 This is a snippet of the query details thrown back in the error, it simple
 takes 3 parameters, the first is an integer and the second 2 are
 strings/varchar.
 
 (param 1) = [type='IN', class='java.lang.Integer', value='1',
 sqltype='cf_sql_integer'] , (param 2) = [type='IN',
 class='java.lang.String', value='07C67BA421500B791090E92F4C3D7032',
 sqltype='cf_sql_varchar'] , (param 3) = [type='IN',
 class='java.lang.String', value='D5534BDE55CAB29E3932D6CE4F211C34',
 sqltype='cf_sql_varchar']
 
 The param java types appear to match the cf_sql_type. These types also
match
 those defined inside the stored proc and the table columns, I can't see
 what's causing this issue.

If you don't include the stored procedure and CFML code neither can we :)

Jochem



~|
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:281239
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Memory leak in CF7-based app, still trying to track it down

2007-06-15 Thread Dov Katz
Thanks. Please keep the list (and me) updated.

Just to confirm: The behavior i'm seeing was already after I installed HF# 
645535 (strangely labeled as a cffile memory leak).

Thanks again
Dov


 We have recently fix a similar issue. I am checking with EET if the 
 hotfix is made available.
 
 Thanks,
 Hemant
 Adobe ColdFusion 
Team

~|
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:281238
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFPRESENTATION color and mouse problems - Scorpio - General Discussions - Scorpio Discussions

2007-06-15 Thread Tom Chiverton
Has anyone experienced problems setting glowColor and primaryColor in the CF8 
beta's CFPRESENTATION tag ?
When I try, for instance
 cfpresentation title=ColdFusion 8 Presentation Demo
  backgroundColor=##FF00FF
  glowColor=##FF
I get just black glows around the controls.

This is all native Linux.

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281234
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 leak in CF7-based app, still trying to track it down

2007-06-15 Thread Dov Katz
For a classloader, I use an instance of JavaLoader.cfc from Mark Mandel, with 
the oscache-2.3.2.jar added to it. 

I have a convenience method to get create a cache:
Cffunction name=createCacheAdministrator output=false access=public
Cfreturn 
this.create(com.opensymphony.oscache.general.GeneralCacheAdministrator).init()
/cffunction

Then I have DAO CFC's, which hit the DB directly, and MyDAOCacheImpl which 
subclass the DAO's to intercept Get calls and cache them... Example:

-- IN MyDAOCacheImpl 

cffunction name=init access=public output=false
hint=Pseudo Constructor. 
cfargument required=true name=dsn type=string
cfargument required=true name=loader 
cfset Super.init(arguments.dsn) 
Cfset this.cache=arguments.loader.createCacheAdministrator()
Cfset  this.refresh=(60*60*24)
cfreturn this /
/cffunction

Here's a cached query...

!--- READ ---
cffunction name=GetGallery access=public output=false
cfargument required=true name=id type=numeric
Cfset var key=Gallery_#arguments.id#
Cfset var val=
Cfset var err=
Cftry 
cfset val= 
#this.cache.getFromCache(key,javacast(int,this.refresh))#
cfcatch
Cfset err=
cftry
Cfset this.cache.cancelUpdate(key)
Cfscript
updated=false;
val=super.getGallery(arguments.gID);
this.cache.putInCache(key,val);
updated=true;
/Cfscript
cfcatch
Cfset err=#cfcatch.message#
/cfcatch/cftry
cfif not UPDATED
Cfset this.cache.cancelUpdate(key)
Cfthrow type=CacheError  message=Error 
inserting #key# into the cache: #err#
/cfif
/cfcatch/cftry
cfreturn val
/cffunction



 Post the code for how you are using OSCache. It looks like you are 
 definitely ending up with too many references to internal CF classes 
 on your CFCs. Remember - a CFC does not equate to a single Java object 
 - thus caching concepts that work in the java world may not work 
 exactly the same w/ CFCs.
 
 I'm not sure if these are being sent to the list. Please let me know. 
 Could
 really use help in figuring out the memory leak caused by caching my 
 CFC's
 in application scope.   Thanks - Dov
 
  
 
 http://www.houseoffusion.com/groups/CF-Talk/thread.
cfm/threadid:52111#281118

~|
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:281240
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion MX 7.0.2 and MySQL 4.1.12

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
James, I turned it off but no chance so far...

Ravi.

James Holmes wrote:
 Turn off the Windows firewall and try again...

 On 6/15/07, [Sunshine Tech Solutions] Ravi Gehlot
 [EMAIL PROTECTED] wrote:
   
 I ran telnet localhost 3360 and got connection failed.

 Ravi.

 Jochem van Dieten wrote:
 
 [Sunshine Tech Solutions] Ravi Gehlot wrote:

   
 That WindowsXP firewall is for the outsiders not for locals.

 
 That does not answer the question. Can you telnet to it?
   

   


-- 
---
Ravi Gehlot.
Sr. Management
Sunshine Technology Solutions, LLC
http://www.sunshinetechsolutions.com/
[EMAIL PROTECTED]
Cell Phone: (407) 860-3775
Business Line: (407) 745-1433
---

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.



~|
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:281241
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFC Typeof()

2007-06-15 Thread Rupesh Kumar
Enter CF8 and we have added IsInstanceOf(object, Type) to do the same.
It checks whether the given object is of given type where the type is a 
component or interface.

Regarding MetaData for components, we have also added a new Method 
GetComponentMetaData(componentOrInterface). As opposed to GetMetaData, this 
method does not create any object for component and hence it is faster and 
efficient.

Rupesh
Adobe ColdFusion Team.

~|
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:281243
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFC Typeof()

2007-06-15 Thread Rupesh Kumar
Enter CF8 and we have added IsInstanceOf(object, Type) to do the same.
It checks whether the given object is of given type where the type is a 
component or interface.

Regarding MetaData for components, we have also added a new Method 
GetComponentMetaData(componentOrInterface). As opposed to GetMetaData, this 
method does not create any object for component and hence it is faster and 
efficient.

Rupesh
Adobe ColdFusion Team.

~|
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:281242
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Updated Broadband Stats

2007-06-15 Thread Mike Kear
No, i dont accept that at all.  As i said, Neil, it depends on your
site's audience.

For another example - if your site is directed at Australian rural
community then you are pushing it to expect even 56kb users.  there
are huge areas where they simply dont get even that speed.

There will be many sites that are directed to early adopters fo
technology, in which case you could probably direct the site at large
screens, high download speeds, heaps of processing speed.   There are
plenty of sites that are directed elsewhere, and site
developers/managers/designers need to take their audiences into
account when making all kinds of decisions.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month




On 6/15/07, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 Yeah but in all reality most peoples benchmark will be at least ISDN.




~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: CFC Typeof()

2007-06-15 Thread Gert Franz
Hi Rupesh,

is IsValid() supported as well? Meaning somethin like:

isValid(object/interface, value)

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/



Rupesh Kumar schrieb:
 Enter CF8 and we have added IsInstanceOf(object, Type) to do the same.
 It checks whether the given object is of given type where the type is a 
 component or interface.

 Regarding MetaData for components, we have also added a new Method 
 GetComponentMetaData(componentOrInterface). As opposed to GetMetaData, this 
 method does not create any object for component and hence it is faster and 
 efficient.

 Rupesh
 Adobe ColdFusion Team.

 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Memory leak in CF7-based app, still trying to track it down

2007-06-15 Thread Hemant Khandelwal
There is another one which matches the same description. CFC - PageCOntext - 
Variables

I have already sent a mail to EET to check if backported fix on 7 is available. 
This issue is already fixed in Scorpio (CF8).

Thanks,
Hemant
Adobe ColdFusion Team

 Thanks. Please keep the list (and me) updated.
 
 Just to confirm: The behavior i'm seeing was already after I installed 
 HF# 645535 (strangely labeled as a cffile memory leak).
 
 Thanks again
 Dov
 
 

~|
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:281246
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Does anyone know if the Trac Project works fine with MySQL?

Ravi.

-- 
---
Ravi Gehlot.
Sr. Management
Sunshine Technology Solutions, LLC
http://www.sunshinetechsolutions.com/
[EMAIL PROTECTED]
Cell Phone: (407) 860-3775
Business Line: (407) 745-1433
---

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.



~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Trac Project

2007-06-15 Thread J.J. Merrick
If I remember correctly it uses SQLlite with Python... but it has been
almost a year since I have played around with it.


J.J.

On 6/15/07, [Sunshine Tech Solutions] Ravi Gehlot 
[EMAIL PROTECTED] wrote:

 Does anyone know if the Trac Project works fine with MySQL?

 Ravi.

 --
 ---
 Ravi Gehlot.
 Sr. Management
 Sunshine Technology Solutions, LLC
 http://www.sunshinetechsolutions.com/
 [EMAIL PROTECTED]
 Cell Phone: (407) 860-3775
 Business Line: (407) 745-1433
 ---

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.



 

~|
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:281248
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Yep. QuestionI got MySQL running..if I install SQLite it won't 
conflict with MySQL, correct? As far as I know they run in different 
ports, right?

Ravi.

J.J. Merrick wrote:
 If I remember correctly it uses SQLlite with Python... but it has been
 almost a year since I have played around with it.


 J.J.

 On 6/15/07, [Sunshine Tech Solutions] Ravi Gehlot 
 [EMAIL PROTECTED] wrote:
   
 Does anyone know if the Trac Project works fine with MySQL?

 Ravi.

 --
 ---
 Ravi Gehlot.
 Sr. Management
 Sunshine Technology Solutions, LLC
 http://www.sunshinetechsolutions.com/
 [EMAIL PROTECTED]
 Cell Phone: (407) 860-3775
 Business Line: (407) 745-1433
 ---

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.




 

 

~|
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:281249
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Alright then.

Thanks.

Ravi.

J.J. Merrick wrote:
 I am going to say yes since I installed it on the same machine as a MySql
 database was running on in development and don't remember any conflicts.

 J.J.

 On 6/15/07, [Sunshine Tech Solutions] Ravi Gehlot 
 [EMAIL PROTECTED] wrote:
   
 Yep. QuestionI got MySQL running..if I install SQLite it won't
 conflict with MySQL, correct? As far as I know they run in different
 ports, right?

 Ravi.

 J.J. Merrick wrote:
 
 If I remember correctly it uses SQLlite with Python... but it has been
 almost a year since I have played around with it.


 J.J.

 On 6/15/07, [Sunshine Tech Solutions] Ravi Gehlot 
 [EMAIL PROTECTED] wrote:

   
 Does anyone know if the Trac Project works fine with MySQL?

 Ravi.

 --
 ---
 Ravi Gehlot.
 Sr. Management
 Sunshine Technology Solutions, LLC
 http://www.sunshinetechsolutions.com/
 [EMAIL PROTECTED]
 Cell Phone: (407) 860-3775
 Business Line: (407) 745-1433
 ---

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.





 
   
 

 

~|
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:281251
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread Tom Chiverton
On Friday 15 Jun 2007, [Sunshine Tech Solutions] Ravi Gehlot wrote:
 Yep. QuestionI got MySQL running..if I install SQLite it won't
 conflict with MySQL, correct? As far as I know they run in different
 ports, right?

SQLite is file based isn't it ? Doesn't even have a server, hence Gears and 
AIR using it.

-- 
Tom Chiverton
Helping to vitalistically engage total relationships
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
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:281252
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Using a CFCHART in a CFPRESENTATION

2007-06-15 Thread Tom Chiverton
The following:
cfpresentationslide presenter=Tom Chiverton 
cfchart title=A Title Here 
cfchartseries type=area
cfchartdata item=foo value=4
cfchartdata item=bar value=10
cfchartdata item=baz value=1
/cfchartseries
/cfchart
/cfpresentationslide
produces a blank slide.

The cfchart on it's own in a template is fine.
-- 
Tom Chiverton
Helping to completely architect killer supply-chains
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: Error converting data type varchar to int.

2007-06-15 Thread Dean Lawrence
On 6/15/07, Robert Rawlins - Think Blue
[EMAIL PROTECTED] wrote:

 cfset VARIABLES.DAO.create(1, 'TestUser, 'TestPassword') /


Rob,

I don't know if this was just your typing into the email, but in the
above statement you did not place a closing quote after the second
value.

So instead it should read

cfset VARIABLES.DAO.create(1, 'TestUser', 'TestPassword') /


Dean


-- 
__
Dean Lawrence, CIO/Partner
Internet Data Technology
888.GET.IDT1 ext. 701 * fax: 888.438.4381
http://www.idatatech.com/
Corporate Internet Development and Marketing Specialists

~|
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:281253
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Trac Project

2007-06-15 Thread J.J. Merrick
I am going to say yes since I installed it on the same machine as a MySql
database was running on in development and don't remember any conflicts.

J.J.

On 6/15/07, [Sunshine Tech Solutions] Ravi Gehlot 
[EMAIL PROTECTED] wrote:

 Yep. QuestionI got MySQL running..if I install SQLite it won't
 conflict with MySQL, correct? As far as I know they run in different
 ports, right?

 Ravi.

 J.J. Merrick wrote:
  If I remember correctly it uses SQLlite with Python... but it has been
  almost a year since I have played around with it.
 
 
  J.J.
 
  On 6/15/07, [Sunshine Tech Solutions] Ravi Gehlot 
  [EMAIL PROTECTED] wrote:
 
  Does anyone know if the Trac Project works fine with MySQL?
 
  Ravi.
 
  --
  ---
  Ravi Gehlot.
  Sr. Management
  Sunshine Technology Solutions, LLC
  http://www.sunshinetechsolutions.com/
  [EMAIL PROTECTED]
  Cell Phone: (407) 860-3775
  Business Line: (407) 745-1433
  ---
 
  Confidentiality Notice:  This message including any
  attachments is for the sole use of the intended
  recipient(s) and may contain confidential and privileged
  information. Any unauthorized review, use, disclosure or
  distribution is prohibited. If you are not the
  intended recipient, please contact the sender and
  delete any copies of this message.
 
 
 
 
 
 
 

 

~|
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:281250
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFPRESENTATION color and mouse problems - Scorpio - General Discussions - Scorpio Discussions

2007-06-15 Thread Tom Chiverton
On Friday 15 Jun 2007, Tom Chiverton wrote:
 Has anyone experienced problems setting glowColor and primaryColor in the
 CF8 beta's CFPRESENTATION tag ?
 When I try, for instance
  cfpresentation title=ColdFusion 8 Presentation Demo
   backgroundColor=##FF00FF
   glowColor=##FF
 I get just black glows around the controls.

If you use 0xHH all is well however.

-- 
Tom Chiverton
Helping to enthusiastically pursue best-of-breed portals
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: Trac Project

2007-06-15 Thread Damien McKenna
 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot 
 Sent: Friday, June 15, 2007 8:18 AM
 Subject: Trac Project
 
 Does anyone know if the Trac Project works fine with MySQL?

http://trac.edgewall.org/wiki/TracInstall
either SQLite, PostgreSQL, or MySQL works

Mind if I ask why you don't use something that would be easier to
install  manage, like Project Tracker (CFML based
http://projecttracker.riaforge.org/) or RedMine (http://www.redmine.org/
- Rails based)?


Damien McKenna
Web Developer
The LIMU Company

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


Re: Trac Project

2007-06-15 Thread Andy Allan
Trac is easy to install and manage. At least, I think so.

Andy

On 15/06/07, Damien McKenna [EMAIL PROTECTED] wrote:
  -Original Message-
  From: [Sunshine Tech Solutions] Ravi Gehlot
  Sent: Friday, June 15, 2007 8:18 AM
  Subject: Trac Project
 
  Does anyone know if the Trac Project works fine with MySQL?

 http://trac.edgewall.org/wiki/TracInstall
 either SQLite, PostgreSQL, or MySQL works

 Mind if I ask why you don't use something that would be easier to
 install  manage, like Project Tracker (CFML based
 http://projecttracker.riaforge.org/) or RedMine (http://www.redmine.org/
 - Rails based)?


 Damien McKenna
 Web Developer
 The LIMU Company

 

~|
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:281258
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Hey Andy,

How is that milestone managed? Any clues? How do you delete stuff 
from the timeline?

Ravi.

Andy Allan wrote:
 Trac is easy to install and manage. At least, I think so.

 Andy

 On 15/06/07, Damien McKenna [EMAIL PROTECTED] wrote:
   
 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot
 Sent: Friday, June 15, 2007 8:18 AM
 Subject: Trac Project

 Does anyone know if the Trac Project works fine with MySQL?
   
 http://trac.edgewall.org/wiki/TracInstall
 either SQLite, PostgreSQL, or MySQL works

 Mind if I ask why you don't use something that would be easier to
 install  manage, like Project Tracker (CFML based
 http://projecttracker.riaforge.org/) or RedMine (http://www.redmine.org/
 - Rails based)?


 Damien McKenna
 Web Developer
 The LIMU Company


 

 

~|
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:281259
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Will try it now.

Ravi.

Damien McKenna wrote:
 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot 
 Sent: Friday, June 15, 2007 8:18 AM
 Subject: Trac Project

 Does anyone know if the Trac Project works fine with MySQL?
 

 http://trac.edgewall.org/wiki/TracInstall
 either SQLite, PostgreSQL, or MySQL works

 Mind if I ask why you don't use something that would be easier to
 install  manage, like Project Tracker (CFML based
 http://projecttracker.riaforge.org/) or RedMine (http://www.redmine.org/
 - Rails based)?


 Damien McKenna
 Web Developer
 The LIMU Company

 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


SPRY and Dreamweaver

2007-06-15 Thread Greg Johnson
I have the sprydataset.cfm tag thats floating around to draw directly fom SQL 
to a SPRY dataset.  Thing is, dreamweaver doesn't recognize it as a dataset, so 
I can't use the built in tools for setting up regions etc.  Anything out there 
that can make this work

~|
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:281261
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
You are right. It is file based and by the way when you create a trac 
project it creates the sqlite db file. So all you need to do is install 
sqlite and it does not conflict with mysql.

Trac works fine. I am a bit confused though. How does it know when a 
milestone has been reached? Also, how do you delete stuff on the 
timeline? I am logged in but no special options were given.

Ravi.

Tom Chiverton wrote:
 On Friday 15 Jun 2007, [Sunshine Tech Solutions] Ravi Gehlot wrote:
   
 Yep. QuestionI got MySQL running..if I install SQLite it won't
 conflict with MySQL, correct? As far as I know they run in different
 ports, right?
 

 SQLite is file based isn't it ? Doesn't even have a server, hence Gears and 
 AIR using it.

   


-- 
---
Ravi Gehlot.
Sr. Management
Sunshine Technology Solutions, LLC
http://www.sunshinetechsolutions.com/
[EMAIL PROTECTED]
Cell Phone: (407) 860-3775
Business Line: (407) 745-1433
---

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message.



~|
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:281256
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Trac Project

2007-06-15 Thread Andy Allan
You manage everything via trac-admin (command line based)
http://trac.edgewall.org/wiki/TracAdmin

Or you can install the WebAdmin plugin
http://trac.edgewall.org/wiki/WebAdmin

Andy

On 15/06/07, [Sunshine Tech Solutions] Ravi Gehlot
[EMAIL PROTECTED] wrote:
 Hey Andy,

 How is that milestone managed? Any clues? How do you delete stuff
 from the timeline?

 Ravi.

 Andy Allan wrote:
  Trac is easy to install and manage. At least, I think so.
 
  Andy
 
  On 15/06/07, Damien McKenna [EMAIL PROTECTED] wrote:
 
  -Original Message-
  From: [Sunshine Tech Solutions] Ravi Gehlot
  Sent: Friday, June 15, 2007 8:18 AM
  Subject: Trac Project
 
  Does anyone know if the Trac Project works fine with MySQL?
 
  http://trac.edgewall.org/wiki/TracInstall
  either SQLite, PostgreSQL, or MySQL works
 
  Mind if I ask why you don't use something that would be easier to
  install  manage, like Project Tracker (CFML based
  http://projecttracker.riaforge.org/) or RedMine (http://www.redmine.org/
  - Rails based)?
 
 
  Damien McKenna
  Web Developer
  The LIMU Company
 
 
 
 
 

 

~|
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:281263
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
ok

Thanks,
Ravi

Andy Allan wrote:
 You manage everything via trac-admin (command line based)
 http://trac.edgewall.org/wiki/TracAdmin

 Or you can install the WebAdmin plugin
 http://trac.edgewall.org/wiki/WebAdmin

 Andy

 On 15/06/07, [Sunshine Tech Solutions] Ravi Gehlot
 [EMAIL PROTECTED] wrote:
   
 Hey Andy,

 How is that milestone managed? Any clues? How do you delete stuff
 from the timeline?

 Ravi.

 Andy Allan wrote:
 
 Trac is easy to install and manage. At least, I think so.

 Andy

 On 15/06/07, Damien McKenna [EMAIL PROTECTED] wrote:

   
 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot
 Sent: Friday, June 15, 2007 8:18 AM
 Subject: Trac Project

 Does anyone know if the Trac Project works fine with MySQL?

   
 http://trac.edgewall.org/wiki/TracInstall
 either SQLite, PostgreSQL, or MySQL works

 Mind if I ask why you don't use something that would be easier to
 install  manage, like Project Tracker (CFML based
 http://projecttracker.riaforge.org/) or RedMine (http://www.redmine.org/
 - Rails based)?


 Damien McKenna
 Web Developer
 The LIMU Company



 
   
 

 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


CF test tracking

2007-06-15 Thread Tom Chiverton
Before I go off and write a new wheel, does anyone know of a CF/Flex-y 
solution that will allow users to enter a series of tests, then print out / 
email those tests (and any sub steps etc.) to give to someone else to perform 
and sign off ?
-- 
Tom Chiverton
Helping to elementarily engineer cross-platform eyeballs
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
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:281262
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using sessions with Flash Remoting

2007-06-15 Thread John Robinson
I tactually had a logout button in place and working for a while, but  
I figure nobody will actually use it...

A logout button... why would I use that? I'll just close the window  
and save myself the hassle.

I also thought about updating a timestamp every time they do  
something. I have a function that they call once every minute so I  
could do an update there, but I don't see a way to have CF constantly  
monitor the db checking for outdated timestamps.

john


On Jun 14, 2007, at 7:07 PM, Dinner wrote:

 On 6/14/07, John Robinson wrote:
 
 Actually in this case, I do need to kill the session. I'm building a
 chat app. When a user leaves, I need to let the other users still
 active in the chat know that this user has left. Essentially I'm

 You can always do something like if they click the logout button,
 it logs them out, and if they're inactive for 5 minutes, it says
 something like away, and then after 10 (or whatever) you just
 log them out and mark them as logged out (or not, of course-
 away seems to work pretty good on it's own).

 Gives the other users useful information and takes care of the
 problem of the open looped system.

 

~|
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:281265
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Trac Project

2007-06-15 Thread Russ
The latest version I believe supports MySQL.  I haven't set it up that way
yet, as our trac database is fairly small (and it works fine using SQLlite),
but if you really want to, you can make it use a MySQL db. 

Russ



 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot
 [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 15, 2007 8:18 AM
 To: CF-Talk
 Subject: Trac Project
 
 Does anyone know if the Trac Project works fine with MySQL?
 
 Ravi.
 
 --
 ---
 Ravi Gehlot.
 Sr. Management
 Sunshine Technology Solutions, LLC
 http://www.sunshinetechsolutions.com/
 [EMAIL PROTECTED]
 Cell Phone: (407) 860-3775
 Business Line: (407) 745-1433
 ---
 
 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.
 
 
 
 

~|
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:281268
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using sessions with Flash Remoting

2007-06-15 Thread John Robinson
Kevin -

The chat comm. goes through CF as well. The process is pretty simple  
so far.

When you join, you get added to a table and everyone else in that  
table gets a new row in a separate table that signifies an event  
(USER_ADDED in this case).

Each client then calls a cfc function once per minute which just  
loops until that client's events row isn't empty. If it's not empty  
( or it's looped for a specified timeout) it returns the recordset to  
the client. The client acts on the event and then sends out a new  
request for events. So I have a function that is being called once  
every minute by every client.

This gives me a case where a client has issued the request, but  
closes the browser (unloads the flash movie) before the server has  
had a chance to respond. I was hoping to catch this somehow and use  
it to end the session, which ultimately just deletes the user and any  
pending events for him/her from the db. I'm going to venture a guess  
and say that the server doesn't know the client isn't there, and just  
sends the response out anyway.

John



On Jun 14, 2007, at 5:22 PM, Kevin Aebig wrote:

 How are you doing the actual chat communication? If you're using  
 either XML sockets or FMS, than you can trigger the notification  
 from there...

 !k

 -Original Message-
 From: John Robinson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, June 14, 2007 2:01 PM
 To: CF-Talk
 Subject: Re: Using sessions with Flash Remoting

 On Jun 14, 2007, at 3:47 PM, Dave Watts wrote:

 Given that that is the case and I have no way of knowing the
 browser closed, I have a function (defined in a .cfc) called
 by flash that basically loops for a while and returns some
 data (or it times out and then returns an empty record set).
 As soon as I get this response, I send out a new request from
 flash. So I'm thinking that whenever a client closes their
 browser that they will be in the middle of this call, waiting
 for a response. Make sense? I'm also guessing that there may
 be an error thrown here when CF tries to return the results
 to a client that doesn't exist anymore. Can I catch this error
 in Application.onError and tell CF to end the session?

 I don't think you'll get an error here, actually. But even if you
 did, you
 don't really need to worry about killing the session, since the
 client won't
 make any subsequent requests. If you're calling this function
 frequently,
 you can set the session timeout to be very short, say five minutes.

 Actually in this case, I do need to kill the session. I'm building a
 chat app. When a user leaves, I need to let the other users still
 active in the chat know that this user has left. Essentially I'm
 deleting them from a temp table in a db. Make sense? The only
 indication I've found so far is onEndSession. I'm thinking if I get
 an error, I will know the user isn't around and can force the session
 to close, which should trigger my onEndSession event.


 This could probably be a new post, but what I'd really like
 to learn is a decent way to monitor the events in
 Application.cfc. As it stands, the browser window is closed,
 so how do I view any trace/ debug statements coming from
 those events?

 Use CFLOG to write them to a file.

 Great! Thanks!

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!

 This email has been processed by SmoothZap - www.smoothwall.net






 

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


RE: setting xml encoding

2007-06-15 Thread Dave Watts
 Using cfsavecontent is a possibility but I want to use the 
 variable on the CF side to do some xmlsearches on and I need 
 it in the form of an XML object.  It seemed to make more 
 sense to generate the xml object first and then tostring it 
 when I was finished.  I guess it is 6 of one half a dozen of 
 the other.

In that case, yes, it should be an XML document object, so you'll have to
replace the encoding attribute.

 Maybe so, but I still think it is retarded.  :) If for no 
 other reason than the inconsistency between IE and Mozilla...

There are plenty of other inconsistencies between IE and Mozilla, where
Mozilla correctly interprets the guiding specification and IE doesn't.

  And the fact that I can't think of any good reason why 
 white space should be treated as significant when in between 
 nodes.  That's like stopping to read one those this page 
 intentionally left blank pages in a book.

XML is designed to be used in practically any environment. In some
environments, whitespace has significance. In others, it doesn't. Should a
haiku be written on one line?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
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:281266
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using sessions with Flash Remoting

2007-06-15 Thread Dave Watts
 I tactually had a logout button in place and working for a 
 while, but I figure nobody will actually use it...
 
 A logout button... why would I use that? I'll just close the 
 window and save myself the hassle.

Maybe you could use the JavaScript onUnload event to capture logout
information?

 I also thought about updating a timestamp every time they do 
 something. I have a function that they call once every minute 
 so I could do an update there, but I don't see a way to have 
 CF constantly monitor the db checking for outdated timestamps.

Maybe you could store this as part of your session data, instead of (or in
addition to) the database.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
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:281269
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Hey Russ,

SQLite works just fine for Trac. I tried MySQL but I was getting 
weird errors and didn't really want to dig deep to find what the problem 
was. After I installed SQLite it worked flawlessly.

Ravi.

Russ wrote:
 The latest version I believe supports MySQL.  I haven't set it up that way
 yet, as our trac database is fairly small (and it works fine using SQLlite),
 but if you really want to, you can make it use a MySQL db. 

 Russ



   
 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot
 [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 15, 2007 8:18 AM
 To: CF-Talk
 Subject: Trac Project

 Does anyone know if the Trac Project works fine with MySQL?

 Ravi.

 --
 ---
 Ravi Gehlot.
 Sr. Management
 Sunshine Technology Solutions, LLC
 http://www.sunshinetechsolutions.com/
 [EMAIL PROTECTED]
 Cell Phone: (407) 860-3775
 Business Line: (407) 745-1433
 ---

 Confidentiality Notice:  This message including any
 attachments is for the sole use of the intended
 recipient(s) and may contain confidential and privileged
 information. Any unauthorized review, use, disclosure or
 distribution is prohibited. If you are not the
 intended recipient, please contact the sender and
 delete any copies of this message.




 

 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: Trac Project

2007-06-15 Thread Damien McKenna
 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot 
 Sent: Friday, June 15, 2007 11:06 AM
 Subject: Re: Trac Project
 
 Damien,
 I like TRAC way better.

OK, I'll let you ;-)


Damien McKenna
Web Developer
The LIMU Company

~|
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:281273
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread Andy Allan
Trac supports multiple projects just fine.

Andy

On 15/06/07, Damien McKenna [EMAIL PROTECTED] wrote:
  -Original Message-
  From: Andy Allan [mailto:[EMAIL PROTECTED]
  Sent: Friday, June 15, 2007 9:19 AM
  Subject: Re: Trac Project
 
   Mind if I ask why you don't use something that would be easier to
   install  manage, like Project Tracker (CFML based
   http://projecttracker.riaforge.org/) or RedMine
   (http://www.redmine.org/ - Rails based)?
 
  Trac is easy to install and manage. At least, I think so.

 Not IMHO when you take its lack of support for multiple projects into
 consideration.


 Damien McKenna
 Web Developer
 The LIMU Company

 

~|
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:281274
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Just gotta figure how to install webadmin

Ravi.

Damien McKenna wrote:
 -Original Message-
 From: [Sunshine Tech Solutions] Ravi Gehlot 
 Sent: Friday, June 15, 2007 11:06 AM
 Subject: Re: Trac Project

 Damien,
 I like TRAC way better.
 

 OK, I'll let you ;-)


 Damien McKenna
 Web Developer
 The LIMU Company

 

~|
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:281275
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
YEP.

Ravi.


Andy Allan wrote:
 Trac supports multiple projects just fine.

 Andy

 On 15/06/07, Damien McKenna [EMAIL PROTECTED] wrote:
   
 -Original Message-
 From: Andy Allan [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 15, 2007 9:19 AM
 Subject: Re: Trac Project

   
 Mind if I ask why you don't use something that would be easier to
 install  manage, like Project Tracker (CFML based
 http://projecttracker.riaforge.org/) or RedMine
 (http://www.redmine.org/ - Rails based)?
 
 Trac is easy to install and manage. At least, I think so.
   
 Not IMHO when you take its lack of support for multiple projects into
 consideration.


 Damien McKenna
 Web Developer
 The LIMU Company


 

 

~|
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:281276
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFEclipse Mapped Drives Projects

2007-06-15 Thread Dan Vega
I know this may be a cfeclipse only question but I figured I would start
here. I have installed the Eclipse Plugins from Adobe that allow for RDS
fileview and dataview. The plugins work great. I setup my rds servers,
connecting is simple as pie and editing files using my favorite editor is a
breeze. The rds servers are nothing more than mapped drives in my network
but i prefer to connect using rds. My question is if I create a project to
the mapped drive the setup is fine and everything seems to be AOK until i
goto edit the file. The 2nd time I try and edit the file i get the following
error.

Save Could Not Be Completed
  Reason:
  Has been changed on the file system.

Does anyone know why this is happening or what I can do to resolve this? I
have been using CFEclipse full time at home and develop locally so I do not
run into these issues. At work I would like to make a full time move (part
time right now) to CFEclipse and just need to work this out first. Thanks
for taking the time to read this!!!

-- 
Thank You
Dan Vega
[EMAIL PROTECTED]
http://www.danvega.org


~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


Re: Trac Project

2007-06-15 Thread [Sunshine Tech Solutions] Ravi Gehlot
Damien,

I like TRAC way better.

Ravi.

Damien McKenna wrote:
 -Original Message-
 From: Andy Allan [mailto:[EMAIL PROTECTED] 
 Sent: Friday, June 15, 2007 9:19 AM
 Subject: Re: Trac Project

 
 Mind if I ask why you don't use something that would be easier to
 install  manage, like Project Tracker (CFML based
 http://projecttracker.riaforge.org/) or RedMine
 (http://www.redmine.org/ - Rails based)?
   
 Trac is easy to install and manage. At least, I think so.
 

 Not IMHO when you take its lack of support for multiple projects into
 consideration.


 Damien McKenna
 Web Developer
 The LIMU Company

 

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: Trac Project

2007-06-15 Thread Damien McKenna
 -Original Message-
 From: Andy Allan [mailto:[EMAIL PROTECTED] 
 Sent: Friday, June 15, 2007 9:19 AM
 Subject: Re: Trac Project
 
  Mind if I ask why you don't use something that would be easier to
  install  manage, like Project Tracker (CFML based
  http://projecttracker.riaforge.org/) or RedMine
  (http://www.redmine.org/ - Rails based)?
 
 Trac is easy to install and manage. At least, I think so.

Not IMHO when you take its lack of support for multiple projects into
consideration.


Damien McKenna
Web Developer
The LIMU Company

~|
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:281271
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFEclipse Mapped Drives Projects

2007-06-15 Thread Barney Boisvert
It's probably a time sync issue.  Make sure both machines have a
reliable source of time sync data so their clocks match exactly.  If
there is a discrepancy, you can end up with the error you describe.
Any *nix has time sync built in, Windows machines on a domain should
get it from their domain controller while non-domained machines have
to do it manually.

cheers,
barneyb

On 6/15/07, Dan Vega [EMAIL PROTECTED] wrote:
 I know this may be a cfeclipse only question but I figured I would start
 here. I have installed the Eclipse Plugins from Adobe that allow for RDS
 fileview and dataview. The plugins work great. I setup my rds servers,
 connecting is simple as pie and editing files using my favorite editor is a
 breeze. The rds servers are nothing more than mapped drives in my network
 but i prefer to connect using rds. My question is if I create a project to
 the mapped drive the setup is fine and everything seems to be AOK until i
 goto edit the file. The 2nd time I try and edit the file i get the following
 error.

 Save Could Not Be Completed
   Reason:
   Has been changed on the file system.

 Does anyone know why this is happening or what I can do to resolve this? I
 have been using CFEclipse full time at home and develop locally so I do not
 run into these issues. At work I would like to make a full time move (part
 time right now) to CFEclipse and just need to work this out first. Thanks
 for taking the time to read this!!!

 --
 Thank You
 Dan Vega
 [EMAIL PROTECTED]
 http://www.danvega.org


 

~|
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:281281
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Error converting data type varchar to int.

2007-06-15 Thread Robert Rawlins - Think Blue
Thanks Dean,

That was just a typo on my part, the actual code I've been testing with has
the quote after it. Looking at the SQL code in the error message those
strings seem to encrypt fine as well.

Thanks for any further ideas guys,

Rob

-Original Message-
From: Dean Lawrence [mailto:[EMAIL PROTECTED] 
Sent: 15 June 2007 13:52
To: CF-Talk
Subject: Re: Error converting data type varchar to int.

On 6/15/07, Robert Rawlins - Think Blue
[EMAIL PROTECTED] wrote:

 cfset VARIABLES.DAO.create(1, 'TestUser, 'TestPassword') /


Rob,

I don't know if this was just your typing into the email, but in the
above statement you did not place a closing quote after the second
value.

So instead it should read

cfset VARIABLES.DAO.create(1, 'TestUser', 'TestPassword') /


Dean


-- 
__
Dean Lawrence, CIO/Partner
Internet Data Technology
888.GET.IDT1 ext. 701 * fax: 888.438.4381
http://www.idatatech.com/
Corporate Internet Development and Marketing Specialists



~|
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:281282
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Trac Project

2007-06-15 Thread Barney Boisvert
Yeah.  Do your authentication with Apache, set up a shared user store
in your database, and get (download/write) a plugin that'll build a
project list.  Depending on how you set it up, the last can be as
simple as just dropping an xi:include inside your global template to
grab a listing and stick it in.  The hardest part is the shared user
store for the different instances, but if you're using MySQL or
PostgreSQL it's a snap with views.

cheers,
barneyb

On 6/15/07, Damien McKenna [EMAIL PROTECTED] wrote:
  -Original Message-
  From: Andy Allan [mailto:[EMAIL PROTECTED]
  Sent: Friday, June 15, 2007 11:12 AM
  Subject: Re: Trac Project
 
  Trac supports multiple projects just fine.

 From the same install with a single hostname, single sign-on and a way
 to easily navigate between them?  AFAIK that was scheduled for v0.12 and
 really v1.0, i.e. at undesignated point in the future?


 Damien McKenna
 Web Developer
 The LIMU Company

 

~|
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:281283
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFEclipse Mapped Drives Projects

2007-06-15 Thread Tom Chiverton
On Friday 15 Jun 2007, Barney Boisvert wrote:
 get it from their domain controller while non-domained machines have
 to do it manually.

Or at least install a (free) NTP client.

-- 
Tom Chiverton
Helping to conveniently empower fourth-generation niches
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
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:281284
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


accessing a URL variabled

2007-06-15 Thread Matthew Friedman
I have a page that I want to access the url variable, but I am not naming the 
variabled when I pass it to the url.

ie.
the url is www..com/url/90193|164

I have the website pointed to a default page, so I can see the url variables 
when I do a cfdump but how do I access the variable to use.

Thank you.

Matt

~|
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:281285
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Trac Project

2007-06-15 Thread Damien McKenna
 -Original Message-
 From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
 Sent: Friday, June 15, 2007 11:45 AM
 Subject: Re: Trac Project
 
   Trac supports multiple projects just fine.
  From the same install with a single hostname, single sign-on
  and a way to easily navigate between them?  AFAIK that was
  scheduled for v0.12 and really v1.0, i.e. at undesignated
  point in the future?
 
 Yeah.  Do your authentication with Apache, set up a shared user store
 in your database, and get (download/write) a plugin that'll build a
 project list.  Depending on how you set it up, the last can be as
 simple as just dropping an xi:include inside your global template to
 grab a listing and stick it in.  The hardest part is the shared user
 store for the different instances, but if you're using MySQL or
 PostgreSQL it's a snap with views.

Redmine: Admin menu - Projects - New
Project Tracker: main dashboard - Add a new project

:)


Damien McKenna
Web Developer
The LIMU Company

~|
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:281286
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Trac Project

2007-06-15 Thread Damien McKenna
 -Original Message-
 From: Andy Allan [mailto:[EMAIL PROTECTED] 
 Sent: Friday, June 15, 2007 11:12 AM
 Subject: Re: Trac Project
 
 Trac supports multiple projects just fine.

From the same install with a single hostname, single sign-on and a way
to easily navigate between them?  AFAIK that was scheduled for v0.12 and
really v1.0, i.e. at undesignated point in the future?


Damien McKenna
Web Developer
The LIMU Company

~|
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:281280
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFEclipse Mapped Drives Projects

2007-06-15 Thread Tom Chiverton
On Friday 15 Jun 2007, Dan Vega wrote:
 Save Could Not Be Completed
   Reason:
   Has been changed on the file system.

Does your virus checker scan files on mapped drives ?

-- 
Tom Chiverton
Helping to simultaneously disseminate high-end synergies
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at St 
James's Court Brown Street Manchester M2 2JF.  A list of members is available 
for inspection at the registered office. Any reference to a partner in relation 
to Halliwells LLP means a member of Halliwells LLP. Regulated by the Law 
Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 8008.

For more information about Halliwells LLP visit www.halliwells.com.


~|
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:281279
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF 6.1 Std to CF8 upgrade path

2007-06-15 Thread Matt Robertson
Sorry if I missed it earlier but has Adobe announced whether or not
folks with CF 6.1 will be eligible for upgrade pricing to CF8?

-- 
[EMAIL PROTECTED]
Janitor, The Robertson Team
mysecretbase.com

~|
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:281278
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: accessing a URL variabled

2007-06-15 Thread Cutter (CFRelated)
Typical URL variables are name value pairs, and the URL variables are 
accessed via their scope (URL.varName)

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Matthew Friedman wrote:
 I have a page that I want to access the url variable, but I am not naming the 
 variabled when I pass it to the url.
 
 ie.
 the url is www..com/url/90193|164
 
 I have the website pointed to a default page, so I can see the url variables 
 when I do a cfdump but how do I access the variable to use.
 
 Thank you.
 
 Matt
 
 

~|
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:281287
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Trac Project

2007-06-15 Thread Barney Boisvert
That sounds like a lot more work than this:

create_project.sh Project Display Name project_system_name

Not to mention the fact that you probably also have to configure the
Subversion repository, Apache to serve it, do LDAP for authentication,
etc.

;)

cheers,
barneyb

On 6/15/07, Damien McKenna [EMAIL PROTECTED] wrote:
  -Original Message-
  From: Barney Boisvert [mailto:[EMAIL PROTECTED]
  Sent: Friday, June 15, 2007 11:45 AM
  Subject: Re: Trac Project
 
Trac supports multiple projects just fine.
   From the same install with a single hostname, single sign-on
   and a way to easily navigate between them?  AFAIK that was
   scheduled for v0.12 and really v1.0, i.e. at undesignated
   point in the future?
 
  Yeah.  Do your authentication with Apache, set up a shared user store
  in your database, and get (download/write) a plugin that'll build a
  project list.  Depending on how you set it up, the last can be as
  simple as just dropping an xi:include inside your global template to
  grab a listing and stick it in.  The hardest part is the shared user
  store for the different instances, but if you're using MySQL or
  PostgreSQL it's a snap with views.

 Redmine: Admin menu - Projects - New
 Project Tracker: main dashboard - Add a new project

 :)


 Damien McKenna
 Web Developer
 The LIMU Company

 

~|
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:281288
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: setting xml encoding

2007-06-15 Thread Brad Wood
 XML is designed to be used in practically any environment. In some
 environments, whitespace has significance. In others, it doesn't.
Should a
 haiku be written on one line?

I'm not necessarily saying you're wrong, but show me one example where
the white space between tags of an xml document would be as significant
as any brother node and would need to be used by an application.  I
mean, XML presents data in the form of nested tags which contain
appropriately escaped data in their attributes and optionally in the
contents of each tag.  

Given the following examples:

rootbook title=testauthor name=bob //book/root

root
book title=test
author name=bob /
/book
/root

Have I changed the actual data being transferred one iota?  Give me a
SINGLE example of an application which should act differently based on
the second xml string as opposed to the first.  Maybe that example
exists, and I am more than willing to accept it, but I haven't seen it
yet.

By your own omission, if Mozilla is properly parsing XML, then
ColdFusion's xml parser itself does not properly handle XML.  If I were
to parse both of those strings above they would result in the same XML
object.  
If I were to cfdump the second object there would be no references at
all to the significant white space.  If I were to iterate over the
child nodes of the book tag there would be ONE child and that makes
perfect sense.  (NOTE: if you were to tostring the documents, CF
remembers the white space, but I will point out that the interaction and
behavior of the object is changed in no way that I can tell.)

As far as a haiku, your statement is true, but I don't believe there is
any corollary from that which can be applied to XML.  You have simply
provided an example of a string of text which includes line breaks as
significant data.  That example does prove or disprove the significance
of white space in another type of string.  

Anyway, I know I am arguing against a brick wall, since the standard for
XML is already defined, but I guess my main points are:
1) I would love to see a real-life example which proves this theory of
significant white space between xml tags.
2) If Mozilla is right, then is ColdFusion wrong?  

~Brad

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: CFEclipse Mapped Drives Projects

2007-06-15 Thread Dave Watts
  get it from their domain controller while non-domained 
  machines have to do it manually.
 
 Or at least install a (free) NTP client.

Windows has NTP functionality built in:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-
us/net_time.mspx?mfr=true

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
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:281290
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFEclipse Mapped Drives Projects

2007-06-15 Thread Barney Boisvert
Yeah, that's what I meant.  You have to manually install a client, and
configure it to run however often to keep things synced.  AboutTime
(www.arachnoid.com/abouttime/) is somewhat old, but I've used it with
great success when I've had Windows machines about.

cheers,
barneyb

On 6/15/07, Tom Chiverton [EMAIL PROTECTED] wrote:
 On Friday 15 Jun 2007, Barney Boisvert wrote:
  get it from their domain controller while non-domained machines have
  to do it manually.

 Or at least install a (free) NTP client.

 --
 Tom Chiverton
 Helping to conveniently empower fourth-generation niches
 on: http://thefalken.livejournal.com

-- 
Barney Boisvert
[EMAIL PROTECTED]
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


FMS2 - CF8 and MySQL on the same Server?

2007-06-15 Thread Jason Manaigre
Hi everyone, I'm planning on purchasing FMS2, but need to know if we
have the server capacity, in ballpark terms what are we talking here?

We've got:

Server: Dual Xeon Quad Core 1.6 Ghz (Clovertown E5310)
Ram: 4 GB ECC DDR2 SDRAM
Hard Disk: 3 x 160 GB 7.2K SATA RE RAID 5 (Adaptec Controller)
Windows Server 2003 Standard

But this server is also going to run CF8 and Mysql 5 with 5-10 web sites
on it, some of them getting over 1million hits per year. Not sure how
many vids would be served, but all will be short, 2-10 min tops.

Thoughts?

Thanks everyone.

~|
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:281293
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: converting a string to a date - most efficient way?

2007-06-15 Thread Adkins, Randy
May not be the most efficient way but:

CreateDate(MID(myString,5,2), MID(myString,3,2), MID(myString,1,2))


-Original Message-
From: Ray Champagne [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 12:05 PM
To: CF-Talk
Subject: converting a string to a date - most efficient way?

So, I have a file that I am uploading that contains a string that
represents the date, and I need to extract the date from the filename.
I have the extraction down to a string that looks like MMDDYY (ex:
120507) and I need to turn that into an ODBC date in the most efficient
way possible.

 

I've got a few ideas, but they all basically suck.  Any takers?

 

--

Ray Champagne

Web Developer, Dolan Media Company

612.215.6497 :: 612.718.8852 (m)

ray.champagne [at] dolanmedia [dot] com

GTalk: raychampagne

 





~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

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


RE: setting xml encoding

2007-06-15 Thread Dave Watts
 I'm not necessarily saying you're wrong, but show me one 
 example where the white space between tags of an xml document 
 would be as significant as any brother node and would need to 
 be used by an application.  I mean, XML presents data in the 
 form of nested tags which contain appropriately escaped data 
 in their attributes and optionally in the contents of each tag.  
 
 Given the following examples:
 
 rootbook title=testauthor name=bob //book/root
 
 root
   book title=test
   author name=bob /
   /book
 /root
 
 Have I changed the actual data being transferred one iota?

Yes. The second example has two text nodes within root, and two text nodes
within book.

 By your own omission, if Mozilla is properly parsing XML, 
 then ColdFusion's xml parser itself does not properly handle 
 XML.

So?

 Give me a SINGLE example of an application which should act 
 differently based on the second xml string as opposed to the 
 first.  Maybe that example exists, and I am more than willing 
 to accept it, but I haven't seen it yet.

I gave you an example: haikus and other poems. If you were to write an
application that displays those, it would have to treat whitespace as
meaningful.

 As far as a haiku, your statement is true, but I don't 
 believe there is any corollary from that which can be applied 
 to XML.  You have simply provided an example of a string of 
 text which includes line breaks as significant data.  That 
 example does prove or disprove the significance of white 
 space in another type of string.

How does an XML parser know whether whitespace is significant or not? It
can't; that's the job of the interpreting application. XML is a delivery
mechanism for all sorts of data, not just your data.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
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:281295
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Trac Project

2007-06-15 Thread Damien McKenna
 -Original Message-
 From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
 Sent: Friday, June 15, 2007 12:01 PM
 To: CF-Talk
 Subject: Re: Trac Project
 
  Redmine: Admin menu - Projects - New
  Project Tracker: main dashboard - Add a new project
 
 That sounds like a lot more work than this:
 create_project.sh Project Display Name project_system_name
 Not to mention the fact that you probably also have to configure the
 Subversion repository, Apache to serve it, do LDAP for authentication,
 etc.

Yes you do (currently) have to create the repository, but the hosting
interface is automatic and you just configure who has access to it all
via the built-in user permissions system (at least in Redmine, which I
use).


Damien McKenna
Web Developer
The LIMU Company

~|
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:281296
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: accessing a URL variabled

2007-06-15 Thread Matthew Friedman
I understant that and normally I use value pair but for this client, we have 
decided not to do for the application requirements.

how do I access the url name from the url variable. I know tha in a form 
posting I can access the list of form fields with fieldname, is this feature in 
a url variables?

Matt

The question is how do I access the url variable if it is not a named pair when 
I do the CFDUMP it provides 
Typical URL variables are name value pairs, and the URL variables are 
accessed via their scope (URL.varName)

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

Matthew Friedman wrote:


~|
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:281297
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: converting a string to a date - most efficient way?

2007-06-15 Thread Claude Schneegans
 I've got a few ideas, but they all basically suck.  Any takers?

You can try this free custom tag:
www.contentbox.com/claude/customtags/convertDate/viewConvertDate.cfm
And test it online here:
www.contentbox.com/claude/customtags/convertDate/testConvertDate.cfm
(need no output mask)

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


~|
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:281299
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: converting a string to a date - most efficient way?

2007-06-15 Thread Crow T. Robot
Yea, my first attempt was something similar:

CreateDate(Left(pubDate,2),Mid(pubDate,3,2),Right(pubDate,2))

but it throws errors (unspecified ones at that)

So does this, weirdly enough:

cfset FileName = 01-122906WASH-CIRC.txt

cfset pubDate = Mid(FileName,4,6)

cfset month = Left(pubDate,2)
cfset day = Mid(pubDate,3,2)
cfset year = Right(pubDate,2)



cfset pubDate = CreateDate(month,day,year)

cfoutput#month#/#day#/#year# - #pubDate#/cfoutput



On 6/15/07, Adkins, Randy [EMAIL PROTECTED] wrote:

 May not be the most efficient way but:

 CreateDate(MID(myString,5,2), MID(myString,3,2), MID(myString,1,2))


 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 15, 2007 12:05 PM
 To: CF-Talk
 Subject: converting a string to a date - most efficient way?

 So, I have a file that I am uploading that contains a string that
 represents the date, and I need to extract the date from the filename.
 I have the extraction down to a string that looks like MMDDYY (ex:
 120507) and I need to turn that into an ODBC date in the most efficient
 way possible.



 I've got a few ideas, but they all basically suck.  Any takers?



 --

 Ray Champagne

 Web Developer, Dolan Media Company

 612.215.6497 :: 612.718.8852 (m)

 ray.champagne [at] dolanmedia [dot] com

 GTalk: raychampagne







 

~|
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:281298
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


converting a string to a date - most efficient way?

2007-06-15 Thread Ray Champagne
So, I have a file that I am uploading that contains a string that represents
the date, and I need to extract the date from the filename.  I have the
extraction down to a string that looks like MMDDYY (ex: 120507) and I need
to turn that into an ODBC date in the most efficient way possible.

 

I've got a few ideas, but they all basically suck.  Any takers?

 

--

Ray Champagne

Web Developer, Dolan Media Company

612.215.6497 :: 612.718.8852 (m)

ray.champagne [at] dolanmedia [dot] com

GTalk: raychampagne

 



~|
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:281291
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: converting a string to a date - most efficient way?

2007-06-15 Thread Greg Morphis
CreateDate is year,month,day.. CreateDate(year,month,day)
Thats why it's throwing an error

On 6/15/07, Claude Schneegans [EMAIL PROTECTED] wrote:
  I've got a few ideas, but they all basically suck.  Any takers?

 You can try this free custom tag:
 www.contentbox.com/claude/customtags/convertDate/viewConvertDate.cfm
 And test it online here:
 www.contentbox.com/claude/customtags/convertDate/testConvertDate.cfm
 (need no output mask)

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


 

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281302
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: converting a string to a date - most efficient way?

2007-06-15 Thread Josh Nathanson
You can do this:

cfset pubDate = Mid(FileName,4,6)
returns '122906'

cfset temp1 = insert('-',pubdate,2)
cfset temp2 = insert('-',temp1,5)
This will give you '12-29-06'

Then
cfset mydateobj = parsedatetime(temp2)

-- Josh



- Original Message - 
From: Crow T. Robot [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Friday, June 15, 2007 9:18 AM
Subject: Re: converting a string to a date - most efficient way?


 Yea, my first attempt was something similar:

 CreateDate(Left(pubDate,2),Mid(pubDate,3,2),Right(pubDate,2))

 but it throws errors (unspecified ones at that)

 So does this, weirdly enough:

 cfset FileName = 01-122906WASH-CIRC.txt

 cfset pubDate = Mid(FileName,4,6)

 cfset month = Left(pubDate,2)
 cfset day = Mid(pubDate,3,2)
 cfset year = Right(pubDate,2)



 cfset pubDate = CreateDate(month,day,year)

 cfoutput#month#/#day#/#year# - #pubDate#/cfoutput



 On 6/15/07, Adkins, Randy [EMAIL PROTECTED] wrote:

 May not be the most efficient way but:

 CreateDate(MID(myString,5,2), MID(myString,3,2), MID(myString,1,2))


 -Original Message-
 From: Ray Champagne [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 15, 2007 12:05 PM
 To: CF-Talk
 Subject: converting a string to a date - most efficient way?

 So, I have a file that I am uploading that contains a string that
 represents the date, and I need to extract the date from the filename.
 I have the extraction down to a string that looks like MMDDYY (ex:
 120507) and I need to turn that into an ODBC date in the most efficient
 way possible.



 I've got a few ideas, but they all basically suck.  Any takers?



 --

 Ray Champagne

 Web Developer, Dolan Media Company

 612.215.6497 :: 612.718.8852 (m)

 ray.champagne [at] dolanmedia [dot] com

 GTalk: raychampagne









 

~|
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:281304
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Error converting data type varchar to int.

2007-06-15 Thread Robert Rawlins - Think Blue
Hi Dean,

These are a few snippets from the error dump.

{call Sp_Profile_Create( (param 1) , (param 2) , (param 3) )}

And

(param 1) = [type='IN', class='java.lang.Integer', value='1',
sqltype='cf_sql_integer'] , (param 2) = [type='IN',
class='java.lang.String', value='07C67BA421500B791090E92F4C3D7032',
sqltype='cf_sql_varchar'] , (param 3) = [type='IN',
class='java.lang.String', value='D5534BDE55CAB29E3932D6CE4F211C34',
sqltype='cf_sql_varchar']

Thanks for your help with this, would be nice to get this wrapped up before
i head home after what seems like a REALLY long week lol.

Rob

-Original Message-
From: Dean Lawrence [mailto:[EMAIL PROTECTED] 
Sent: 15 June 2007 17:29
To: CF-Talk
Subject: Re: Error converting data type varchar to int.

On 6/15/07, Robert Rawlins - Think Blue
[EMAIL PROTECTED] wrote:
 Thanks Dean,

 That was just a typo on my part, the actual code I've been testing with
has
 the quote after it. Looking at the SQL code in the error message those
 strings seem to encrypt fine as well.


Yea, I figured it probably was. But, it was worth a shot. Have you
tried dumping the error scope and seeing what the actual SQL query is?
It should be located in the ERROR[RootCause].[Sql] structure.

Dean

-- 
__
Dean Lawrence, CIO/Partner
Internet Data Technology
888.GET.IDT1 ext. 701 * fax: 888.438.4381
http://www.idatatech.com/
Corporate Internet Development and Marketing Specialists



~|
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:281306
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Translation WebService

2007-06-15 Thread Eric Haskins
http://googlified.com/2006unofficial-google-translate-api/

 I just used this example for a Trouble Ticket System for our customer
support. This could be done in the same fashion using cfhttp

I do agree with Paul this should only be used sparingly or in my case on a
closed Trouble Ticket system to help our CSR's.  When I worked for
Roomstogo.com they used  http://motionpoint.com/  it worked great but man
they could hammer your servers


Eric Haskins
Web Application Developer
Directnic.com / Parked.com

Convert your Parked Domains in revenue streams
http://www.parked.com/tour/?promo=455BD4CABB


~|
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:281305
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: converting a string to a date - most efficient way?

2007-06-15 Thread Robertson-Ravo, Neil (RX)
I am assuming ParseDateTime() cannot be used here.





This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Ray Champagne
To: CF-Talk
Sent: Fri Jun 15 17:04:45 2007
Subject: converting a string to a date - most efficient way?

So, I have a file that I am uploading that contains a string that represents
the date, and I need to extract the date from the filename.  I have the
extraction down to a string that looks like MMDDYY (ex: 120507) and I need
to turn that into an ODBC date in the most efficient way possible.

 

I've got a few ideas, but they all basically suck.  Any takers?

 

--

Ray Champagne

Web Developer, Dolan Media Company

612.215.6497 :: 612.718.8852 (m)

ray.champagne [at] dolanmedia [dot] com

GTalk: raychampagne

 





~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281303
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFEclipse Mapped Drives Projects

2007-06-15 Thread Dan Vega
I would have to check with the network admin here but i just logged into
that server and my clock is dead on with the clock of the server I am
working on.

Dan


~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281300
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: setting xml encoding

2007-06-15 Thread Dinner

  Given the following examples:
 
  rootbook title=testauthor name=bob //book/root
 
  root
book title=test
author name=bob /
/book
  /root
 
  Have I changed the actual data being transferred one iota?

 Yes. The second example has two text nodes within root, and two text nodes
 within book.

Wow.  I had been under the same impression as Brad, about white space
and carriage returns between XML elements.  I like my XML readable, to
the point of putting an extra carriage return between (to me) significant
elements (after event-handler tags in MG configs, for instance).  I knew
there was no way to tell the XML to leave those extra returns in there,
since it's all elements to XML... had no idea line breaks and white space
were considered nodes.

Perhaps some stuff I thought was broke really wasn't...

~|
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:281308
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Translation WebService

2007-06-15 Thread Michael Eger
Thanks I will take a look at the API. 

I really agree with both Paul and you about the accuracy of the free services. 
We use professional translation services for our products, but I am doing a 
proof of concept with some languages we currently do not support, so we can 
understand what technical issues we might encounter.

-- Mike
 
-Original Message-
From: Eric Haskins [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 12:50 PM
To: CF-Talk
Subject: Re: Translation WebService

http://googlified.com/2006unofficial-google-translate-api/

 I just used this example for a Trouble Ticket System for our customer
support. This could be done in the same fashion using cfhttp

I do agree with Paul this should only be used sparingly or in my case on a
closed Trouble Ticket system to help our CSR's.  When I worked for
Roomstogo.com they used  http://motionpoint.com/  it worked great but man
they could hammer your servers


Eric Haskins
Web Application Developer
Directnic.com / Parked.com

Convert your Parked Domains in revenue streams
http://www.parked.com/tour/?promo=455BD4CABB




~|
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:281309
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: setting xml encoding

2007-06-15 Thread Adrian Lynch
So are you saying that the following is wrong?

root
Some text
a-tag/
Maybe some more text
another-tag/
/root

Because it's more or less the same as the following surely?

root

a-tag/

another-tag/
/root

Adrian

-Original Message-
From: Brad Wood [mailto:[EMAIL PROTECTED]
Sent: 15 June 2007 18:02
To: CF-Talk
Subject: RE: setting xml encoding


 Have I changed the actual data being transferred one iota?

Yes. The second example has two text nodes within root, and two text
nodes
within book.

I'm not talking about a technical standpoint, I'm talking about from a
practical standpoint.  I still maintain that there is no practical
reason to include the white space in the xml.

 Give me a SINGLE example of an application which should act
 differently based on the second xml string as opposed to the
 first.  Maybe that example exists, and I am more than willing
 to accept it, but I haven't seen it yet.

I gave you an example: haikus and other poems. If you were to write an
application that displays those, it would have to treat whitespace as
meaningful.

A haiku is not XML.  You did not give me an example of an XML string
with white space between the tags in which an application would need it
to handle the data.  (Note, I am not talking about white space between a
corresponding start and end tag as that would actually make sense since
it is part of the data being transferred.  I speak of white space after
one ending tag and before another starting tag)  This discussion is not
about haikus, limericks, or iambic pentameter.  It is about xml as a
means to define and transfer data and the fact that I have seen no
actual, real-life, honest-to-goodness reason whatsoever that would
require an application to be aware of white space between the nodes to
be able to correctly receive, and process the data contained within the
XML.  Let's say I were to store a haiku in an XML string.  Regardless of
whether each line was stored separately, or if it was stored as one
large string, the text would reside in the value of a tag's attribute or
the inner text of one tag.  In both of those scenarios white space IS
significant since it is within a tag.  That is not the scope of this
discussion however.  The white space outside of tags is what we are
talking about.


 How does an XML parser know whether whitespace is significant or not?

Because its an XML PARSER!  By virtue of the fact that xml is the type
of string it is parsing it can be drawn that significant data is NOT
stored outside of tags, and therefore any characters outside of a tag
are one of two things:
1) illegal
2) meaningless.

The two xml strings below are NOT equal in my opinion:

tag1
tag2 /
tag3 /
/tag1

tag1extra_tag_you_dont_wanttag2 /extra_tag_you_dont_wanttag3
/extra_tag_you_dont_want/tag1

That is exactly what Mozilla does. It takes the 2 children of tag1 and
adds three siblings.  That may seem right from some technical,
scientific, sterile point of view, but seems downright wrong to me.

Because we know:
1) The string is xml
2) XLM does not store data OUTSIDE of a tag
3) Elements of an xml document are defined by a tagname syntax

Why would a parser create elements out of white space?  Strictly
speaking from a practical point of view, when in the history of XML has
someone received a string of text which is known to be xml, and needed
data from outside of the tags?  I don't think that has ever happened.

I guess it should be noted that I am not necessarily arguing about how
XML parsing is currently defined as much as I am how I think it SHOULD
be defined if you were to logically think through how it is used.  I
think the correct interpretation that Mozilla conforms to is wrong
because it implicitly creates un-wanted elements out of characters which
are NOT supposed to designate the existence of elements.

~Brad



~|
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:281310
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: setting xml encoding

2007-06-15 Thread Robertson-Ravo, Neil (RX)
It certainly doesn't look right as Some Text and maybe some more text are
split within the root node by other nodes.

I mean what you get by referencing myObj.root? Would expect both text text
values?




This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions. 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Adrian Lynch
To: CF-Talk
Sent: Fri Jun 15 18:12:30 2007
Subject: RE: setting xml encoding

So are you saying that the following is wrong?

root
Some text
a-tag/
Maybe some more text
another-tag/
/root

Because it's more or less the same as the following surely?

root

a-tag/

another-tag/
/root

Adrian

-Original Message-
From: Brad Wood [mailto:[EMAIL PROTECTED]
Sent: 15 June 2007 18:02
To: CF-Talk
Subject: RE: setting xml encoding


 Have I changed the actual data being transferred one iota?

Yes. The second example has two text nodes within root, and two text
nodes
within book.

I'm not talking about a technical standpoint, I'm talking about from a
practical standpoint.  I still maintain that there is no practical
reason to include the white space in the xml.

 Give me a SINGLE example of an application which should act
 differently based on the second xml string as opposed to the
 first.  Maybe that example exists, and I am more than willing
 to accept it, but I haven't seen it yet.

I gave you an example: haikus and other poems. If you were to write an
application that displays those, it would have to treat whitespace as
meaningful.

A haiku is not XML.  You did not give me an example of an XML string
with white space between the tags in which an application would need it
to handle the data.  (Note, I am not talking about white space between a
corresponding start and end tag as that would actually make sense since
it is part of the data being transferred.  I speak of white space after
one ending tag and before another starting tag)  This discussion is not
about haikus, limericks, or iambic pentameter.  It is about xml as a
means to define and transfer data and the fact that I have seen no
actual, real-life, honest-to-goodness reason whatsoever that would
require an application to be aware of white space between the nodes to
be able to correctly receive, and process the data contained within the
XML.  Let's say I were to store a haiku in an XML string.  Regardless of
whether each line was stored separately, or if it was stored as one
large string, the text would reside in the value of a tag's attribute or
the inner text of one tag.  In both of those scenarios white space IS
significant since it is within a tag.  That is not the scope of this
discussion however.  The white space outside of tags is what we are
talking about.


 How does an XML parser know whether whitespace is significant or not?

Because its an XML PARSER!  By virtue of the fact that xml is the type
of string it is parsing it can be drawn that significant data is NOT
stored outside of tags, and therefore any characters outside of a tag
are one of two things:
1) illegal
2) meaningless.

The two xml strings below are NOT equal in my opinion:

tag1
tag2 /
tag3 /
/tag1

tag1extra_tag_you_dont_wanttag2 /extra_tag_you_dont_wanttag3
/extra_tag_you_dont_want/tag1

That is exactly what Mozilla does. It takes the 2 children of tag1 and
adds three siblings.  That may seem right from some technical,
scientific, sterile point of view, but seems downright wrong to me.

Because we know:
1) The string is xml
2) XLM does not store data OUTSIDE of a tag
3) Elements of an xml document are defined by a tagname syntax

Why would a parser create elements out of white space?  Strictly
speaking from a practical point of view, when in the history of XML has
someone received a string of text which is known to be xml, and needed
data from outside of the tags?  I don't think that has ever happened.

I guess it should be noted that I am not necessarily arguing about how
XML parsing is currently defined as much as I am how I think it SHOULD
be defined if you were to logically think through how it is used.  I
think the correct interpretation that Mozilla conforms to is wrong
because it implicitly creates un-wanted elements out of characters which
are NOT supposed to designate the 

RE: setting xml encoding

2007-06-15 Thread Brad Wood
 Have I changed the actual data being transferred one iota?

Yes. The second example has two text nodes within root, and two text
nodes
within book.

I'm not talking about a technical standpoint, I'm talking about from a
practical standpoint.  I still maintain that there is no practical
reason to include the white space in the xml.

 Give me a SINGLE example of an application which should act 
 differently based on the second xml string as opposed to the 
 first.  Maybe that example exists, and I am more than willing 
 to accept it, but I haven't seen it yet.

I gave you an example: haikus and other poems. If you were to write an
application that displays those, it would have to treat whitespace as
meaningful.

A haiku is not XML.  You did not give me an example of an XML string
with white space between the tags in which an application would need it
to handle the data.  (Note, I am not talking about white space between a
corresponding start and end tag as that would actually make sense since
it is part of the data being transferred.  I speak of white space after
one ending tag and before another starting tag)  This discussion is not
about haikus, limericks, or iambic pentameter.  It is about xml as a
means to define and transfer data and the fact that I have seen no
actual, real-life, honest-to-goodness reason whatsoever that would
require an application to be aware of white space between the nodes to
be able to correctly receive, and process the data contained within the
XML.  Let's say I were to store a haiku in an XML string.  Regardless of
whether each line was stored separately, or if it was stored as one
large string, the text would reside in the value of a tag's attribute or
the inner text of one tag.  In both of those scenarios white space IS
significant since it is within a tag.  That is not the scope of this
discussion however.  The white space outside of tags is what we are
talking about.


 How does an XML parser know whether whitespace is significant or not? 

Because its an XML PARSER!  By virtue of the fact that xml is the type
of string it is parsing it can be drawn that significant data is NOT
stored outside of tags, and therefore any characters outside of a tag
are one of two things:
1) illegal
2) meaningless.

The two xml strings below are NOT equal in my opinion:

tag1
tag2 /
tag3 /
/tag1

tag1extra_tag_you_dont_wanttag2 /extra_tag_you_dont_wanttag3
/extra_tag_you_dont_want/tag1

That is exactly what Mozilla does. It takes the 2 children of tag1 and
adds three siblings.  That may seem right from some technical,
scientific, sterile point of view, but seems downright wrong to me.  

Because we know:
1) The string is xml
2) XLM does not store data OUTSIDE of a tag
3) Elements of an xml document are defined by a tagname syntax

Why would a parser create elements out of white space?  Strictly
speaking from a practical point of view, when in the history of XML has
someone received a string of text which is known to be xml, and needed
data from outside of the tags?  I don't think that has ever happened.  

I guess it should be noted that I am not necessarily arguing about how
XML parsing is currently defined as much as I am how I think it SHOULD
be defined if you were to logically think through how it is used.  I
think the correct interpretation that Mozilla conforms to is wrong
because it implicitly creates un-wanted elements out of characters which
are NOT supposed to designate the existence of elements.

~Brad

~|
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:281307
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Error converting data type varchar to int.

2007-06-15 Thread Dean Lawrence
On 6/15/07, Robert Rawlins - Think Blue
[EMAIL PROTECTED] wrote:
 Thanks Dean,

 That was just a typo on my part, the actual code I've been testing with has
 the quote after it. Looking at the SQL code in the error message those
 strings seem to encrypt fine as well.


Yea, I figured it probably was. But, it was worth a shot. Have you
tried dumping the error scope and seeing what the actual SQL query is?
It should be located in the ERROR[RootCause].[Sql] structure.

Dean

-- 
__
Dean Lawrence, CIO/Partner
Internet Data Technology
888.GET.IDT1 ext. 701 * fax: 888.438.4381
http://www.idatatech.com/
Corporate Internet Development and Marketing Specialists

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7  
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

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


RE: setting xml encoding

2007-06-15 Thread Dave Watts
 It certainly doesn't look right as Some Text and maybe some 
 more text are split within the root node by other nodes.
 
 I mean what you get by referencing myObj.root? Would expect 
 both text text values?

That depends on how you reference myObj.root. There are various DOM API
methods that will give you the individual text nodes, or give you a
concatenation of them all. There is obviously some significance in having
multiple text nodes separated by child elements, however - you wouldn't
expect them to be a single node.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
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:281312
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: setting xml encoding

2007-06-15 Thread Dave Watts
 A haiku is not XML.  You did not give me an example of an XML 
 string with white space between the tags in which an 
 application would need it to handle the data.  (Note, I am 
 not talking about white space between a corresponding start 
 and end tag as that would actually make sense since it is 
 part of the data being transferred.  I speak of white space 
 after one ending tag and before another starting tag)  This 
 discussion is not about haikus, limericks, or iambic 
 pentameter.  It is about xml as a means to define and 
 transfer data and the fact that I have seen no actual, 
 real-life, honest-to-goodness reason whatsoever that would 
 require an application to be aware of white space between the 
 nodes to be able to correctly receive, and process the data 
 contained within the XML.  Let's say I were to store a haiku 
 in an XML string.  Regardless of whether each line was stored 
 separately, or if it was stored as one large string, the text 
 would reside in the value of a tag's attribute or the inner 
 text of one tag.  In both of those scenarios white space IS 
 significant since it is within a tag.  That is not the scope 
 of this discussion however.  The white space outside of tags 
 is what we are talking about.

The only whitespace outside of tags is the whitespace around the root
element. Everything else is inside some element. Given this XML:

someelement
This is some text.
somechildelement.../somechildelement
This is some more text.
/someelement

You have two text nodes within someelement, one before the child element,
one after.

Given this XML:

someelement
This  is
some
text.
somechildelement.../somechildelement
This
is
some more
text.
/someelement

the values of the text nodes are obviously different from the first example,
and the XML parser cannot, by itself, determine whether whitespace is
relevant. That is up to the application which receives the data from the XML
parser. Imagine if, for example, HTML didn't treat whitespace the way it
does. (The fact that it does treat whitespace as irrelevant is an arbitrary
decision, not the way it had to be.) Assuming you have an XML representation
of HTML, your XML parser would have to preserve the whitespace for
presentation by the browser.

As for whether a haiku (or anything else) is XML, well obviously, no it
isn't. But the point of XML is to let me describe any sort of data in a way
that can be understood by any XML parser. That data may contain haikus, or a
representation of how William Shatner talks - lots of whitespace would be
needed there - or anything else you can think of. Just because whitespace is
unimportant to you, doesn't mean that it's unimportant to everyone else.

 The two xml strings below are NOT equal in my opinion:
 
 tag1
   tag2 /
   tag3 /
 /tag1
 
 tag1extra_tag_you_dont_wanttag2 
 /extra_tag_you_dont_wanttag3 /extra_tag_you_dont_want/tag1
 
 That is exactly what Mozilla does. It takes the 2 children of 
 tag1 and adds three siblings.  That may seem right from some 
 technical, scientific, sterile point of view, but seems 
 downright wrong to me.

You are confusing elements with nodes. They are not the same thing. There is
no corresponding element for a text node. As for whether something seems
right or wrong to you, I can only point to the specification.

  How does an XML parser know whether whitespace is 
  significant or not? 
 
 Because its an XML PARSER!

You are confusing the jobs of the XML parser, which is supposed to parse
XML, and the application that invokes the parser, which is supposed to
understand the significants of the parsed values. For example, I can
represent a recordset using XML, but the XML parser doesn't know anything
about recordsets, or databases. That's up to the application using the
parser.

 Why would a parser create elements out of white space?

Again, you're confusing elements with nodes.
  
 Strictly speaking from a practical point of view, when in the 
 history of XML has someone received a string of text which is 
 known to be xml, and needed data from outside of the tags?  I 
 don't think that has ever happened.

Again, the data is not outside of the tags.

 I guess it should be noted that I am not necessarily arguing 
 about how XML parsing is currently defined as much as I am 
 how I think it SHOULD be defined if you were to logically 
 think through how it is used.  I think the correct 
 interpretation that Mozilla conforms to is wrong because it 
 implicitly creates un-wanted elements out of characters which 
 are NOT supposed to designate the existence of elements.

Again, I can only tell you what the specification says, not how things
should be. I disagree with your interpretation of how things should be,
though.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized

Re: converting a string to a date - most efficient way?

2007-06-15 Thread Crow T. Robot
well, there you go.  thanks for catching that, Greg.

On 6/15/07, Greg Morphis [EMAIL PROTECTED] wrote:

 CreateDate is year,month,day.. CreateDate(year,month,day)
 Thats why it's throwing an error

 On 6/15/07, Claude Schneegans [EMAIL PROTECTED] wrote:
   I've got a few ideas, but they all basically suck.  Any takers?
 
  You can try this free custom tag:
  www.contentbox.com/claude/customtags/convertDate/viewConvertDate.cfm
  And test it online here:
  www.contentbox.com/claude/customtags/convertDate/testConvertDate.cfm
  (need no output mask)
 
  --
  ___
  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:281314
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Using sessions with Flash Remoting

2007-06-15 Thread John Robinson
On Jun 15, 2007, at 11:01 AM, Dave Watts wrote:

 I tactually had a logout button in place and working for a
 while, but I figure nobody will actually use it...

 A logout button... why would I use that? I'll just close the
 window and save myself the hassle.

 Maybe you could use the JavaScript onUnload event to capture logout
 information?

This is what I've been thinking. I'll have to read up on using JS to  
call a cfc or cfm behind the scenes.


 I also thought about updating a timestamp every time they do
 something. I have a function that they call once every minute
 so I could do an update there, but I don't see a way to have
 CF constantly monitor the db checking for outdated timestamps.

 Maybe you could store this as part of your session data, instead of  
 (or in
 addition to) the database.

I could do that, but the stumbling point is not really where to store  
the data, but how/where to have CF monitor these values and do  
something with them, without that CF activity being tied to any or  
all users.

My current solution works in that the users are getting deleted when  
their session ends, but that can take up to 2 minutes. I'm now just  
trying to find a way to do it immediately. I think the JS solution  
will probably be the key.

Thanks again!


 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/

 Fig Leaf Software provides the highest caliber vendor-authorized
 instruction at our training centers in Washington DC, Atlanta,
 Chicago, Baltimore, Northern Virginia, or on-site at your location.
 Visit http://training.figleaf.com/ for more information!



~|
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:281316
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: accessing a URL variabled

2007-06-15 Thread Bobby Hartsfield
Check #cgi.query_string#

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com

-Original Message-
From: Matthew Friedman [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 11:46 AM
To: CF-Talk
Subject: accessing a URL variabled

I have a page that I want to access the url variable, but I am not naming the 
variabled when I pass it to the url.

ie.
the url is www..com/url/90193|164

I have the website pointed to a default page, so I can see the url variables 
when I do a cfdump but how do I access the variable to use.

Thank you.

Matt



~|
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:281317
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dynamically populate a select box within a PDF form.

2007-06-15 Thread Jason Congerton
Hi All

Still got a few problems with dynmaically populating the select box, 

I have connected the PDF form to the web service, which is now available from 
within the form. My qestion is how do i bind to the drop down list? My web 
service code is below for perusal. I have outputed the query results to an 
array (tested with cfdump all is ok) results as expected, i just can not figure 
out how to access them via the PDF form. Any Ideas!!


!---//We need to publish this service as document/literal rather than 
rpc/encoded---
cfcomponent style=document

!---//Set-up the function allowing remote access---

cffunction name=productType access=remote returntype=array output=true

!---//Query the product type database for a list of Product Types---

cfquery name=getType datasource=hurley
SELECT productType, pTypeID
FROM productType
/cfquery

!---//Create an array to output to the web client---

cfset returnArray=ArrayNew(2)

!--- Populate the array row by row ---
cfloop query=getType

cfset returnArray[CurrentRow][1]=productType
cfset returnArray[CurrentRow][2]=pTypeID

/cfloop

cfreturn returnArray

/cffunction

/cfcomponent

~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download 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:281318
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CFGRID Format Flash, Adding a new row with a hidden record.

2007-06-15 Thread Michael Grove
 Basically I am trying to figure out how you can have default data populate
one of the columns when you add a new row to a CFGRID Flash format.

-Original Message-
From: cf-talk [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 6:00 AM
To: cf-talk
Subject: ColdFusion Talk (CF-Talk): Digest every 8 hours


ColdFusion Talk (CF-Talk)  15-Jun-07 Issue:546
In this issue:
 [Macromedia][Oracle JDBC Driver]Object has been closed.
 [Macromedia][Oracle JDBC Driver]Object has been closed.
 [Macromedia][Oracle JDBC Driver]Object has been closed.
 Ajax - beating head on wall...
 CF var in javascript
 CF var in javascript
 CF var in javascript
 CF var in javascript
 CF var in javascript
 CFC Typeof()
 CFC Typeof()
 CFC Typeof()
 CFCDOC Location?
 CFCDOC Location?
 CFGRID Format Flash, Adding a new row with a hidden record.
 CFGRID Format Flash, Adding a new row with a hidden record.
 cfmail error - anyone know what to do about this one?
 CFPRESENTATION color and mouse problems - Scorpio - General Discussions
- Scorpio Discussions
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 ColdFusion MX 7.0.2 and MySQL 4.1.12
 Dynamically populate a select box within a PDF form.
 Error converting data type varchar to int.
 Error Executing Database Query
 Error Executing Database Query
 Error Executing Database Query
 Error Executing Database Query
 Error Executing Database Query
 Invalid Parser Construct
 Is amp;lt;noscriptamp;gt; the answer??
 Memory leak in CF7-based app, still trying to track it down
 Memory leak in CF7-based app, still trying to track it down
 Memory leak in CF7-based app, still trying to track it down
 Memory leak in CF7-based app, still trying to track it down
 Memory leak in CF7-based app, still trying to track it down
 Memory leak in CF7-based app, still trying to track it down
 OO style - dynamic set  get methods
 OO style - dynamic set  get methods
 OO style - dynamic set  get methods
 Securing Datasources
 setting xml encoding
 setting xml encoding
 setting xml encoding
 setting xml encoding
 setting xml encoding
 Spry AutoSuggest Issue
 Translation WebService
 Updated Broadband Stats
 Updated Broadband Stats
 Updated Broadband Stats
 Updated Broadband Stats
 Updated Broadband Stats
 Updated Broadband Stats
 Using sessions with Flash Remoting
 Using sessions with Flash Remoting
 Using sessions with Flash Remoting
 Using sessions with Flash Remoting
 Using sessions with Flash Remoting



~|
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:281315
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Using sessions with Flash Remoting

2007-06-15 Thread Dave Watts
 I could do that, but the stumbling point is not really where 
 to store the data, but how/where to have CF monitor these 
 values and do something with them, without that CF activity 
 being tied to any or all users.

You could store the session tokens and timestamps in the Application scope,
then on each page request from any user you could invalidate sessions based
on timestamp values. I'm not sure that would be a good idea, though - it
might be too much work per request.

Alternatively, you could schedule this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net


~|
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:281319
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Using sessions with Flash Remoting

2007-06-15 Thread Andy Matthews
I believe that Flash has a built in method of handling this type of thing.

It's called a shared object and it allows you to read and write sessions I 
believe. I personally haven't used it, but several Flash programmers I've 
worked with have suggested it to me.


andy 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 1:58 PM
To: CF-Talk
Subject: RE: Using sessions with Flash Remoting

 I could do that, but the stumbling point is not really where to store 
 the data, but how/where to have CF monitor these values and do 
 something with them, without that CF activity being tied to any or all 
 users.

You could store the session tokens and timestamps in the Application scope, 
then on each page request from any user you could invalidate sessions based on 
timestamp values. I'm not sure that would be a good idea, though - it might be 
too much work per request.

Alternatively, you could schedule this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction at 
our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern 
Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net




~|
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:281320
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Using sessions with Flash Remoting

2007-06-15 Thread Kevin Aebig
Shared Objects are basically like Cookies in Flash. You can store serialized
data in a small local file that can be reused down the road. The bonus is
that they aren't deleted with regular cookies.

You could potential implement something yourself using them, but the main
issue is because you're using a socketless method to connect everyone, the
complexity of handling what you want is a real pain...

!k

-Original Message-
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 1:10 PM
To: CF-Talk
Subject: RE: Using sessions with Flash Remoting

I believe that Flash has a built in method of handling this type of thing.

It's called a shared object and it allows you to read and write sessions I
believe. I personally haven't used it, but several Flash programmers I've
worked with have suggested it to me.


andy 

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 1:58 PM
To: CF-Talk
Subject: RE: Using sessions with Flash Remoting

 I could do that, but the stumbling point is not really where to store 
 the data, but how/where to have CF monitor these values and do 
 something with them, without that CF activity being tied to any or all 
 users.

You could store the session tokens and timestamps in the Application scope,
then on each page request from any user you could invalidate sessions based
on timestamp values. I'm not sure that would be a good idea, though - it
might be too much work per request.

Alternatively, you could schedule this.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized instruction
at our training centers in Washington DC, Atlanta, Chicago, Baltimore,
Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

This email has been processed by SmoothZap - www.smoothwall.net






~|
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:281321
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Coldfusion Developer Exam - 2 different ones?

2007-06-15 Thread Peterson, Chris
Does anyone know the difference between the 2 exams I see on
pearsonvue.com?

9A0-701 Exam DetailsColdFusion MX Developer
And
9A0-702 Exam DetailsCertified Macromedia ColdFusion MX 7
Developer Exam

The details don't show much for them, which one should I take to attempt
Advanced Developer certification?

Chris Peterson

~|
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:281322
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Coldfusion Developer Exam - 2 different ones?

2007-06-15 Thread Peterson, Chris
*sigh*  I'm retarded, I didn't even think about one being for CF MX 6,
and one for 7.  Sorry to both you guys =)

Chris 

-Original Message-
From: Peterson, Chris [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 3:31 PM
To: CF-Talk
Subject: Coldfusion Developer Exam - 2 different ones?

Does anyone know the difference between the 2 exams I see on
pearsonvue.com?

9A0-701 Exam DetailsColdFusion MX Developer
And
9A0-702 Exam DetailsCertified Macromedia ColdFusion MX 7
Developer Exam

The details don't show much for them, which one should I take to attempt
Advanced Developer certification?

Chris Peterson



~|
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:281323
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Translation WebService

2007-06-15 Thread Michael Eger
I tested a cfhttp approach to retrieve the text, but am getting a 403 error 
saying I do not have permission. I do not want to implement a PHP solution for 
this, so I need to find another solution. Any other ideas?



-Original Message-
From: Eric Haskins [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 15, 2007 12:50 PM
To: CF-Talk
Subject: Re: Translation WebService

http://googlified.com/2006unofficial-google-translate-api/

 I just used this example for a Trouble Ticket System for our customer
support. This could be done in the same fashion using cfhttp

I do agree with Paul this should only be used sparingly or in my case on a
closed Trouble Ticket system to help our CSR's.  When I worked for
Roomstogo.com they used  http://motionpoint.com/  it worked great but man
they could hammer your servers


Eric Haskins
Web Application Developer
Directnic.com / Parked.com

Convert your Parked Domains in revenue streams
http://www.parked.com/tour/?promo=455BD4CABB




~|
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:281324
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   >