RE: OT sql2k question

2004-11-12 Thread Micha Schopman
You can speed up text columns in MS SQL also :) MS SQL Server supports a
feature which stores a specific amount of characters in the text column,
and the rest is stored in pointers. This can result in a dramatic
improved performance, but this depends on the amount of text you have.

When you look at the design view, you also see the size of the text
column changed to 256, the rest is saved in the background to pointers.
With this option I saved hundreds of milliseconds on select statements
on larger datasets.

Example:

EXEC sp_tableoption 'Content', 'text in row', 'ON'
GO
UPDATE Content
SET Data = C.Data,
DataStripped = C.DataStripped
FROM Content C
GO


Micha Schopman
Software Engineer

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: (admin) signin fixed

2004-11-12 Thread COLLIE David
 For those who have had problems with the signin section, it 
 is now working. Any additional errors should be sent to me 
 with a high priority and I'll nail them down. I will be 
 altering the layout and features of the section so let me 
 know what you want. Thanks

If this get's through then all is working well for me... Many thanks
Michael.

-- 
David

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Anyone use bestcfhosting?

2004-11-12 Thread John Beynon
Hey folks,

does anyone out there use bestcfhosting for their hosting? I've been
looking round for a host that will let me have multiple 'real'
webroots but keeping the price down, ie  $50 per month - so far they
were the only ones i could find to provide this

thanks,

john.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Ann: CFEclipse 1.1.17 released

2004-11-12 Thread Oliver Tupman
Hi all,

The CFE team is pleased to announce the release of CFEclipse 1.1.17.

Announcement: CFEclipse version 1.1.17 released
12th November, 2004 : 1000

Installation  Update

Installation  update procedures are availble on the CFEclipse
project website (http://cfeclipse.tigris.org) . All current non-CVS
users of CFEclipse should hopefully be notified by Eclipse that there
is a new release available. If not, follow the update procedures and
mention it to us on the CFE lists.

  What's new:

Around two weeks ago the CFEclipse Development team closed a feature
vote, where registered users were able to vote for the features they'd
like to see most.

We're happy to report that due to a large amount of work by the team, 7
out of the top-ten most-voted-for features have been implemented. They
are:

 * 11 Selected text drag 'n' drop
 * 138 Bracket highlighting
 * 17 Block indent/unindent enhancement
 * 183 Code folding
 * 21 Ctrl + Double click selects tag
 * 175 CFML comments
 * 97 CFC Browser enhancement

Thanks go to Matt Cristantello for the implementation of Bracket 
Highlighting.

For more on the new features and how to access them please visit:
http://www.spike.org.uk/cfeclipse/space/start/2004-11-12/1

  New features:

 * 201 Get the partition scanner working properly.
 * 174 Undo Steps
 * 105 Enhance code insight
 * --- Standard text editor prefs now in CFE page
 * --- Trim trailing spaces on save option available (via prefs)

  Bugs fixed:

 * 49 CFEclipse pref window resizes to fit snips directory...
 * 65 specifiy any attribute
 * 95 cfinvoke can have any argument, not reflected
 * 108 New CFC's are created with blank attributes
 * 144 syntax coluring error with = in cfquery
 * 152 Error generated if CFINVOKE doesn't have closing tag
 * 180 Adds empty extends attribute in CFC wizard
 * 181 cfqueryparam (and others) breaking file parser
 * 182 Attribute name is not required for cfquery
 * 199 Content assist fails when there is a non-enclosing tag.
 * 200 Syntax colouring slightly off.
 * 205 Something preventing the closing of chevrons
 * 207 Tasks are being deleted by cfeclipse.
 * 208 CFC Methods view broken
 * 210 Scope insight pops up at the wrong time
 * 216 Error occurs when coping a large block of text
 * 219 Comment instide comment block renders does not show code
   as commented out

The zip version of the plugin is not yet available if you wish to
update manually. It should appear on monday.

Happy coding,

  The CFEclipse Crew.



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Plum Pre-Testers Needed

2004-11-12 Thread Marco Antonio C. Santos
How to qualify Adam?

Marco


On Thu, 11 Nov 2004 20:33:21 -0500, Rick Faircloth
[EMAIL PROTECTED] wrote:
 I know...I know...prehistoric...it's true.
 I'm just so busy trying to make money with what I already know.
 I'm a freelancer, you know...no salary here...
 
 I noticed, too, that Plum doesn't support MySQL, which
 is what I use now...so that, too, knocks me out of the beta (or
 alpha...whatever...)
 
 Rick
 
 
 
 
  -Original Message-
  From: dave [mailto:[EMAIL PROTECTED]
  Sent: Thursday, November 11, 2004 8:19 PM
  To: CF-Talk
  Subject: RE: Plum Pre-Testers Needed


  rick
  throw whatever u currently think about automated app
  development out the window
  plum flat at kicks azz!!

  But u will need cfmx (i believe) but come on its 2004 almost
  2005 cfml is a completely different animal now then it was
  in prehistoric 4.5 (thats older than i am!) get with the
  program my friend! ;)

  i would certainly go back and use plum again if and when
  they decide to add additional dbs like mysql


  -- Original Message --
  From: Rick Faircloth [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  Date:  Thu, 11 Nov 2004 19:54:38 -0500

  I was a little ahead of you...I searched the HouseofFusion archives
  and found that link...looks interesting...and very involved...
  
  Hmmm...automated app development...
  
  Rick
  
  
-Original Message-
From: Adam Churvis [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 7:43 PM
To: CF-Talk
Subject: Re: Plum Pre-Testers Needed
  
  
Sorry...  Look at this:
  
http://www.productivityenhancement.com/plum/WhatPlumCanDo.cfm
  
There's a demo link at the bottom of the page.
  
Respectfully,
  
Adam Phillip Churvis
Member of Team Macromedia
  
Advanced Intensive Training:
* C#  ASP.NET for ColdFusion Developers
* ColdFusion MX Master Class
* Advanced Development with CFMX and SQL Server 2000
http://www.ColdFusionTraining.com
  
Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com
  
The ColdFusion MX Bible is in bookstores now!
- Original Message -
From: Rick Faircloth [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 7:41 PM
Subject: RE: Plum Pre-Testers Needed
  
  
 Now...what did you say Plum is?

 Do I qualify?  ;o)

 Rick


   -Original Message-
   From: Adam Churvis
  [mailto:[EMAIL PROTECTED]
   Sent: Thursday, November 11, 2004 7:32 PM
   To: CF-Talk
   Subject: Plum Pre-Testers Needed
 
 
   We could use a couple of dedicated folks
  who haven't used an
   earlier Alpha
   or Beta release of Plum to run it through
  its tutorials
   before we release
   the Plum Public Beta.  We need feedback
  from virgin users.
 
   Okay -- maybe not virgins.  Make that
  people who have not
   been smitten with
   the wanton evil that Plum doth do.
  Anyway, we need you.
 
   If you're crazy enough to do this then please
contact me offlist at
   [EMAIL PROTECTED] so we can discuss
what's involved.
 
   Respectfully,
 
   Adam Phillip Churvis
   Member of Team Macromedia
 
   Advanced Intensive Training:
   * C#  ASP.NET for ColdFusion Developers
   * ColdFusion MX Master Class
   * Advanced Development with CFMX and SQL Server 2000
   http://www.ColdFusionTraining.com
 
   Download CommerceBlocks V2.1 and LoRCAT from
   http://www.ProductivityEnhancement.com
 
   The ColdFusion MX Bible is in bookstores now!
 
 
 
~
   |
   Special thanks to the CF Community Suite
  Gold Sponsor -
CFHosting.net
   http://www.cfhosting.net
 
   

Re: Plum Pre-Testers Needed

2004-11-12 Thread Marco Antonio C. Santos
Demo link? Yes, flash presentation. It's possible to download demo version?

Cheers

Marco


On Thu, 11 Nov 2004 19:42:55 -0500, Adam Churvis
[EMAIL PROTECTED] wrote:
 Sorry...  Look at this:
 
 http://www.productivityenhancement.com/plum/WhatPlumCanDo.cfm
 
 There's a demo link at the bottom of the page.
 
 
 
 Respectfully,
 
 Adam Phillip Churvis
 Member of Team Macromedia
 
 Advanced Intensive Training:
 * C#  ASP.NET for ColdFusion Developers
 * ColdFusion MX Master Class
 * Advanced Development with CFMX and SQL Server 2000
 http://www.ColdFusionTraining.com
 
 Download CommerceBlocks V2.1 and LoRCAT from
 http://www.ProductivityEnhancement.com
 
 The ColdFusion MX Bible is in bookstores now!
 - Original Message -
 From: Rick Faircloth [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Thursday, November 11, 2004 7:41 PM
 Subject: RE: Plum Pre-Testers Needed
 
  Now...what did you say Plum is?
 
  Do I qualify?  ;o)
 
  Rick
 
 
-Original Message-
From: Adam Churvis [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 7:32 PM
To: CF-Talk
Subject: Plum Pre-Testers Needed
  
  
We could use a couple of dedicated folks who haven't used an
earlier Alpha
or Beta release of Plum to run it through its tutorials
before we release
the Plum Public Beta.  We need feedback from virgin users.
  
Okay -- maybe not virgins.  Make that people who have not
been smitten with
the wanton evil that Plum doth do.  Anyway, we need you.
  
If you're crazy enough to do this then please contact me offlist at
[EMAIL PROTECTED] so we can discuss what's involved.
  
Respectfully,
  
Adam Phillip Churvis
Member of Team Macromedia
  
Advanced Intensive Training:
* C#  ASP.NET for ColdFusion Developers
* ColdFusion MX Master Class
* Advanced Development with CFMX and SQL Server 2000
http://www.ColdFusionTraining.com
  
Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com
  
The ColdFusion MX Bible is in bookstores now!
  
  
~
|
Special thanks to the CF Community Suite Gold Sponsor -
 CFHosting.net
http://www.cfhosting.net
  
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184072
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe:
  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4
  Donations  Support: http://www.houseoffusion.com/tiny.cfm/54
 
  --
  No virus found in this incoming message.
  Checked by AVG Anti-Virus.
  Version: 7.0.289 / Virus Database: 265.2.1 - Release Date: 11/10/2004
 
  --
  No virus found in this outgoing message.
  Checked by AVG Anti-Virus.
  Version: 7.0.289 / Virus Database: 265.2.1 - Release Date: 11/10/2004
 
 
 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-12 Thread Rick Faircloth
I saw the feature list...definitely pro is the way to go for data
connectivity.

Yeah...$100 off...still...$599...

Rick


  -Original Message-
  From: dave [mailto:[EMAIL PROTECTED]
  Sent: Thursday, November 11, 2004 11:12 PM
  To: CF-Talk
  Subject: RE: Blackstone to provide built-in Flash Remoting type
  capabilities?


  pro comes with components that actually are very useful pkus
  audio  video and while i dont use screens or forms very
  much they are very useful for specific funtions i use

  heres so more info if u havent seen it
  http://www.macromedia.com/software/flash/productinfo/features
  /comparison/

  most ppl i know seem to get the reg then as they get into it
  wish they'd got pro

  did u see they are on sale this week?






  -- Original Message --
  From: Rick Faircloth [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  Date:  Thu, 11 Nov 2004 22:37:13 -0500

truethfully, i have found that the data bindings are kinda
lame
  
  Maybe that's why they didn't highlight them in the overview...
  
  Thanks for the link, I'll check out the tutorials.
  
  What other part of the Pro version of Flash MX 2004 do you
  find so useful?
  
  Rick
  
  
-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 10:21 PM
To: CF-Talk
Subject: RE: Blackstone to provide built-in Flash
  Remoting type
capabilities?
  
  
truethfully, i have found that the data bindings are kinda
lame and i personally was very dissappointed with them. sure
u can hook up flash remoting in about 30 seconds but if u
plan on using the Data Components off the 1st frame they
choke and die but using most of them is straight forward
and doing a databind to a component is 1 very short line of
code in real life
so in that reguard it isnt worth it to get pro BUT the pro
version has so many other benefits that its worth it,
wouldnt really even consider getting the reg one.
  
as far as tuts on using it, yeah www.communitymx.com has a
lot of them.
i'll send u one off list i helped with that shows how to
import a list from a cfc using the new .as 2.0 remoting
bindings and getting a selected record from that list. it
also has sending an email from a contact form via
  remoting and a cfc
if u look it up on communitymx its called
Case Study: Using the New Flash Remoting Classes
  
i believe u could even do this with the reg version
  of flash mx 2004
  
  --
  No virus found in this outgoing message.
  Checked by AVG Anti-Virus.
  Version: 7.0.289 / Virus Database: 265.2.1 - Release Date:
  11/10/2004
  
  
  

  ~
  |
  Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
  http://www.cfhosting.net

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

  --
  No virus found in this incoming message.
  Checked by AVG Anti-Virus.
  Version: 7.0.289 / Virus Database: 265.2.1 - Release Date: 11/10/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.2.1 - Release Date: 11/10/2004


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-12 Thread dave
only 6 hrs worth of work ;)


-- Original Message --
From: Rick Faircloth [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 12 Nov 2004 06:51:51 -0500

I saw the feature list...definitely pro is the way to go for data
connectivity.

Yeah...$100 off...still...$599...

Rick
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


5am queryparams

2004-11-12 Thread dave
what queryparam do u use when using a mysql db with a blob field? 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


The request has exceeded the allowable time limit Tag: CFQUERY

2004-11-12 Thread Venkata Dharma Chand Bhaverisetti
I am getting this error on coldfusion mx when i am trying to execute a query. i 
would be happy if any body finds a solution to this

with regards,
chand

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: The request has exceeded the allowable time limit Tag: CFQUERY

2004-11-12 Thread Micha Schopman
Try setting the default request timeout for that template higher by
adding a cfsetting.

Add this to the template in the top, to give the query 60 seconds time
to execute before the process is aborted.

cfsetting requesttimeout=60


Micha Schopman
Software Engineer

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Function and query name overwrite

2004-11-12 Thread Thomas Chiverton
On Thursday 11 Nov 2004 17:51 pm, Michael Dinowitz wrote:
 Very interesting. I'd never have thought of doing a var set before the
 CFQUERY. It would show up in my head as an unnecessary operation. 

Yeah, I know.
When it was discovered you needed to do this (for thread safety) it was 
suggested that CF should even do var scoping of unqulified by default, to 
save you the bother - thread safe by default would be better than what we 
have now. I think MM objected on the grounds it may break existing code, 
however.

-- 
Tom Chiverton 
Advanced ColdFusion Programmer
Tel: +44 (0)1749 834900
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834XXX
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple Quay, 
BRISTOL. BS1 6EG
*** This E-mail contains confidential information for the addressee only. If 
you are not the intended recipient,
please notify us immediately. You should not use, disclose, distribute or copy 
this communication if received
in error. No binding contract will result from this e-mail until such time as 
a written document is signed on
behalf of the company. BlueFinger Limited cannot accept responsibility for the 
completeness or accuracy of
this message as it has been transmitted over public networks.***

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


File retrieval

2004-11-12 Thread Simon Smith
I’m developing a customer facing application that, amongst other things, allows 
a user to upload and download doc / PDF / zip and other file types. Were 
expecting a heavy load, up to 40 000 file transfers a day and a total ‘document 
pool’ of up to a TB.  

Were considering using a NAS store running through DFS in windows. Anyone knows 
of any pitfalls of talking to this through CFfile? Anyone got any better ideas? 


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-12 Thread Rick Root
Rick Faircloth wrote:
 
 Let me ask you...what feature in all the versions after 4.5 has
 really changed the product that you create?  Not *how* you create it,
 but what the client actually uses?

Since most everything in coldfusion generates plain ol' HTML you're not 
going to see a lot of stuff that changes the end user experience.

The features of the programming language that drives that HTML are why a 
programmer upgrades.

For example, user defined functions were a valuable increase in 
PROGRAMMING functionality to me, that the end-user didn't see a bit of. 
  But it made my programming a lot easier to say something like cfif 
isvalidemail(form.email) versus running it through a custom tag.  And 
CFC development makes the programs I write easier to maintain and easier 
to write.

 RIA's are a radical change
 from the norm, but too much of a jump to have to use Flash, ActionScript,
 etc. (In other words, a whole new paradigm of development)

Well, if you had stayed current, it wouldn't be a huge increase... CFC 
development in CFMX was really an extension of the UDF functionality 
available in CF5.0 (with a lot more features)... web services and flash 
remoting both access CFCs (assuming you're using coldfusion to power 
your RIA).

And my users LOVE the flash apps I've developed.  They aren't fancy, but 
they are a LOT faster and easier to use than the previous HTML-based 
versions of the same applications.  And they're a LOT easier to maintain.

 I see all the talk about CFC's and have some idea of what they are,
 but they're still just means to the same end...right?  

They are a means to becoming a BETTER developer, to writing more 
maintainable, more re-usable code, and basically being more productive 
in what you do on a daily basis.

 has revolutionized your end product and not just your development process?

I guess if you're not interested in expanding your programming skills, 
developing better applications, and working faster, then there's no 
reason to upgrade at all.

I'll admit, I simply don't understand your point of view.  I can't 
fathom someone not being interested in features that make their job easier.

  - Rick

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-12 Thread Rick Root
dave wrote:
 only 6 hrs worth of work ;)

your clients pay better than mine =)


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


LSDateFormat Locale's

2004-11-12 Thread Andy Mcshane
Hi guy's, this is a problem that has been driving me mad for a while. I have 
recently converted my website to be multi-lingual so that it now displays in 
French, German, Spanish, Italian and English. It is written using Coldfusion MX 
6.1 and has a SQL2000 database backend.

My problems have started with the formatting and submitting of date fields. The 
main problem that I am having is with LSDateFormat. All of my date fields are 
stored in my database in the format MMDD. I have no problem reading the 
data and displaying it using LSDateFormat i.e. if my users locale is German 
(Standard)

I read the date from SQL as 2004-12-31
#LSDateFormat(MyDate, DD MMM )# displays it as 31 Dez 2004, so far this 
is fine.

When I click my save button to submit this data back to the database I have to 
first convert this date back to a format that SQL will understand, this is 
where the problem occurrs as the following code;

#lsdateformat(mydate, MMDD)# produces this error 31 Dez 2004 is an 
invalid date format. As you can see I am trying to format the date as 
20041231 so I can insert it back into my database.

I do not understand why I am getting the error message that the date is invalid 
anybody know?

Also is it possible to convert dates between locale's such as converting the 
user input German date of 31 Dez 2004 to the English date of 31 Dec 2004?

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


LSDateFormat Locale's

2004-11-12 Thread Andy Mcshane
Hi guy's, this is a problem that has been driving me mad for a while. I
have recently converted my website to be multi-lingual so that it now
displays in French, German, Spanish, Italian and English. It is written
using Coldfusion MX 6.1 and has a SQL2000 database backend.

 

My problems have started with the formatting and submitting of date
fields. The main problem that I am having is with LSDateFormat. All of
my date fields are stored in my database in the format MMDD. I have
no problem reading the data and displaying it using LSDateFormat i.e. if
my users locale is German (Standard)

 

I read the date from SQL as 2004-12-31

#LSDateFormat(MyDate, DD MMM )# displays it as 31 Dez 2004, so
far this is fine.

 

When I click my save button to submit this data back to the database I
have to first convert this date back to a format that SQL will
understand, this is where the problem occurrs as the following code;

 

#lsdateformat(mydate, MMDD)# produces this error 31 Dez 2004 is
an invalid date format. As you can see I am trying to format the date as
20041231 so I can insert it back into my database.

 

I do not understand why I am getting the error message that the date is
invalid anybody know?

 

Also is it possible to convert dates between locale's such as converting
the user input German date of 31 Dez 2004 to the English date of 31
Dec 2004?

 

Andy McShane 
Head of Development
Scout7 Ltd, 
324a Lichfield Road, 
Mere Green, 
Sutton Coldfield 
West Midlands 
United Kingdom 
B74 2UW 

Telephone: +44 (0)121 323 2640 
Mobile : 07866 430783 
Fax: +44 (0)121 323 2010 
Email: mailto:[EMAIL PROTECTED]
BLOCKED::blocked::blocked::blocked::mailto:[EMAIL PROTECTED]  
Website: www.scout7.com

 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Paul Hastings
Andy Mcshane wrote:
 my date fields are stored in my database in the format MMDD. I have

first off why aren't you using standard sql datetime datatypes?

 #lsdateformat(mydate, MMDD)# produces this error 31 Dez 2004 is

maybe give lsParseDateTime(date/time-string) a spin.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFFILE upload to Linux server issues

2004-11-12 Thread Eric Creese
what do you mean it needs to be capped?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 5:06 PM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues


eric
sorry this maybe a dumb ? but i saw u wrote that u had set the variables in the
application.cfm

BUT on linux nit needs to be capped

Application.cfm

-- Original Message --
From: Eric Creese [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 11 Nov 2004 14:30:06 -0600

Ok I put my slashes back and I get the following error

here is how I set the var.

CFSET directorypath =/home/auto1/autocomm-inc.com/html/dev/

The destination directory /home/auto1/autocomm-inc.com/html/dev/images/apps/ 
specified in the CFFILE tag is invalid.  

The directory either does not exist or is not accessible by this tag.  
  
The error occurred in 
/home/auto1/autocomm-inc.com/html/dev/Admin/x_addtest.cfm: line 24
 
22 : filefield=timage1
23 : mode = 777
24 : accept=image/*

 





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFFILE upload to Linux server issues

2004-11-12 Thread Robertson-Ravo, Neil (RX)
He means capitalized : as in Application.cfm and not application.cfm



-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED] 
Sent: 12 November 2004 14:23
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues

what do you mean it needs to be capped?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 5:06 PM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues


eric
sorry this maybe a dumb ? but i saw u wrote that u had set the variables in
the
application.cfm

BUT on linux nit needs to be capped

Application.cfm

-- Original Message --
From: Eric Creese [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 11 Nov 2004 14:30:06 -0600

Ok I put my slashes back and I get the following error

here is how I set the var.

CFSET directorypath =/home/auto1/autocomm-inc.com/html/dev/

The destination directory
/home/auto1/autocomm-inc.com/html/dev/images/apps/ specified in the CFFILE
tag is invalid.  

The directory either does not exist or is not accessible by this tag.  
  
The error occurred in
/home/auto1/autocomm-inc.com/html/dev/Admin/x_addtest.cfm: line 24
 
22 : filefield=timage1
23 : mode = 777
24 : accept=image/*

 







~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFFILE upload to Linux server issues

2004-11-12 Thread COLLIE David
Application.cfm is case sensitive on *nix flavours of Unix

If it is not named Application.cfm (and OnRequestEnd.cfm) it will not
run automatically on every request.

-- 
dc

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFFILE upload to Linux server issues

2004-11-12 Thread Eric Creese
ah, thank you I did not know that.

Why is that necessary?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Friday, November 12, 2004 8:26 AM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues


He means capitalized : as in Application.cfm and not application.cfm



-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED] 
Sent: 12 November 2004 14:23
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues

what do you mean it needs to be capped?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 5:06 PM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues


eric
sorry this maybe a dumb ? but i saw u wrote that u had set the variables in
the
application.cfm

BUT on linux nit needs to be capped

Application.cfm

-- Original Message --
From: Eric Creese [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 11 Nov 2004 14:30:06 -0600

Ok I put my slashes back and I get the following error

here is how I set the var.

CFSET directorypath =/home/auto1/autocomm-inc.com/html/dev/

The destination directory
/home/auto1/autocomm-inc.com/html/dev/images/apps/ specified in the CFFILE
tag is invalid.  

The directory either does not exist or is not accessible by this tag.  
  
The error occurred in
/home/auto1/autocomm-inc.com/html/dev/Admin/x_addtest.cfm: line 24
 
22 : filefield=timage1
23 : mode = 777
24 : accept=image/*

 









~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Andy Mcshane
Andy Mcshane wrote:
 my date fields are stored in my database in the format MMDD. I have

first off why aren't you using standard sql datetime datatypes?

 #lsdateformat(mydate, MMDD)# produces this error 31 Dez 2004 is

maybe give lsParseDateTime(date/time-string) a spin.

I am using the standard SQL datetime datatypes, The way I wrote it above is 
just to simply demonstrate the way the SQL stores the date. I handle all of my 
database access using stored procedures so I use CFStorerdProc  CFProcParam so 
I what I actually try to pass out to SQL is this,

cfprocparam type=IN
   value=#lsdateformat(mydate, DD MMM )#
   cfsqltype = CF_SQL_DATETIME
   [EMAIL PROTECTED]

This is what produces the error message above.

I am unfamiliar with LSParseDateTime, what does this actually do?

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


For the kids

2004-11-12 Thread Eric Creese
With school budgets ever so tightening, my child's school is having a problem 
with getting the funds together as well volunteers for their annual yearbook. I 
was thinking hey put it online, but then no one can actually save it or have a 
copy to get people to sign. But if it were on line and then downloaded as a 
file on someone's machine, they could print it off themselves on their home 
computer. Plus years from now when they loose theirs they could down load it 
again from the school site.

Anyone got any ideas for this?

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFFILE upload to Linux server issues

2004-11-12 Thread Burns, John D
Good catch Dave.  I totally forgot about mentioning that but I had a
HUGE problem with that when I was hosting on a shared linux box.

John 

-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 11, 2004 6:06 PM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues

eric
sorry this maybe a dumb ? but i saw u wrote that u had set the variables
in the application.cfm

BUT on linux nit needs to be capped

Application.cfm

-- Original Message --
From: Eric Creese [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 11 Nov 2004 14:30:06 -0600

Ok I put my slashes back and I get the following error

here is how I set the var.

CFSET directorypath =/home/auto1/autocomm-inc.com/html/dev/

The destination directory
/home/auto1/autocomm-inc.com/html/dev/images/apps/ specified in the
CFFILE tag is invalid.  

The directory either does not exist or is not accessible by this tag.  
  
The error occurred in 
/home/auto1/autocomm-inc.com/html/dev/Admin/x_addtest.cfm: line 24
 
22 : filefield=timage1
23 : mode = 777
24 : accept=image/*

 





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: File retrieval

2004-11-12 Thread Burns, John D
I'd use FTP since that's what it's designed for.  The method you're
talking about sounds like a TON of data over HTTP.  With all that data
you're transferring, FTP might be a better bet.  If you need tracking
and such, maybe you can do use Event Gateways in Blackstone to handle
the uploads and link them in a database.

John 

-Original Message-
From: Simon Smith [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 7:39 AM
To: CF-Talk
Subject: File retrieval 

I'm developing a customer facing application that, amongst other things,
allows a user to upload and download doc / PDF / zip and other file
types. Were expecting a heavy load, up to 40 000 file transfers a day
and a total 'document pool' of up to a TB.  

Were considering using a NAS store running through DFS in windows.
Anyone knows of any pitfalls of talking to this through CFfile? Anyone
got any better ideas? 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFFILE upload to Linux server issues

2004-11-12 Thread Burns, John D
Because *nix is case sensitive in file names and CF will only handle
them as expected if you capitalize them the way CF expects.

John 

-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 9:41 AM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues

ah, thank you I did not know that.

Why is that necessary?

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Friday, November 12, 2004 8:26 AM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues


He means capitalized : as in Application.cfm and not application.cfm



-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED]
Sent: 12 November 2004 14:23
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues

what do you mean it needs to be capped?

-Original Message-
From: dave [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 11, 2004 5:06 PM
To: CF-Talk
Subject: RE: CFFILE upload to Linux server issues


eric
sorry this maybe a dumb ? but i saw u wrote that u had set the variables
in the application.cfm

BUT on linux nit needs to be capped

Application.cfm

-- Original Message --
From: Eric Creese [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Thu, 11 Nov 2004 14:30:06 -0600

Ok I put my slashes back and I get the following error

here is how I set the var.

CFSET directorypath =/home/auto1/autocomm-inc.com/html/dev/

The destination directory
/home/auto1/autocomm-inc.com/html/dev/images/apps/ specified in the
CFFILE tag is invalid.  

The directory either does not exist or is not accessible by this tag.  
  
The error occurred in
/home/auto1/autocomm-inc.com/html/dev/Admin/x_addtest.cfm: line 24
 
22 : filefield=timage1
23 : mode = 777
24 : accept=image/*

 











~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: For the kids

2004-11-12 Thread Burns, John D
You could build the pages however fits you best and maybe use the
cfdocument tag in Blackstone to export it to PDF or Flash Paper.  PDF
is probably best because then people could take it to Kinkos or Staples
or something and have them print and bind it. Just an idea.  However,
the other thing to consider is that years from now PDF may be ancient
history.  Who knows if the users will be able to view it then.  Also, if
database/OS changes happen in the future and support for the DB/OS
you're using is dropped, someone will have to migrate the app every so
often.  It really depends on how long you want to keep it up and
running.

John 

-Original Message-
From: Eric Creese [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 9:50 AM
To: CF-Talk
Subject: For the kids

With school budgets ever so tightening, my child's school is having a
problem with getting the funds together as well volunteers for their
annual yearbook. I was thinking hey put it online, but then no one can
actually save it or have a copy to get people to sign. But if it were on
line and then downloaded as a file on someone's machine, they could
print it off themselves on their home computer. Plus years from now when
they loose theirs they could down load it again from the school site.

Anyone got any ideas for this?



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: For the kids

2004-11-12 Thread Eric Creese
Thanks for the feed back.  I just want to be able to give them a near-time 
solution that they could use for several years so the program does not get 
shelved.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Syncronize CF apps with PDAs

2004-11-12 Thread Victor Moore
Hi All,

I am looking for some pointers of how to synchronize CF based
calendar/contact applications with Outlook and/or different PDAs.

Any information is greatly appreciated.

Regards
Victor

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: For the kids

2004-11-12 Thread Damien McKenna
Burns, John D wrote:

the other thing to consider is that years from now PDF may be ancient
history.  Who knows if the users will be able to view it then.

I suspect PDF will be around for a long time, I've yet to find anything 
good enough to replace it, beyond pure XML (XML+XML Schema+XSLT) but 
that's a lot more work.

I'd say to either use an existing one or define your own XML Schema and 
create all your data in XML, then you'll have a much more flexible 
format to convert into anything else.
-- 
*Damien McKenna* - Web Developer - [EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
Why are you wearing that stupid man suit? - Frank

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Syncronize CF apps with PDAs

2004-11-12 Thread Burns, John D
Depends on what you mean by synchronize.  You could use AvantGo to sync
dynamic pages up.  Othwerise, I'm not sure what you mean.

John 

-Original Message-
From: Victor Moore [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 10:19 AM
To: CF-Talk
Subject: Syncronize CF apps with PDAs

Hi All,

I am looking for some pointers of how to synchronize CF based
calendar/contact applications with Outlook and/or different PDAs.

Any information is greatly appreciated.

Regards
Victor



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: For the kids

2004-11-12 Thread Burns, John D
Yes, but with changing technologies, you never know.  XML and XSLT is
getting to be more friendly and there are more tools.  I'm not saying
PDF will go, but if you expect PDFs to be around for the 20-year reunion
of the class, that may not be feasible. I am just pointing out that the
web medium may not be the best for long-term apps/displays unless you're
willing to put some time into keeping it current with the changing
technologies.  Otherwise, a paper display may be better.

John 

-Original Message-
From: Damien McKenna [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 10:21 AM
To: CF-Talk
Subject: Re: For the kids

Burns, John D wrote:

the other thing to consider is that years from now PDF may be ancient 
history.  Who knows if the users will be able to view it then.

I suspect PDF will be around for a long time, I've yet to find anything
good enough to replace it, beyond pure XML (XML+XML Schema+XSLT) but
that's a lot more work.

I'd say to either use an existing one or define your own XML Schema and
create all your data in XML, then you'll have a much more flexible
format to convert into anything else.
--
*Damien McKenna* - Web Developer - [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014 Why
are you wearing that stupid man suit? - Frank



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Syncronize CF apps with PDAs

2004-11-12 Thread Victor Moore
Thanks. I will check it out. 
Users are using their Outlook/PDAs to create/ update
contacts/meetings/tasks and want to be able to update(sync) this info
with the CF backend.

Thanks
Victor


On Fri, 12 Nov 2004 10:32:29 -0500, Burns, John D
[EMAIL PROTECTED] wrote:
 Depends on what you mean by synchronize.  You could use AvantGo to sync
 dynamic pages up.  Othwerise, I'm not sure what you mean.
 
 John
 
 
 
 -Original Message-
 From: Victor Moore [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 12, 2004 10:19 AM
 To: CF-Talk
 Subject: Syncronize CF apps with PDAs
 
 Hi All,
 
 I am looking for some pointers of how to synchronize CF based
 calendar/contact applications with Outlook and/or different PDAs.
 
 Any information is greatly appreciated.
 
 Regards
 Victor
 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Syncronize CF apps with PDAs

2004-11-12 Thread Burns, John D
Well, is all of the data being stored in exchange?  If they're using
outlook and PDAs to create/update contacts/meetings/tasks, they could be
synchronizing with Exchange Server and then you could work on using CF
to read from Exchange.  That sounds more like what you want to do.

John 

-Original Message-
From: Victor Moore [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 10:43 AM
To: CF-Talk
Subject: Re: Syncronize CF apps with PDAs

Thanks. I will check it out. 
Users are using their Outlook/PDAs to create/ update
contacts/meetings/tasks and want to be able to update(sync) this info
with the CF backend.

Thanks
Victor


On Fri, 12 Nov 2004 10:32:29 -0500, Burns, John D
[EMAIL PROTECTED] wrote:
 Depends on what you mean by synchronize.  You could use AvantGo to 
 sync dynamic pages up.  Othwerise, I'm not sure what you mean.
 
 John
 
 
 
 -Original Message-
 From: Victor Moore [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 12, 2004 10:19 AM
 To: CF-Talk
 Subject: Syncronize CF apps with PDAs
 
 Hi All,
 
 I am looking for some pointers of how to synchronize CF based 
 calendar/contact applications with Outlook and/or different PDAs.
 
 Any information is greatly appreciated.
 
 Regards
 Victor
 
 
 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-12 Thread Rick Faircloth
Mine, too...

Rick



  -Original Message-
  From: Rick Root [mailto:[EMAIL PROTECTED]
  Sent: Friday, November 12, 2004 8:59 AM
  To: CF-Talk
  Subject: Re: Blackstone to provide built-in Flash Remoting type
  capabilities?


  dave wrote:
   only 6 hrs worth of work ;)

  your clients pay better than mine =)


  ~
  |
  Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
  http://www.cfhosting.net

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

  --
  No virus found in this incoming message.
  Checked by AVG Anti-Virus.
  Version: 7.0.289 / Virus Database: 265.2.1 - Release Date: 11/10/2004

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.2.1 - Release Date: 11/10/2004


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Pros and cons of separate tables

2004-11-12 Thread Keith Gaughan
Roberto Perez wrote:

 At 12:38 PM 11/11/04, Ian Skinner wrote:
 
I don't know how unique the url's are in your data, but if any of them 
are repeated you would probably want an URL table.
 
 Actually, that is correct. Some URL's may be good for more than 1 word. I 
 was just thinking of updating them manually one by one, but if there's a 
 better way, I'm all ears  :-)

I'd say this is somewhere where the redundancy is harmless, and where 
going with just two tables would be just fine. However, I don't know the
exact mechanics of your app, so I can't tell. But let's continue
regardless...

And your select query would become something like this:
SELECT
WORD, URL
FROM
WORD_TBL, URL_TBL,W ORD_URL_JOIN
WHERE
URL_TBL.ID = WORD_URL_JOIN.URL_ID
AND WORD_URL_JOIN.WORD_ID = WORD_TBL.ID
AND WORD_TBL.ID = cfqueryparam value=#myWordVariable# 
CFSQLTYPE=SQL_DB_CHAR
 
 I'm not familiar with joins, so these questions may sound silly, but here 
 they are:

You probably know more than you realise.

 - in the last line, shouldn't I have WORD_TBL.WORD instead of 
 WORD_TBL.ID? Because the user will type a word, that should match the 
 actual word stored under that record ID.

You're right.

 - I understand the use of #myWordVariable#, which would come from the text 
 entry field in the form used to search the dictionary. But, what would 
 cfqueryparam and cfsqltype do? In other words, are they required, or 
 just good-to-have?

You should take a read of what it says on LiveDocs about CFQUERYPARAM.
Its use isn't required, but it's a really good idea if you don't want to
end up with serious amounts of egg on your face.

The naive way of passing values into queries is just to dump them in
verbatim, as follows:

 SELECT  user_id
 FROMusers
 WHERE   user_name = '#FORM.username#'
 AND user_password = MD5('#FORM.password#')

But there are serious problems with this. Firstly, it's harder for the
DBMS to identify common patterns in the queries if you do this as it
might not be able to identify common execution plans. If the DBMS does
execution plan caching, building queries like this can damage potential
performance. But YMMV, and this dependant on the internal mechanics of
the DBMS as to whether it yields an improvement or not, but it rarely
if ever degrades performance.

Secondly, and more importantly, is the risk of SQL injection. Say 
somebody enters the following text into the username field of the
form:

 blah';UPDATE users SET user_password = MD5('cracked') WHERE
 user_name = 'admin'; SELECT user_id FROM users WHERE user_name =
 'admin

which will change the admin password to 'cracked'. Or even subtler:

 admin';--

which will (depending on how the DBMS handles SQL errors) log the user
in directly as the 'admin' user.

Frightened? You should be. This is one of the most common website
exploits out there. CFQUERYPARAM was specifically added because of this
exploit.

CFQUERYPARAM--I'm simplifying a bit here--ensures that any special
characters are escaped so that SQL injections are defeated. It also
validates that type of the data passed in in different ways such as
whether it's numeric or a string, whether it's short enough to fit in
the field (for text--memos and (var)char--fields: you need to specify
a maximum length in the tag), and a host of other things.

The above query, secured using CFQUERYPARAM would read something like:

 SELECT  user_id
 FROMusers
 WHERE   user_name = cfqueryparam value=#FORM.username#
 cfsqltype=CF_SQL_VARCHAR
 maxlength=32
 AND user_password = MD5(cfqueryparam value=#FORM.password#
 cfsqltype=CF_SQL_VARCHAR
 maxlength=32)

The cfsqltype attributes specifies the type of the value. For
instance, if you wanted to get all the articles by such-and-such an
author, and you have the id that's associated with them, you'd do
something like the following:

 SELECT  article_id, title, body, date_posted
 FROMarticles
 WHERE   author_id = cfqueryparam value=#URL.author_id#
 cfsqltype=CF_SQL_INTEGER

If you ended up passing in fred as the value of URL.author_id,
CFQUERYPARAM would catch this and throw an error (which is what you
want).

Really, read up on it and start using it.

 - any reason why, in the WHERE statements, you used URL_TBL.ID first 
 (i.e., before the = sign), but then you used a similar expression 
 (WORD_TBL.ID) second (i.e., after the = sign) in the next part?

I'm going to rewrite Ian's code because I find using id as the name of
primary keys confusing myself. The code is for MySQL, but should work
just fine on Access. Here's the schema:

CREATE TABLE words
(
 word_id INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY,
 wordVARCHAR(64) NOT NULL,
 -- Because you'll be doing lookups on word, and it must 

Re: LSDateFormat Locale's

2004-11-12 Thread Keith Gaughan
Andy Mcshane wrote:

 I am unfamiliar with LSParseDateTime, what does this actually do?

Exactly what it says on the tin. It parses dates into CF's own
internal datetime format. This works better with the likes of
CFPROCPARAM, CFQUERYPARAM, c.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-12 Thread Rick Faircloth
Hi, Rick...

I do always want to improve my programming ability, but not so
much for the improvement itself, but to provide a better product for
the end user.

As a sole proprietor of a small business, I have plenty to do to keep
money coming in...including selling websites, developing websites, etc.
Not to mention the photography and videography I continue to do
as I did even before I jumped into web design / programming.

My issues are more practical.  Better programming skills do lead
to better apps...I build much better apps now in 4.5 than I did when
I started with 4.5.

I know many programmers are salaried employees of companies who
know from where and how much their next check will be and can afford
time to delve into the intricacies of CF.  I've got barely enough time to
keep up with the work I have now in CF, much less spending a lot of time
working out new programming techniques.

I would love to have the time, but it's just a practical matter of
priorities,
not to mention whether or not an upgrade provides any improvement
in my ability to SELL apps, not just design them.  (Speed of development
doesn't come into play much here when I'm selling apps / sites that don't
require new programming.

I am intrigued by the screen-based RIA development approach in
Flash MX Pro 2004...that would provide a more software-like, page
refresh-not required experience for customers who are used to using
standard software for tasks.  I want to convince them to use web-based
apps instead.

The bottom line for me is...I want to invest time and money into
new functionality and programming capabilities AND end user experience.
It's the end user experience mostly that brings in the money...

Rick


  -Original Message-
  From: Rick Root [mailto:[EMAIL PROTECTED]
  Sent: Friday, November 12, 2004 8:57 AM
  To: CF-Talk
  Subject: Re: Blackstone to provide built-in Flash Remoting type
  capabilities?


  Rick Faircloth wrote:
  
   Let me ask you...what feature in all the versions after 4.5 has
   really changed the product that you create?  Not *how* you
  create it,
   but what the client actually uses?

  Since most everything in coldfusion generates plain ol' HTML
  you're not
  going to see a lot of stuff that changes the end user experience.

  The features of the programming language that drives that
  HTML are why a
  programmer upgrades.

  For example, user defined functions were a valuable increase in
  PROGRAMMING functionality to me, that the end-user didn't
  see a bit of.
But it made my programming a lot easier to say something
  like cfif
  isvalidemail(form.email) versus running it through a custom
  tag.  And
  CFC development makes the programs I write easier to
  maintain and easier
  to write.

   RIA's are a radical change
   from the norm, but too much of a jump to have to use
  Flash, ActionScript,
   etc. (In other words, a whole new paradigm of development)

  Well, if you had stayed current, it wouldn't be a huge
  increase... CFC
  development in CFMX was really an extension of the UDF functionality
  available in CF5.0 (with a lot more features)... web
  services and flash
  remoting both access CFCs (assuming you're using coldfusion to power
  your RIA).

  And my users LOVE the flash apps I've developed.  They
  aren't fancy, but
  they are a LOT faster and easier to use than the previous HTML-based
  versions of the same applications.  And they're a LOT easier
  to maintain.

   I see all the talk about CFC's and have some idea of what they are,
   but they're still just means to the same end...right?

  They are a means to becoming a BETTER developer, to writing more
  maintainable, more re-usable code, and basically being more
  productive
  in what you do on a daily basis.

   has revolutionized your end product and not just your
  development process?

  I guess if you're not interested in expanding your
  programming skills,
  developing better applications, and working faster, then there's no
  reason to upgrade at all.

  I'll admit, I simply don't understand your point of view.  I can't
  fathom someone not being interested in features that make
  their job easier.

- Rick

  ~
  |
  Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
  http://www.cfhosting.net

  Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184106
  Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
  Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
  Unsubscribe:
  http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=708.628.4
  

Re: For the kids

2004-11-12 Thread Phil Cruz
 With school budgets ever so tightening, my child's school is having a 
 problem with getting the funds together as well volunteers for their 
 annual yearbook. I was thinking hey put it online, but then no one can 
 actually save it or have a copy to get people to sign. But if it were 
 on line and then downloaded as a file on someone's machine, they could 
 print it off themselves on their home computer. Plus years from now 
 when they loose theirs they could down load it again from the school 
 site.
 
 Anyone got any ideas for 
this?

Use the DocBook XML format.  When it's in DocBook you can then transform it 
into any number of formats HTML, PDF, etc.

-Phil

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Anyone use bestcfhosting?

2004-11-12 Thread Jordan Michaels
Hi John,

You might also want to look at hosting companies that offer Cold Fusion 
hosting in VPS environments. This would give you the multiple web roots 
that you're looking for since VPS boxes act like dedicated servers but 
cost a lot less. We ourselves offer CFML hosting on VPS systems using 
Blue Dragon, but if you're looking for CFMX specifically, I'm sure there 
are some out there who do that. If not, then we just may have to look 
into that ourselves! =P

Take it easy, and good luck with your search!

Warm regards,
Jordan Michaels
Vivio Technologies
[EMAIL PROTECTED]



John Beynon wrote:

Hey folks,

does anyone out there use bestcfhosting for their hosting? I've been
looking round for a host that will let me have multiple 'real'
webroots but keeping the price down, ie  $50 per month - so far they
were the only ones i could find to provide this

thanks,

john.
  


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: For the kids

2004-11-12 Thread Eric Creese
I do not know anything about that. Can you tell me where I can look into 
something like you suggested?
Eric


Use the DocBook XML format.  When it's in DocBook you can then transform it 
into any number of formatsHTML, PDF, etc.

-Phil

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: For the kids

2004-11-12 Thread Ray Champagne
http://www.docbook.org/

At 11:26 AM 11/12/2004, you wrote:
I do not know anything about that. Can you tell me where I can look into 
something like you suggested?
Eric


 Use the DocBook XML format.  When it's in DocBook you can then transform 
 it into any number of formatsHTML, PDF, etc.

 -Phil



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: 5am queryparams

2004-11-12 Thread Jordan Michaels
Hey Dave,

Thsi should work:

CFQUERYPARAM CFSQLTYPE=CF_SQL_LONGVARCHAR VALUE=#blob#

Warm regards,
Jordan Michaels
Vivio Technologies
[EMAIL PROTECTED]

dave wrote:

what queryparam do u use when using a mysql db with a blob field? 

  


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


URGENT! Db access problem

2004-11-12 Thread Mark Leder
Hi All,

I have several sites down on my server, just the ones using MS Access as a
db (the SQL 2000 ones on the same server load and work correctly).  Some of
the Access dbs are unicode aware, some are not.

Here's the message:
Error Executing Database Query.  
coldfusion.sql.DatabaseConnectionException: Timed out trying to establish
connection  

How do I solve?

Thanks,
Mark




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: File retrieval

2004-11-12 Thread Jordan Michaels
I'm inclined to agree here. Another benefit of FTP would be that you 
wouldn't have the overhead of CFMX's temporary file sorage, so it would 
help speed up disk access times. In the past, I've used Pure_FTPd 
(www.pureftpd.org) for a website-wizard application. It was nice because 
it has a ton of features that are useful for ensuring the system doesn't 
get overloaded. It also has an uploadscript function which I used to 
check incoming files for viruses, etc. I'd highly recommend it to anyone!

Too many customers is a wonderful problem to have. =) Let us know how it 
works out!

Warm regards,
Jordan Michaels
Vivio Technologies
[EMAIL PROTECTED]



Burns, John D wrote:

I'd use FTP since that's what it's designed for.  The method you're
talking about sounds like a TON of data over HTTP.  With all that data
you're transferring, FTP might be a better bet.  If you need tracking
and such, maybe you can do use Event Gateways in Blackstone to handle
the uploads and link them in a database.

John 

-Original Message-
From: Simon Smith [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 7:39 AM
To: CF-Talk
Subject: File retrieval 

I'm developing a customer facing application that, amongst other things,
allows a user to upload and download doc / PDF / zip and other file
types. Were expecting a heavy load, up to 40 000 file transfers a day
and a total 'document pool' of up to a TB.  

Were considering using a NAS store running through DFS in windows.
Anyone knows of any pitfalls of talking to this through CFfile? Anyone
got any better ideas? 





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: URGENT! Db access problem

2004-11-12 Thread Jordan Michaels
I cringe whenever I hear that someone is using access as a back-end for 
a web site. Access is notorious for database corruptions and failures 
under high load. This error message could mean a number of things. Have 
you run a database integrity check on it?

Warm regards,
Jordan Michaels
Vivio Technologies
[EMAIL PROTECTED]



Mark Leder wrote:

Hi All,

I have several sites down on my server, just the ones using MS Access as a
db (the SQL 2000 ones on the same server load and work correctly).  Some of
the Access dbs are unicode aware, some are not.

Here's the message:
Error Executing Database Query.  
coldfusion.sql.DatabaseConnectionException: Timed out trying to establish
connection  

How do I solve?

Thanks,
Mark






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: URGENT! Db access problem

2004-11-12 Thread Robertson-Ravo, Neil (RX)
Sounds like the machines which has the DB's is down or lost network
connectivity

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED] 
Sent: 12 November 2004 16:43
To: CF-Talk
Subject: URGENT! Db access problem

Hi All,

I have several sites down on my server, just the ones using MS Access as a
db (the SQL 2000 ones on the same server load and work correctly).  Some of
the Access dbs are unicode aware, some are not.

Here's the message:
Error Executing Database Query.  
coldfusion.sql.DatabaseConnectionException: Timed out trying to establish
connection  

How do I solve?

Thanks,
Mark






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Andy Mcshane
Andy Mcshane wrote:

 I am unfamiliar with LSParseDateTime, what does this actually do?

Exactly what it says on the tin. It parses dates into CF's own
internal datetime format. This works better with the likes of
CFPROCPARAM, CFQUERYPARAM, c.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/

Thanks for your help, I am quite new to Coldfusion MX so am not totally 
familiar with all of the functions available. I tried the following code in an 
environment that has it's locale set to 'German (Standard)',

#LSParseDateTime(#lsdateformat(01 Dez 2004, DD MMM )#)#

And I still get the same error, what am I doing wrong?

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: URGENT! Db access problem

2004-11-12 Thread Jordan Michaels
Another place you might want to look is the database driver itself. If 
all your Access DB's are down, but other DB's are up, then that's a good 
place to start.

HTH,
Jordan


Jordan Michaels wrote:

I cringe whenever I hear that someone is using access as a back-end for 
a web site. Access is notorious for database corruptions and failures 
under high load. This error message could mean a number of things. Have 
you run a database integrity check on it?

Warm regards,
Jordan Michaels
Vivio Technologies
[EMAIL PROTECTED]



Mark Leder wrote:

  

Hi All,

I have several sites down on my server, just the ones using MS Access as a
db (the SQL 2000 ones on the same server load and work correctly).  Some of
the Access dbs are unicode aware, some are not.

Here's the message:
Error Executing Database Query.  
coldfusion.sql.DatabaseConnectionException: Timed out trying to establish
connection  

How do I solve?

Thanks,
Mark










~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


cookie issues...

2004-11-12 Thread Bailey, Neal
Hey guys... 
 
I am having Cookie issues... I have a cookie that's written using ASP to
store some info in kind of an array. I am trying to read that same cookie
using Coldfusion but I can't seem to get it to output the way I need it. I
can read the cookie but it's all strung together with = and s. I need a
way to parse the cookie and save it as a session variable.  
 
When I do a regular cookie request my string looks like this:
NeedUpdate=0Recognition=SupportEntityID=01AgentName=Neal
BaileyRank=100AgentNumber=
 
Any suggestions how I can read the cookie and restructure it in a way that I
can use? Thanks. 
 
 
Here is the code that makes the cookie in ASP. 
 
' Response.Clear
  agUser = RSAgent(AgentNumber)
  Response.Cookies(RSAgent)(AgentNumber) = RSAgent(AgentNumber)
  Response.Cookies(RSAgent)(AgentName) =
RTrim(RSAgent(AgentFirst))+
 +RTrim(RSAgent(AgentLast))
  Response.Cookies(RSAgent)(Rank) = RSAgent(CurrentRank)
  Response.Cookies(RSAgent)(Recognition) =
RTrim(RSAgent(Recognition))
  Response.Cookies(RSAgent)(EntityID) = RSAgent(EntityID)
  Response.Cookies(RSAgent)(NeedUpdate) = RSAgent(NeedUpdate)
  Response.Cookies(RSAgent).Path=/
 
 
 
Thanks... 
Neal Bailey
 


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Ray Champagne
Take out the inner #'s

Ray

At 10:50 AM 11/12/2004, you wrote:
 Andy Mcshane wrote:
 
  I am unfamiliar with LSParseDateTime, what does this actually do?
 
 Exactly what it says on the tin. It parses dates into CF's own
 internal datetime format. This works better with the likes of
 CFPROCPARAM, CFQUERYPARAM, c.
 
 --
 Keith Gaughan, Developer
 Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
 http://digital-crew.com/

Thanks for your help, I am quite new to Coldfusion MX so am not totally 
familiar with all of the functions available. I tried the following code 
in an environment that has it's locale set to 'German (Standard)',

#LSParseDateTime(#lsdateformat(01 Dez 2004, DD MMM )#)#

And I still get the same error, what am I doing wrong?



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: URGENT! Db access problem

2004-11-12 Thread Lawrence Ng
I agree u should use either one mssql, mySQl or oracle

http://www.convert-in.com/acc2mss.htm  If $$$ are an issue (which most
certainly is nowadays), I'd go with MySQL. I'm starting to port them
from Oracle to MySQL myself ... albeit cautiously. since you're using
access, I'm assuming it not that critical =)

pretty useful apps they have there...





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Andy Mcshane
Take out the inner #'s

Ray

At 10:50 AM 11/12/2004, you wrote:

Did that and then get an error because of quotation marks!
Take out all of those and use this code instead;

#LSParseDateTime(lsdateformat(01 Dez 2004, DD MMM ))#

Still get the same error message about it being an invalid date.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: cookie issues...

2004-11-12 Thread COLLIE David
Code untested but I think this is what you mean :)

This would parse the string of values for you

cfscript
aKeyValue = listToArray(yourString, );
for (i=1; i lte arrayLen(aKeyValue); i=i+1) {
thisKey = listGetAt(aKeyValue[i], 1, =);
thisValue = listGetAt(aKeyValue[i], 2, =);

//Do something or store it somewhere
}
/cfscript

Or a wee function...

cfscript
function getYourCookieValue(fullstring, keystring) {
var aKeyValue, thisKey, thisValue;

aKeyValue = listToArray(fullstring, );

for (i=1; i lte arrayLen(aKeyValue); i=i+1) {
thisKey = listGetAt(aKeyValue[i], 1, =);
if (thisKey eq keystring) { 
thisValue = listGetAt(aKeyValue[i], 2, =);
`   break;
}   
}
return thisValue;
}
/script

Anyway, time's up and I'm off to the pub.. Have a good weekend

-- 
Dc




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Ray Champagne
You have to create the date first.

Try this:

#LSParseDateTime(LSDateFormat(CreateDate(2004,12,1)))#

Ray

At 11:02 AM 11/12/2004, you wrote:
 Take out the inner #'s
 
 Ray
 
 At 10:50 AM 11/12/2004, you wrote:
 
Did that and then get an error because of quotation marks!
Take out all of those and use this code instead;

#LSParseDateTime(lsdateformat(01 Dez 2004, DD MMM ))#

Still get the same error message about it being an invalid date.



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Andy Mcshane
You have to create the date first.

Try this:

#LSParseDateTime(LSDateFormat(CreateDate(2004,12,1)))#

Ray

At 11:02 AM 11/12/2004, you wrote:

In reality the date is being passed in a form variable because this is the data 
that the user has entered so would the createdate not apply here? So my 
original code should have read;

#LSParseDateTime(lsdateformat(MyFormFieldDate, DD MMM ))#

I hope I am not confusing this too much! 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Ray Champagne
Hyou're going to have to manipulate that date somehow before you 
try to format it.

How does the date come over from the form?  Is it a free text field where 
they type in the date?

You're going to have to parse out the day month and year from that 
somehow.  I don't know of any way around it.  Let me know how the date is 
formatted, and I might be able to help you more.

I really don't think there is another way.

Ray

At 11:16 AM 11/12/2004, you wrote:
 You have to create the date first.
 
 Try this:
 
 #LSParseDateTime(LSDateFormat(CreateDate(2004,12,1)))#
 
 Ray
 
 At 11:02 AM 11/12/2004, you wrote:
 
In reality the date is being passed in a form variable because this is the 
data that the user has entered so would the createdate not apply here? So 
my original code should have read;

#LSParseDateTime(lsdateformat(MyFormFieldDate, DD MMM ))#

I hope I am not confusing this too much!



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Blackstone to provide built-in Flash Remoting type capabilities?

2004-11-12 Thread Rick Mason
Rick,

If it helps you we had a speaker at our last CFUG meeting that built a
nice grid that lets you add-edit-delete records using Flash forms with
a CF backend.

I asked them specifically for the add-edit-delete control because
that's something all of us need for just about every site we build.

We've posted the files - docs, cf files, access db and the Flash fla
file all in one big zip (2 mb) on our groups website.

http://www.coldfusion.org/downloads/MMCFUG_FlashWebService.zip

Think of it as a building block or departure point for your efforts. 
Combine it with Ben's two selects related program that was in CFDJ and
you can really do quite a bit.



Rick Mason




On Fri, 12 Nov 2004 11:11:17 -0500, Rick Faircloth
[EMAIL PROTECTED] wrote:
 Hi, Rick...
 
 I do always want to improve my programming ability, but not so
 much for the improvement itself, but to provide a better product for
 the end user.
 
 As a sole proprietor of a small business, I have plenty to do to keep
 money coming in...including selling websites, developing websites, etc.
 Not to mention the photography and videography I continue to do
 as I did even before I jumped into web design / programming.
 
 My issues are more practical.  Better programming skills do lead
 to better apps...I build much better apps now in 4.5 than I did when
 I started with 4.5.
 
 I know many programmers are salaried employees of companies who
 know from where and how much their next check will be and can afford
 time to delve into the intricacies of CF.  I've got barely enough time to
 keep up with the work I have now in CF, much less spending a lot of time
 working out new programming techniques.
 
 I would love to have the time, but it's just a practical matter of
 priorities,
 not to mention whether or not an upgrade provides any improvement
 in my ability to SELL apps, not just design them.  (Speed of development
 doesn't come into play much here when I'm selling apps / sites that don't
 require new programming.
 
 I am intrigued by the screen-based RIA development approach in
 Flash MX Pro 2004...that would provide a more software-like, page
 refresh-not required experience for customers who are used to using
 standard software for tasks.  I want to convince them to use web-based
 apps instead.
 
 The bottom line for me is...I want to invest time and money into
 new functionality and programming capabilities AND end user experience.
 It's the end user experience mostly that brings in the money...
 
 
 
 Rick
 
  -Original Message-
  From: Rick Root [mailto:[EMAIL PROTECTED]
  Sent: Friday, November 12, 2004 8:57 AM
  To: CF-Talk
  Subject: Re: Blackstone to provide built-in Flash Remoting type
  capabilities?


  Rick Faircloth wrote:
  
   Let me ask you...what feature in all the versions after 4.5 has
   really changed the product that you create?  Not *how* you
  create it,
   but what the client actually uses?

  Since most everything in coldfusion generates plain ol' HTML
  you're not
  going to see a lot of stuff that changes the end user experience.

  The features of the programming language that drives that
  HTML are why a
  programmer upgrades.

  For example, user defined functions were a valuable increase in
  PROGRAMMING functionality to me, that the end-user didn't
  see a bit of.
But it made my programming a lot easier to say something
  like cfif
  isvalidemail(form.email) versus running it through a custom
  tag.  And
  CFC development makes the programs I write easier to
  maintain and easier
  to write.

   RIA's are a radical change
   from the norm, but too much of a jump to have to use
  Flash, ActionScript,
   etc. (In other words, a whole new paradigm of development)

  Well, if you had stayed current, it wouldn't be a huge
  increase... CFC
  development in CFMX was really an extension of the UDF functionality
  available in CF5.0 (with a lot more features)... web
  services and flash
  remoting both access CFCs (assuming you're using coldfusion to power
  your RIA).

  And my users LOVE the flash apps I've developed.  They
  aren't fancy, but
  they are a LOT faster and easier to use than the previous HTML-based
  versions of the same applications.  And they're a LOT easier
  to maintain.

   I see all the talk about CFC's and have some idea of what they are,
   but they're still just means to the same end...right?

  They are a means to becoming a BETTER developer, to writing more
  maintainable, more re-usable code, and basically being more
  productive
  in what you do on a daily basis.

   has revolutionized your end product and not just your
  development process?

  I guess if you're not interested in expanding your
  programming skills,
  

Re: Syncronize CF apps with PDAs

2004-11-12 Thread Rick Mason
Victor,

If you're looking at CF connectivity with strictly PDA's whether it's
Palm's or WinCe you might want to take a look at AppForge.

We built a Palm based ordering program that interacts with our
company's portal a few years back.

If you know a little visual basic (which AppForge piggybacks on) it's
probably the easiest way to get something running.  There was also a
CFDJ article back in 2001(?) as well on communicating between CF and
Palm's.

The company is really painful to do business with but the product
wasn't too bad.  Two years ago there was a huge lack of documentation
and a lot of undocumented workarounds.  We ended up having to hire an
AppForge consultant to extinguish the last few bugs that needed those
undocumented work arounds.

Last I knew you also had to buy a runtime license for every copy
deployed on WinCE, but not on the Palm.


Rick Mason

On Fri, 12 Nov 2004 10:18:49 -0500, Victor Moore [EMAIL PROTECTED] wrote:
 Hi All,
 
 I am looking for some pointers of how to synchronize CF based
 calendar/contact applications with Outlook and/or different PDAs.
 
 Any information is greatly appreciated.
 
 Regards
 Victor
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: For the kids

2004-11-12 Thread Adrocknaphobia
What happened to students paying for the costs of the yearbooks?

-Adam


On Fri, 12 Nov 2004 09:13:55 -0600, Eric Creese [EMAIL PROTECTED] wrote:
 Thanks for the feed back.  I just want to be able to give them a near-time 
 solution that they could use for several years so the program does not get 
 shelved.
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: For the kids

2004-11-12 Thread Ray Champagne
I was gonna ask the question myself.  I thought maybe I was the only one 
who paid for their own.

Something like 20 bucks or so, IIRC.

Ray

At 12:57 PM 11/12/2004, you wrote:
What happened to students paying for the costs of the yearbooks?

-Adam


On Fri, 12 Nov 2004 09:13:55 -0600, Eric Creese [EMAIL PROTECTED] wrote:
  Thanks for the feed back.  I just want to be able to give them a 
 near-time solution that they could use for several years so the program 
 does not get shelved.
 
 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Stupid newbie question about databases

2004-11-12 Thread Christian Kavanagh
Dear list,

cfignorance

If I write a database on Filemaker Pro for my Mac, and then upload it 
to my FTP server: does the server have to also be a Mac, or will CF 
work with it anyway?

/cfignorance

Thanks!
CK.


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: For the kids

2004-11-12 Thread Michael Haggerty
Not a CF solution, but... 

Last year, my child's extremely underfunded soccer
organization faced a similar situation. A good number
of the participating families qualify for reduced /
free registration and there aren't enough operating
funds for jerseys, trophies, etc.

We wanted to publish a 'scrapbook' with names and
photos of every child participating, team records, and
information about the league. We tried to get
advertisement dollars from local businesses but were
unable to find enough suitable sponsors.

Put up a community Web site using Mambo CMS and used
the community builder plug in to collect pictures and
profiles for all the players. Had to make some simple
customizations to capture info specific to the teams
kids played on. Coordinated with her school librarian
and the public library to train parents on how to use
it. Built a script in Jasper Reports to generate the
scrapbook as a PDF document for people to download. We
printed 20 copies as giveaways at Kinko's on high
quality glossy paper and used some heavy report covers
from Staples to make them more durable.

We did find a local printer, btw, who offered to bind
the scrapbooks cheaply for anyone who was interested.
But the scrapbook came out perfect and families loved
them.

Technologies Involved: 
Linux / Apache / MySQL / PHP
Mambo CMS w/ plug-ins from MamboForge
Jasper Reports
The Gimp

Total Time Commitment:
4 hours installing, customizing and testing Mambo
Several hours spent in libraries teaching librarians
how to do put in player profiles
Maybe 2 hours buying printouts and covers

Total Cost: 
$2.80 per book to print on high-quality paper at
Kinkos
About $15 for covers from Staples
Time

M

--- Eric Creese [EMAIL PROTECTED] wrote:

 With school budgets ever so tightening, my child's
 school is having a problem with getting the funds
 together as well volunteers for their annual
 yearbook. I was thinking hey put it online, but then
 no one can actually save it or have a copy to get
 people to sign. But if it were on line and then
 downloaded as a file on someone's machine, they
 could print it off themselves on their home
 computer. Plus years from now when they loose theirs
 they could down load it again from the school site.
 
 Anyone got any ideas for this?
 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Stupid newbie question about databases

2004-11-12 Thread Dave Watts
 If I write a database on Filemaker Pro for my Mac, and then 
 upload it to my FTP server: does the server have to also be a 
 Mac, or will CF work with it anyway?

I think that Filemaker databases are cross-platform, but you will need an
ODBC or JDBC driver to work with it in any case from CFMX.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Debugging turning off on service restart

2004-11-12 Thread Burns, John D
I have debugging enabled on our development box.  Whenever we need to
restart the service or do a complete reboot of the machine, debugging
turns itself off and i have to manually turn it back on.  Is there some
sort of start-up parameter that can be set in an XML file or something
that will instruct CF to automatically turn debugging on when starting?
Any information would be greatly appreciated.  Thanks!
 
John Burns


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Newbie Mach-II Sample Code Not Working

2004-11-12 Thread Dawson, Michael
After reading all the good things some people say about Mach-II, I
decided to try it for myself.

This is my directory structure:
Webroot
\ContactManager
\MachII
\Roulette
\ShoppingCart

All the files were extracted successfully and the pages run w/o any
errors.

However, I see nothing in the browser.  If I view the source, I see a
lot of CF whitespace and, in the ShoppingCart, I see references to Hal's
QuerySim code.

What am I doing wrong?

Thanks
M!ke

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Undeliverable CFMAIL

2004-11-12 Thread Richard Crawford
Here's what I've tried so far:

Moving one test message from /Undelivr to /Spool.  Of course there's a 
typo in the name, so I changed it from Undelievered_Mailx to 
Undelivered_Mailx.  I also tried removing the Undelivered part 
of the mail.

Once I had moved and renamed it, I restarted the JRun server.  Then I 
watched the Spool directory to see when the message would leave the 
spool.  Eventually, the message vanished from the Spool directory but it 
was not delivered.  When I checked the Undeliv directory, the message 
was there.  I checked the mailsent.log file and saw only that the 
message had been moved, but there was no reason listed for why the 
message was undeliverable.

In order to test this process, I introduced a deliberate error into the 
Mail Server settings of the Cold Fusion administrator, so that the 
system would not be able to contact the mail server.

Any help would be greatly appreciated.

-- 
Richard S. Crawford
Programmer III
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA  95816
(916)327-7793


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Debugging turning off on service restart

2004-11-12 Thread Dave Watts
 I have debugging enabled on our development box.  Whenever we 
 need to restart the service or do a complete reboot of the 
 machine, debugging turns itself off and i have to manually 
 turn it back on.  Is there some sort of start-up parameter 
 that can be set in an XML file or something that will 
 instruct CF to automatically turn debugging on when starting?
 Any information would be greatly appreciated.  Thanks!

My guess is that CF isn't writing the appropriate changes to the XML file
that contains this information. I suspect that file is neo-debug.xml, which
is in your CFMX server's lib directory (\cfusionmx\lib or
\jrun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib). Perhaps
the file has been set to read-only, or perhaps CF doesn't have permission to
write to that file.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Stupid newbie question about databases

2004-11-12 Thread Jordan Michaels
It will also need to be a version of FIleMaker that is SQL compliant. 
You probably already knew that but I know for most of it's existance, 
FileMaker has not been SQl compliant. I think the last I heard they were 
planning on moving in that direction though.

HTH,
Jordan

Dave Watts wrote:

If I write a database on Filemaker Pro for my Mac, and then 
upload it to my FTP server: does the server have to also be a 
Mac, or will CF work with it anyway?



I think that Filemaker databases are cross-platform, but you will need an
ODBC or JDBC driver to work with it in any case from CFMX.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444

  


-- 
Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
[EMAIL PROTECTED] 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Newbie Mach-II Sample Code Not Working

2004-11-12 Thread Dawson, Michael
Darn!!  I had the / mapping pointing to a different directory
structure since this is server is running two web sites.

Once I pointed the mapping to the MachII webroot, it worked.

M!ke 

-Original Message-
From: Dawson, Michael [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 1:04 PM
To: CF-Talk
Subject: Newbie Mach-II Sample Code Not Working

After reading all the good things some people say about Mach-II, I
decided to try it for myself.

This is my directory structure:
Webroot
\ContactManager
\MachII
\Roulette
\ShoppingCart

All the files were extracted successfully and the pages run w/o any
errors.

However, I see nothing in the browser.  If I view the source, I see a
lot of CF whitespace and, in the ShoppingCart, I see references to Hal's
QuerySim code.

What am I doing wrong?

Thanks
M!ke



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: ATTN Duke / Durham area CFers

2004-11-12 Thread Doug Hughes
So, what's the CF community like in North Carolina?  I'm considering
moving to the Raleigh/Durham area some time next year and wonder what
the job market and user community is like for CF developers.

Doug


On Thu, 2 Sep 2004 11:50:57 -0400, Michael A Vinson
[EMAIL PROTECTED] wrote:
 Brian Meloche wrote: Cleveland State University's MMUG was started this 
 month ... The larger
 the community, the better
 
 When? Where @ CSU? URL?
 
 Thanks -Mike (who thought NE Ohio had been outsourced ;)
 
 Brian Meloche [EMAIL PROTECTED]
 09/02/2004 11:25 AM
 Please respond to cf-talk
 
 To: CF-Talk [EMAIL PROTECTED]
 cc:
 Subject:Re: ATTN Duke / Durham area CFers
 
 
 
 
 Rick,
 
 I can't say for sure, but I think TAMMUG may have been one of the
 MMUGs that were affected by the web hosting outage at ClickDoug.  The
 Cleveland MMUG (which I manage) is one of about two dozen MMUG and
 CFUGs affected.  TAMMUG is still listed on macromedia.com as official.
 
 That said, new groups are always welcome.  Cleveland State
 University's MMUG was started this month, and their meetings are about
 a five minute walk from ours.  The larger the community, the better.
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Stupid newbie question about databases

2004-11-12 Thread Michael Haggerty
Chrisitian -

You are not limited to using a Mac to connect to a
Filemaker database. Filemaker 5 and above includes an
ODBC driver for Windows which you could use to connect
to the database. There are open source drivers
available for Linux as well, check Sourceforge and
Freshmeat for your particular needs. 

While Filemaker is a useful product, I am not
convinced it is production grade mostly because of
it's lack of support for transactions and the fact
even the Server editions place limitations on the
number of concurrent users. Fixing a corrupted
Filemaker db is a challenge I would not wish upon my
worst enemy. 

An alternative you may wish to consider is MySQL. It
is free, works on Mac / Windows / Linux, and is far
more scalable. Migrating from FM to MySQL is not
difficult and an article about the process is
available here:
http://dev.mysql.com/tech-resources/articles/filemaker_mysql_whitepaper/filemaker_to_mysql_whitepaper01.htm.

M

--- Christian Kavanagh [EMAIL PROTECTED] wrote:

 Dear list,
 
 cfignorance
 
 If I write a database on Filemaker Pro for my Mac,
 and then upload it 
 to my FTP server: does the server have to also be a
 Mac, or will CF 
 work with it anyway?
 
 /cfignorance
 
 Thanks!
 CK.
 
 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Keith Gaughan
Ray Champagne wrote:

 You have to create the date first.
 
 Try this:
 
 #LSParseDateTime(LSDateFormat(CreateDate(2004,12,1)))#

No! No! That makes no sense!

After creating the date, you have a date. After the LSParseDateTime(),
you have a date, the very same date generated by the CreateDate()
function.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Ray Champagne
But he is trying to convert a date from a form field that comes in like 1 
Dec 04.  I agree that you don't have to create a date, but he needs to get 
the date into some kind of format that LSDateFormat can understand, correct?

I am by no means an expert, but I thought this would be the most straight 
forward way.

Ray

At 02:59 PM 11/12/2004, you wrote:
Ray Champagne wrote:

  You have to create the date first.
 
  Try this:
 
  #LSParseDateTime(LSDateFormat(CreateDate(2004,12,1)))#

No! No! That makes no sense!

After creating the date, you have a date. After the LSParseDateTime(),
you have a date, the very same date generated by the CreateDate()
function.

--
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Keith Gaughan
Ray Champagne wrote:

 Hyou're going to have to manipulate that date somehow before you 
 try to format it.
 
 How does the date come over from the form?  Is it a free text field where 
 they type in the date?
 
 You're going to have to parse out the day month and year from that 
 somehow.  I don't know of any way around it.  Let me know how the date is 
 formatted, and I might be able to help you more.
 
 I really don't think there is another way.

LSParseDateTime() is *supposed* to parse dates formatted in the current 
input locale to CF's own date format. If it's not working, all you can
do is parse the date by hand. I don't think that dd mmm  is one of
the formats recognised officially in Germany (DIN 5008). Something like
dd.mm. is more usual there, and I'd say that's what
LSParseDateTime() is expecting.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Keith Gaughan
Ray Champagne wrote:

 But he is trying to convert a date from a form field that comes in like 1 
 Dec 04.  I agree that you don't have to create a date, but he needs to get 
 the date into some kind of format that LSDateFormat can understand, correct?
 
 I am by no means an expert, but I thought this would be the most straight 
 forward way.

Exactly, but to be able to pass those values to CreateDate() in the
first place, he would have had to parse it himself first making the
other two calls utterly redundant: he's have the date he wanted.

It's nothing to do with (LS)DateFormat() and everything to do with
parsing dates, ergo the use of (LS)ParseDateTime().

K.

-- 
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: LSDateFormat Locale's

2004-11-12 Thread Ray Champagne
Gotcha.

That's how we learn I guess.

Looking back, you're right, it was quite redundant.

Ray

At 03:08 PM 11/12/2004, you wrote:
Ray Champagne wrote:

  But he is trying to convert a date from a form field that comes in like 1
  Dec 04.  I agree that you don't have to create a date, but he needs to get
  the date into some kind of format that LSDateFormat can understand, 
 correct?
 
  I am by no means an expert, but I thought this would be the most straight
  forward way.

Exactly, but to be able to pass those values to CreateDate() in the
first place, he would have had to parse it himself first making the
other two calls utterly redundant: he's have the date he wanted.

It's nothing to do with (LS)DateFormat() and everything to do with
parsing dates, ergo the use of (LS)ParseDateTime().

K.

--
Keith Gaughan, Developer
Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland
http://digital-crew.com/



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Debugging turning off on service restart

2004-11-12 Thread Burns, John D
Dave,

When I look at that file, the enabled/enabled set is set to true.
Everything in there is set to true except the following:

Lockrelease
Lockwarning
Lockcreate
Requestvar
Lockacquire

Do any of those set somehow lock the settings or do the locks have to
do with something else?  Any ideas?  Anyone from Macromedia that can
comment?  FYI, we're running CFMX 6.1.0.63958.

John Burns

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 2:29 PM
To: CF-Talk
Subject: RE: Debugging turning off on service restart

 I have debugging enabled on our development box.  Whenever we need to 
 restart the service or do a complete reboot of the machine, debugging 
 turns itself off and i have to manually turn it back on.  Is there 
 some sort of start-up parameter that can be set in an XML file or 
 something that will instruct CF to automatically turn debugging on 
 when starting?
 Any information would be greatly appreciated.  Thanks!

My guess is that CF isn't writing the appropriate changes to the XML
file that contains this information. I suspect that file is
neo-debug.xml, which is in your CFMX server's lib directory
(\cfusionmx\lib or
\jrun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib).
Perhaps the file has been set to read-only, or perhaps CF doesn't have
permission to write to that file.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: cookie issues...

2004-11-12 Thread Figy, Kam
Use list functions. You can specify any delimiter you want, not just
','. So think of this as a double-level list, with the top level using
'' as a delimiter and the lower level using '=' as a delimiter.

cfset result = StructNew()
cfloop list=cookie-var index=i delimiters=
cfset result[ListFirst( i, '=' )] = ListLast( i, '=' )
/cfloop 

Thus you'd end up with a key-value struct. There might be a cleaner way
of doing this, that's just off the top of my head.

Kam

-Original Message-
From: Bailey, Neal [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 8:51 AM
To: CF-Talk
Subject: cookie issues... 

Hey guys... 
 
I am having Cookie issues... I have a cookie that's written using ASP to
store some info in kind of an array. I am trying to read that same
cookie using Coldfusion but I can't seem to get it to output the way I
need it. I can read the cookie but it's all strung together with = and
s. I need a way to parse the cookie and save it as a session
variable.  
 
When I do a regular cookie request my string looks like this:
NeedUpdate=0Recognition=SupportEntityID=01AgentName=Neal
BaileyRank=100AgentNumber=
 
Any suggestions how I can read the cookie and restructure it in a way
that I can use? Thanks. 
 
 
Here is the code that makes the cookie in ASP. 
 
' Response.Clear
  agUser = RSAgent(AgentNumber)
  Response.Cookies(RSAgent)(AgentNumber) =
RSAgent(AgentNumber)
  Response.Cookies(RSAgent)(AgentName) =
RTrim(RSAgent(AgentFirst))+
 +RTrim(RSAgent(AgentLast))
  Response.Cookies(RSAgent)(Rank) = RSAgent(CurrentRank)
  Response.Cookies(RSAgent)(Recognition) =
RTrim(RSAgent(Recognition))
  Response.Cookies(RSAgent)(EntityID) = RSAgent(EntityID)
  Response.Cookies(RSAgent)(NeedUpdate) = RSAgent(NeedUpdate)
  Response.Cookies(RSAgent).Path=/
 
 
 
Thanks... 
Neal Bailey
 




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Ok I still can not get this to work - HELP PLEASE

2004-11-12 Thread Eric Creese
As I explained yesterday I am trying to get this app I wrote to use CFFILE to 
upload images to a linux server. This all worked fine on the devloipment server 
which was windows i created this on. However I still can not write this file. 
below is the error message. If some on could please help me figure this out I 
would be forever grateful!

The destination directory /home/auto1/autocomm-inc.com/html/dev/images/apps/ 
specified in the CFFILE tag is invalid.  

The directory either does not exist or is not accessible by this tag.  
  
The error occurred in 
/home/auto1/autocomm-inc.com/html/dev/Admin/x_addtest.cfm: line 24
 
22 :  filefield=timage1
23 :  mode = 777
24 :  accept=image/*
25 :
26 :cfquery name=Update1 datasource=autoadmin

 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Ok I still can not get this to work - HELP PLEASE

2004-11-12 Thread dave
does your host allow u too use it?
oh i see what ur doing wrong
post your code again

-- Original Message --
From: Eric Creese [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 12 Nov 2004 14:51:46 -0600

As I explained yesterday I am trying to get this app I wrote to use CFFILE to 
upload images to a linux server. This all worked fine on the devloipment 
server which was windows i created this on. However I still can not write this 
file. below is the error message. If some on could please help me figure this 
out I would be forever grateful!

The destination directory /home/auto1/autocomm-inc.com/html/dev/images/apps/ 
specified in the CFFILE tag is invalid.  

The directory either does not exist or is not accessible by this tag.  
  
The error occurred in 
/home/auto1/autocomm-inc.com/html/dev/Admin/x_addtest.cfm: line 24
 
22 : filefield=timage1
23 : mode = 777
24 : accept=image/*
25 :   
26 :   cfquery name=Update1 datasource=autoadmin

 





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Ok I still can not get this to work - HELP PLEASE

2004-11-12 Thread Dave Watts
 As I explained yesterday I am trying to get this app I wrote 
 to use CFFILE to upload images to a linux server. This all 
 worked fine on the devloipment server which was windows i 
 created this on. However I still can not write this file. 
 below is the error message. If some on could please help me 
 figure this out I would be forever grateful!
 
 The destination directory 
 /home/auto1/autocomm-inc.com/html/dev/images/apps/ 
 specified in the CFFILE tag is invalid.  
 
 The directory either does not exist or is not accessible by 
 this tag.

Have you confirmed that the directory can be accessed by the user account in
which CF is running?

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Undeliverable CFMAIL

2004-11-12 Thread Richard Crawford
Richard Crawford wrote:
 Here's what I've tried so far:
 
 Moving one test message from /Undelivr to /Spool.  Of course there's a 
 typo in the name, so I changed it from Undelievered_Mailx to 
 Undelivered_Mailx.  I also tried removing the Undelivered part 
 of the mail.
 
 Once I had moved and renamed it, I restarted the JRun server.  Then I 
 watched the Spool directory to see when the message would leave the 
 spool.  Eventually, the message vanished from the Spool directory but it 
 was not delivered.  When I checked the Undeliv directory, the message 
 was there.  I checked the mailsent.log file and saw only that the 
 message had been moved, but there was no reason listed for why the 
 message was undeliverable.
 
 In order to test this process, I introduced a deliberate error into the 
 Mail Server settings of the Cold Fusion administrator, so that the 
 system would not be able to contact the mail server.
 
 Any help would be greatly appreciated.
 

All right, I'm a goober.

When I set the log option to debug, I was able to find out the exact 
error.  Turns out that I had to fix the mail server IP address in the 
undelivered message file.  Once I moved the file, renamed it, and fixed 
the IP address, then restarted the JRun server, the mail was delivered 
and received properly.

Like I said, I'm a goober.

Thanks to everyone who offered up suggestions and assistance.

-- 
Richard S. Crawford
Programmer III
UC Davis Extension Distance Education Group (http://unexdlc.ucdavis.edu)
2901 K Street, Suite 200C
Sacramento, CA  95816
(916)327-7793


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Newbie Mach-II Sample Code Not Working

2004-11-12 Thread S . Isaac Dealey
quick suggestion -- if you have cfsetting enablecfoutputonly=false
somewhere in say your Application.cfm that might have an adverse
affect on certain things like the querysim tag.

hth

 After reading all the good things some people say about
 Mach-II, I
 decided to try it for myself.

 This is my directory structure:
 Webroot
 \ContactManager
 \MachII
 \Roulette
 \ShoppingCart

 All the files were extracted successfully and the pages
 run w/o any
 errors.

 However, I see nothing in the browser.  If I view the
 source, I see a
 lot of CF whitespace and, in the ShoppingCart, I see
 references to Hal's
 QuerySim code.

 What am I doing wrong?

 Thanks
 M!ke


s. isaac dealey   954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1
http://www.sys-con.com/story/?storyid=45569DE=1
http://www.fusiontap.com




~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Newbie Mach-II Sample Code Not Working

2004-11-12 Thread Dawson, Michael
I'll check that, but I'm using the pristine downloads from the MachII
web site.  I don't think it's a problem because it just looks like a
comment.

Thanks
MAD 

-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 3:19 PM
To: CF-Talk
Subject: Re: Newbie Mach-II Sample Code Not Working

quick suggestion -- if you have cfsetting enablecfoutputonly=false
somewhere in say your Application.cfm that might have an adverse affect
on certain things like the querysim tag.

hth

 After reading all the good things some people say about Mach-II, I 
 decided to try it for myself.

 This is my directory structure:
 Webroot
 \ContactManager
 \MachII
 \Roulette
 \ShoppingCart

 All the files were extracted successfully and the pages run w/o any 
 errors.

 However, I see nothing in the browser.  If I view the source, I see a 
 lot of CF whitespace and, in the ShoppingCart, I see references to 
 Hal's QuerySim code.

 What am I doing wrong?

 Thanks
 M!ke


s. isaac dealey   954.927.5117

new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework
http://www.sys-con.com/story/?storyid=44477DE=1
http://www.sys-con.com/story/?storyid=45569DE=1
http://www.fusiontap.com






~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFEclipse 1.1.17 released

2004-11-12 Thread Figy, Kam
I don't know if this only affects me but I'm testing Eclipse on Ubuntu
Linux, and if I install CFEclipse 1.1.16 it works fine. When I try to
install 1.1.17 I lose the file associations and I can't select the CFML
editor anywhere.

If it helps, I'm running Ubuntu ('warty warthog'), Eclipse 3.0.1, JDK
1.5.0. The issue with 1.1.17 occurs whether I install fresh or update
1.1.16 to 1.1.17.

Kam

-Original Message-
From: Oliver Tupman [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 12, 2004 2:18 AM
To: CF-Talk
Subject: Ann: CFEclipse 1.1.17 released

Hi all,

The CFE team is pleased to announce the release of CFEclipse 1.1.17.

Announcement: CFEclipse version 1.1.17 released 12th November, 2004 :
1000

Installation  Update

Installation  update procedures are availble on the CFEclipse project
website (http://cfeclipse.tigris.org) . All current non-CVS users of
CFEclipse should hopefully be notified by Eclipse that there is a new
release available. If not, follow the update procedures and mention it
to us on the CFE lists.

  What's new:

Around two weeks ago the CFEclipse Development team closed a feature
vote, where registered users were able to vote for the features they'd
like to see most.

We're happy to report that due to a large amount of work by the team, 7
out of the top-ten most-voted-for features have been implemented. They
are:

 * 11 Selected text drag 'n' drop
 * 138 Bracket highlighting
 * 17 Block indent/unindent enhancement
 * 183 Code folding
 * 21 Ctrl + Double click selects tag
 * 175 CFML comments
 * 97 CFC Browser enhancement

Thanks go to Matt Cristantello for the implementation of Bracket
Highlighting.

For more on the new features and how to access them please visit:
http://www.spike.org.uk/cfeclipse/space/start/2004-11-12/1

  New features:

 * 201 Get the partition scanner working properly.
 * 174 Undo Steps
 * 105 Enhance code insight
 * --- Standard text editor prefs now in CFE page
 * --- Trim trailing spaces on save option available (via prefs)

  Bugs fixed:

 * 49 CFEclipse pref window resizes to fit snips directory...
 * 65 specifiy any attribute
 * 95 cfinvoke can have any argument, not reflected
 * 108 New CFC's are created with blank attributes
 * 144 syntax coluring error with = in cfquery
 * 152 Error generated if CFINVOKE doesn't have closing tag
 * 180 Adds empty extends attribute in CFC wizard
 * 181 cfqueryparam (and others) breaking file parser
 * 182 Attribute name is not required for cfquery
 * 199 Content assist fails when there is a non-enclosing tag.
 * 200 Syntax colouring slightly off.
 * 205 Something preventing the closing of chevrons
 * 207 Tasks are being deleted by cfeclipse.
 * 208 CFC Methods view broken
 * 210 Scope insight pops up at the wrong time
 * 216 Error occurs when coping a large block of text
 * 219 Comment instide comment block renders does not show code
   as commented out

The zip version of the plugin is not yet available if you wish to update
manually. It should appear on monday.

Happy coding,

  The CFEclipse Crew.





~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: Ok I still can not get this to work - HELP PLEASE

2004-11-12 Thread dave
ok rereading u say it works on dev but not live, are u sure u have the correct 
live path? its different then your dev path

ok did u rename your Application.cfm page?
also when they say to set the folder permissions you do that with your ftp 
client not your cfm code

also, the path to upload will be different on your dev machine and on the live 
server be sure to get them right, ASK YOUR HOST FOR THE CORRECT PATH, using 
what i have included wont work, u need to get this from the host

this is assuming u have 2 fileds in your form, name  picture1 and of course 
picture1 is a file field


Application.cfm page
--dont include this line---


!--- set global variables ---
cfset HOMEPAGE=http://www.yoursite.com/;
cfset upload=/vservers/yoursite/htdocs/uploads/



PROCESS PAGE
--dont include this line---



!--- make sure form was submitted ---
cfif NOT isdefined(form.submit)
h2Sorry there has been an error, please try again/h2
pa href=javascript:history.go(-1);Go back/a/p
cfabort
/cfif


!--- do the file 1 upload now ---
cfif #form.picture1# NEQ 
cffile Action=upload 
filefield=picture1 
destination=#upload# 
nameconflict=makeunique 
accept=image/*
cfset picture1 = #file.serverfile#
/cfif



!--- set form variables ---
cfset name = #trim(form.name)#


!--- do insert now ---
cfquery name=qNL datasource=#DSN# username=#un# password=#pw#
INSERT INTO user (name, picture1)
VALUES (
cfqueryparam value=#name# cfsqltype=cf_sql_varchar
,
cfqueryparam value=#picture1# cfsqltype=cf_sql_varchar
)
/cfquery 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Ok I still can not get this to work - HELP PLEASE

2004-11-12 Thread Eric Creese
here is my code

Application.cfm
---
CFSET directorypath =/home/auto1/autocomm-inc.com/html/dev/
CFPARAM name=session.LoggedIn DEFAULT=FALSE

x_addtest.cfm
-
cfquery datasource=autoadmin name=InsertTest
INSERT INTO testimonials(

tfeature,biz_name,test_name,test_pos,trank,tindustry,display,test_desc,displayscroller,tfeature2)
VALUES (

'No','#form.biz_name#','#form.test_name#','#form.test_pos#',#form.trank#,'#form.tindustry#','#form.display#','#form.test_desc#','#form.displayscroller#','#form.tfeature2#');
/cfquery

cfquery datasource=autoadmin name=GetLast
 SELECT MAX(test_id) as lastID
 FROM testimonials
 WHERE biz_name = '#form.biz_name#'
/cfquery

cfif isdefined('form.timage1')
cfif #form.timage1# NEQ ''
cffile action=upload
  destination=#directorypath#images/apps/
  nameconflict=makeunique
  filefield=timage1
  mode = 777
  accept=image/*

cfquery name=Update1 datasource=autoadmin
UPDATE testimonials
SET timage1 = '#ServerFile#'
WHERE test_ID = #GetLast.lastID#
/cfquery
/cfif
 /cfif
 
cfif isdefined('form.timage')
cfif #form.timage# NEQ ''
cffile action=upload
  destination=#directorypath#images/signboar/
  nameconflict=makeunique
  filefield=timage
  accept=image/*

cfquery name=Update datasource=autoadmin
UPDATE testimonials
SET timage = '#ServerFile#'
WHERE test_ID = #GetLast.lastID#
/cfquery
/cfif
 /cfif


!-- Warn users --
SCRIPT LANGUAGE=JavaScript
  alert('You successfully added the Testimonial.');
/SCRIPT

SCRIPT LANGUAGE=JavaScript
  self.location ='admin_test.cfm?type=testimonials';
/SCRIPT

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: CFEclipse 1.1.17 released

2004-11-12 Thread Spike
Hi Kam,

Are you running the SDK version of Eclipse or the Platform binary?

If you're running the platform binary, there's an accidental dependency 
we introduced in this build that will stop it from working.

I have blogged and posted an updated zip here:

http://www.spike.org.uk/blog/index.cfm

Spike

Figy, Kam wrote:
 I don't know if this only affects me but I'm testing Eclipse on Ubuntu
 Linux, and if I install CFEclipse 1.1.16 it works fine. When I try to
 install 1.1.17 I lose the file associations and I can't select the CFML
 editor anywhere.
 
 If it helps, I'm running Ubuntu ('warty warthog'), Eclipse 3.0.1, JDK
 1.5.0. The issue with 1.1.17 occurs whether I install fresh or update
 1.1.16 to 1.1.17.
 
 Kam
 
 -Original Message-
 From: Oliver Tupman [mailto:[EMAIL PROTECTED] 
 Sent: Friday, November 12, 2004 2:18 AM
 To: CF-Talk
 Subject: Ann: CFEclipse 1.1.17 released
 
 Hi all,
 
 The CFE team is pleased to announce the release of CFEclipse 1.1.17.
 
 Announcement: CFEclipse version 1.1.17 released 12th November, 2004 :
 1000
 
 Installation  Update
 
 Installation  update procedures are availble on the CFEclipse project
 website (http://cfeclipse.tigris.org) . All current non-CVS users of
 CFEclipse should hopefully be notified by Eclipse that there is a new
 release available. If not, follow the update procedures and mention it
 to us on the CFE lists.
 
   What's new:
 
 Around two weeks ago the CFEclipse Development team closed a feature
 vote, where registered users were able to vote for the features they'd
 like to see most.
 
 We're happy to report that due to a large amount of work by the team, 7
 out of the top-ten most-voted-for features have been implemented. They
 are:
 
  * 11 Selected text drag 'n' drop
  * 138 Bracket highlighting
  * 17 Block indent/unindent enhancement
  * 183 Code folding
  * 21 Ctrl + Double click selects tag
  * 175 CFML comments
  * 97 CFC Browser enhancement
 
 Thanks go to Matt Cristantello for the implementation of Bracket
 Highlighting.
 
 For more on the new features and how to access them please visit:
 http://www.spike.org.uk/cfeclipse/space/start/2004-11-12/1
 
   New features:
 
  * 201 Get the partition scanner working properly.
  * 174 Undo Steps
  * 105 Enhance code insight
  * --- Standard text editor prefs now in CFE page
  * --- Trim trailing spaces on save option available (via prefs)
 
   Bugs fixed:
 
  * 49 CFEclipse pref window resizes to fit snips directory...
  * 65 specifiy any attribute
  * 95 cfinvoke can have any argument, not reflected
  * 108 New CFC's are created with blank attributes
  * 144 syntax coluring error with = in cfquery
  * 152 Error generated if CFINVOKE doesn't have closing tag
  * 180 Adds empty extends attribute in CFC wizard
  * 181 cfqueryparam (and others) breaking file parser
  * 182 Attribute name is not required for cfquery
  * 199 Content assist fails when there is a non-enclosing tag.
  * 200 Syntax colouring slightly off.
  * 205 Something preventing the closing of chevrons
  * 207 Tasks are being deleted by cfeclipse.
  * 208 CFC Methods view broken
  * 210 Scope insight pops up at the wrong time
  * 216 Error occurs when coping a large block of text
  * 219 Comment instide comment block renders does not show code
as commented out
 
 The zip version of the plugin is not yet available if you wish to update
 manually. It should appear on monday.
 
 Happy coding,
 
   The CFEclipse Crew.
 
 
 
 
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Ok I still can not get this to work - HELP PLEASE

2004-11-12 Thread dave
whoa u got all kinds of trouble here!

first off /home/auto1/autocomm-inc.com/html/dev/ isnt a valid linux path
assuming that the linux box is running an apache server, the root folder will 
be located within the htdocs folder, that alone will mess it up
like i said ask your host

then u need to really upload the pix before u start doing inserts and also trim 
your form fields before the inserts as well also should use cfqueryparam

then when ur uploading more than 1 file field there is a problem 
#file.serverfile# can only be used once
so u need to set it as a variable if there is more than 1 image being uploaded

!--- do the file 1 upload now ---
cfif #form.picture1# NEQ 
cffile Action=upload 
filefield=picture1 
destination=#upload# 
nameconflict=makeunique 
accept=image/*
cfset picture1 = #file.serverfile#
/cfif

!--- do the file 2 upload now ---
cfif #form.picture2# NEQ 
cffile Action=upload 
filefield=picture2 
destination=#upload# 
nameconflict=makeunique 
accept=image/*
cfset picture2 = #file.serverfile#
/cfif

!--- do the file 3 upload now ---
cfif #form.picture3# NEQ 
cffile Action=upload 
filefield=picture3 
destination=#upload# 
nameconflict=makeunique 
accept=image/*
cfset picture3 = #file.serverfile#
/cfif

!--- do the file 4 upload now ---
cfif #form.picture4# NEQ 
cffile Action=upload 
filefield=picture4 
destination=#upload# 
nameconflict=makeunique 
accept=image/*
cfset picture4 = #file.serverfile#
/cfif

!--- do the file 5 upload now ---
cfif #form.picture5# NEQ 
cffile Action=upload 
filefield=picture5 
destination=#upload# 
nameconflict=makeunique 
accept=image/*
cfset picture5 = #file.serverfile#
/cfif

do u see how it is setting a variable if the file field has a photo?

what kinda db are u using?
if ur on linux im assuming its mysql and u will need a username and password as 
well

then why use this?
SCRIPT LANGUAGE=JavaScript
  self.location ='admin_test.cfm?type=testimonials';
/SCRIPT

just use cflocation


personally i dont see how this is working at all on your local machine


-- Original Message --
From: Eric Creese [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Fri, 12 Nov 2004 15:52:42 -0600

here is my code

Application.cfm
---
CFSET directorypath =/home/auto1/autocomm-inc.com/html/dev/
CFPARAM name=session.LoggedIn DEFAULT=FALSE

x_addtest.cfm
-
cfquery datasource=autoadmin name=InsertTest
   INSERT INTO testimonials(
   
 tfeature,biz_name,test_name,test_pos,trank,tindustry,display,test_desc,displayscroller,tfeature2)
   VALUES (
   
 'No','#form.biz_name#','#form.test_name#','#form.test_pos#',#form.trank#,'#form.tindustry#','#form.display#','#form.test_desc#','#form.displayscroller#','#form.tfeature2#');
   /cfquery
   
   cfquery datasource=autoadmin name=GetLast
SELECT MAX(test_id) as lastID
FROM testimonials
WHERE biz_name = '#form.biz_name#'
   /cfquery
   
   cfif isdefined('form.timage1')
   cfif #form.timage1# NEQ ''
   cffile action=upload
 destination=#directorypath#images/apps/
 nameconflict=makeunique
 filefield=timage1
 mode = 777
 accept=image/*
   
   cfquery name=Update1 datasource=autoadmin
   UPDATE testimonials
   SET timage1 = '#ServerFile#'
   WHERE test_ID = #GetLast.lastID#
   /cfquery
   /cfif
/cfif

   cfif isdefined('form.timage')
   cfif #form.timage# NEQ ''
   cffile action=upload
 destination=#directorypath#images/signboar/
 nameconflict=makeunique
 filefield=timage
 accept=image/*
   
   cfquery name=Update datasource=autoadmin
   UPDATE testimonials
   SET timage = '#ServerFile#'
   WHERE test_ID = #GetLast.lastID#
   /cfquery
   /cfif
/cfif
   
   
!-- Warn users --
SCRIPT LANGUAGE=JavaScript
  alert('You successfully added the Testimonial.');
/SCRIPT

SCRIPT LANGUAGE=JavaScript
  self.location ='admin_test.cfm?type=testimonials';
/SCRIPT



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184183
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: 

RE: Pros and cons of separate tables

2004-11-12 Thread Ian Skinner
I think Keith answered your questions about my example as good or better then I 
could.  His example is a concrete real world example, where as mine was mostly 
a pseudo code concept of an example.

I would just add one thing to try and clarify something that may be confusing 
at first.  There are two equally valid ways to join tables together in ones 
SQL.  One can do the join in the FROM clause such as Keith did with the 
following example.

FROMwords  AS w
JOINword_links AS wl ON w.word_id  = wl.word_id
JOINlinks  AS l  ON wl.link_id = l.link_id

Or, one can join tables in the where clause which is what I choose to do in my 
example.

FROM
 WORD_TBL, URL_TBL, WORD_URL_JOIN
WHERE
URL_TBL.ID = WORD_URL_JOIN.URL_ID
AND WORD_URL_JOIN.WORD_ID = WORD_TBL.ID
AND WORD_TBL.WORD = cfqueryparam value=#myWordVariable#

I asked the Presenter of the Database Design Fundamentals presentation at MAX 
last week, and she replied the both methods are acceptable and equal in regards 
to performance in any DBMS system she was familiar with.  So, it is just a 
choice of style on which you prefer.

To answer the one question Keith did not, as it really pertained to my choice 
of the where clause join method, is that which fields are on the left or the 
right of each operator (=) is irrelevant.  I just did it this way as a style 
choice of mine.  To me this reads as URL_TBL joins to WORD_URL_JOIN joins to 
WORD_TBL.  But that has nothing to do with the actual syntax.

WORD_URL_JOIN.URL_ID = URL_TBL.ID AND
WORD_URL_JOIN.WORD_ID = WORD_TBL.ID AND
...

URL_TBL.ID = WORD_URL_JOIN.URL_ID AND
WORD_TBL.ID = WORD_URL_JOIN.WORD_ID
...

These both also are acceptable forms of the where joins, as well as other 
combinations. 

(H)ope (T)hat (H)elps :-)

--
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

C code. C code run. Run code run. Please!
- Cynthia Dunning



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. 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Ok I still can not get this to work - HELP PLEASE

2004-11-12 Thread Dave Watts
 first off /home/auto1/autocomm-inc.com/html/dev/ isnt a valid 
 linux path assuming that the linux box is running an apache 
 server, the root folder will be located within the htdocs 
 folder, that alone will mess it up like i said ask your host

Actually, you can put things wherever you want with Apache (or any other web
server I've seen). It's common to use non-standard paths, in my experience.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Debugging turning off on service restart

2004-11-12 Thread Dave Watts
 When I look at that file, the enabled/enabled set is set to true.
 Everything in there is set to true except the following:
 
 Lockrelease
 Lockwarning
 Lockcreate
 Requestvar
 Lockacquire
 
 Do any of those set somehow lock the settings or do the 
 locks have to do with something else?  Any ideas?  Anyone 
 from Macromedia that can comment?  FYI, we're running CFMX 
 6.1.0.63958.

I'll be honest; I have no idea what's in that file. I just assumed that's
where the setting would be. If you want to find out for sure, you can
compare the files in the lib directory prior to and after changing them,
using a tool like diff or windiff, on a server where the changes do stick.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Pros and cons of separate tables

2004-11-12 Thread Dave Watts
 I asked the Presenter of the Database Design Fundamentals 
 presentation at MAX last week, and she replied the both 
 methods are acceptable and equal in regards to performance in 
 any DBMS system she was familiar with.  So, it is just a 
 choice of style on which you prefer.

There is one clear advantage of using the explicit JOIN syntax - if you
forget one of your join conditions, you'll get an error instead of an
accidental Cartesian product. For this reason alone, I prefer explicit JOIN
syntax.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


cfc - cffunction question

2004-11-12 Thread Charles Heizer
Hello,
I was wondering if it was possible to do a cfinclude in a cffunction 
tag?

I have a globals.cfm file which has site wide variables set and I want 
to reference them with out using cfinvokeargument tag.

I hope this make sense,
Thanks a bunch,
- Charles


~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: Newbie Mach-II Sample Code Not Working

2004-11-12 Thread S . Isaac Dealey
Remember also that if there's not an Application.cfm in the directory
containing the application (not the mach-ii directory) that the server
will search all the way back to the root, so for instance on windows
if your application is in c:\inetpub\wwwroot\Roulette and there's no
Application.cfm in that directory it will include an Application.cfm
from c:\ if there is one there.

 I'll check that, but I'm using the pristine downloads from
 the MachII
 web site.  I don't think it's a problem because it just
 looks like a
 comment.

 Thanks
 MAD

 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]
 Sent: Friday, November 12, 2004 3:19 PM
 To: CF-Talk
 Subject: Re: Newbie Mach-II Sample Code Not Working

 quick suggestion -- if you have cfsetting
 enablecfoutputonly=false
 somewhere in say your Application.cfm that might have an
 adverse affect
 on certain things like the querysim tag.

 hth

 After reading all the good things some people say about
 Mach-II, I
 decided to try it for myself.

 This is my directory structure:
 Webroot
 \ContactManager
 \MachII
 \Roulette
 \ShoppingCart

 All the files were extracted successfully and the pages
 run w/o any
 errors.

 However, I see nothing in the browser.  If I view the
 source, I see a
 lot of CF whitespace and, in the ShoppingCart, I see
 references to
 Hal's QuerySim code.

 What am I doing wrong?

 Thanks
 M!ke


 s. isaac dealey   954.927.5117

 new epoch : isn't it time for a change?

 add features without fixtures with
 the onTap open source framework
 http://www.sys-con.com/story/?storyid=44477DE=1
 http://www.sys-con.com/story/?storyid=45569DE=1
 http://www.fusiontap.com






 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFEclipse 1.1.17 released

2004-11-12 Thread James Holmes
It all looks really good, although my TODO comments aren't being picked up
in CFCs (they work fine in .cfm templates). The code collapsing feature is
fantastic, as is everything else.

Thanks for all your work.

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


Re: CFEclipse 1.1.17 released

2004-11-12 Thread Spike
Really?

Can you send me an example?

The todo comments are working, but it seems that the parser doesn't like 
CF comments in a CFC. All the TODO items are also being marked as problems.

Spike

James Holmes wrote:
 It all looks really good, although my TODO comments aren't being picked up
 in CFCs (they work fine in .cfm templates). The code collapsing feature is
 fantastic, as is everything else.
 
 Thanks for all your work.
 
 

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


RE: CFEclipse 1.1.17 released

2004-11-12 Thread James Holmes
Sure, I'll send this off-list. 

-Original Message-
From: Spike [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 13 November 2004 9:46 
To: CF-Talk
Subject: Re: CFEclipse 1.1.17 released

Really?

Can you send me an example?

The todo comments are working, but it seems that the parser doesn't like CF
comments in a CFC. All the TODO items are also being marked as problems.

Spike

James Holmes wrote:
 It all looks really good, although my TODO comments aren't being 
 picked up in CFCs (they work fine in .cfm templates). The code 
 collapsing feature is fantastic, as is everything else.
 
 Thanks for all your work.
 
 



~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

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


  1   2   >