Re: Need some perspective...

2011-06-29 Thread Scott Brady

Thanks for the performance perspectives, Ray and Bryan!

Scott

On Tue, Jun 28, 2011 at 9:33 AM, Bryan Stevenson 
br...@electricedgesystems.com wrote:


 Hey Scott,

 No, sorry I don't know that yet.  I seem to recall seeing a
 side-by-side comparison of an Objective C app and  a converted AIR app
 and the AIR app was pretty darn close in behavioura little hiccup
 here and there if fast scrolling through a large list for example.

 --
-
Scott Brady
http://www.scottbrady.net/


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345887
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Iphone app

2011-06-29 Thread Al Musella, DPM

Hi
  I need to write either an app for the iphone or at least a website 
that looks like a app.. I have been looking around for toolkits and 
there are an overwhelming number of choices that I don't know where to start.
I need:
1. easy coldfusion integration (so based on html not coco)
2. Preferably usable on a pc..  I have access to a mac but not 
easily.  I can use it to compile and upload the end result if needed.
3. easy:)
4. Cheap or free. (It is for a nonprofit)

I have been playing around with jquery mobile. I love jquery but the 
jquery mobile docs suck..

Any ideas?
Al




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345888
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Iphone app

2011-06-29 Thread Edward Chanter

I would persevere with jQuery, the docs are a work in progress but it's
possible to do a lot using their actual documentation website as a template.

I'm a complete noob at all this mobile malarkey and I'm totally loving both
jQuery and jQuery mobile. There are limitations but I expect those will be
resolved in time.

HTH

-= Ed


 -Original Message-
   I need to write either an app for the iphone or at least a website that
looks
 like a app.. I have been looking around for toolkits and there are an
 overwhelming number of choices that I don't know where to start.
 I need:
 1. easy coldfusion integration (so based on html not coco) 2. Preferably
 usable on a pc..  I have access to a mac but not easily.  I can use it to
compile
 and upload the end result if needed.
 3. easy:)
 4. Cheap or free. (It is for a nonprofit)
 
 I have been playing around with jquery mobile. I love jquery but the
jquery
 mobile docs suck..
 
 Any ideas?
 Al


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345889
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Raymond Camden

On Wed, Jun 29, 2011 at 9:47 AM, Al Musella, DPM
muse...@virtualtrials.com wrote:

 Hi
  I need to write either an app for the iphone or at least a website
 that looks like a app.. I have been looking around for toolkits and
 there are an overwhelming number of choices that I don't know where to start.
 I need:
 1. easy coldfusion integration (so based on html not coco)

coco? Did you mean objectiveC? Whether you use objectiveC, html, Flex,
unicorn poop, it doesn't matter. All of them can make HTTP calls to CF
services.

 2. Preferably usable on a pc..  I have access to a mac but not
 easily.  I can use it to compile and upload the end result if needed.

So you're talking about _development_, right? With Flash Builder 4.5.1
you can spit out an IPA you can drag to an iOS device on your PC. If
you use HTML than it's not an issue.

 4. Cheap or free. (It is for a nonprofit)

Depends on your definition of cheap. ;) I think Flash Builder is
reasonably priced. You've got a 60 day trial to check it out.

 I have been playing around with jquery mobile. I love jquery but the
 jquery mobile docs suck..

Yeah - um. Well, they did get better. I have a Quick Start guide I
wrote for them that is - unfortunately - still waiting to be
officially released. I may ask if I can just release it as 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345890
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Iphone app

2011-06-29 Thread Edward Chanter

YES PLEASE!! O wise and mighty Jedi Master :)

Anything to make the lives of us poor little padawans a little easier would
be very cool.

 -Original Message-
 Yeah - um. Well, they did get better. I have a Quick Start guide I wrote
for
 them that is - unfortunately - still waiting to be officially released. I
may ask
 if I can just release it as


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345891
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread James Holmes

One free alternative is Sencha Touch
(http://www.sencha.com/products/touch/), but I'd probably try to stick
with jQuery Mobile too.

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 29 June 2011 22:47, Al Musella, DPM muse...@virtualtrials.com wrote:

 Hi
  I need to write either an app for the iphone or at least a website
 that looks like a app.. I have been looking around for toolkits and
 there are an overwhelming number of choices that I don't know where to start.
 I need:
 1. easy coldfusion integration (so based on html not coco)
 2. Preferably usable on a pc..  I have access to a mac but not
 easily.  I can use it to compile and upload the end result if needed.
 3. easy:)
 4. Cheap or free. (It is for a nonprofit)

 I have been playing around with jquery mobile. I love jquery but the
 jquery mobile docs suck..

 Any ideas?
 Al




 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345892
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Patrick Kerley

I've written 4 apps for a non profit in a blend of jquery and jqmobile but 
mostly jquery with some crazy CSS and using PhoneGap.

I was able to do all my development on my pc and then move over the .html files 
to the mac we use to encode things Then you build the Xcode Phone Gap app and 
throw in your stuff and your off.  

My program ended up mostly as JS code and one CFC that got hit to hand off the 
data.

I'm trying to rewrite those apps in Flex to check it out but it has a much 
stepper learning curve if your Solid in the CF, JS, HTML world

Your going to spend more time learning how to upload apps
 
-
Patrick Kerley
kerl...@yahoo.com
-



From: Al Musella, DPM muse...@virtualtrials.com
To: cf-talk cf-talk@houseoffusion.com
Sent: Wednesday, June 29, 2011 10:47 AM
Subject: Iphone app


Hi
  I need to write either an app for the iphone or at least a website 
that looks like a app.. I have been looking around for toolkits and 
there are an overwhelming number of choices that I don't know where to start.
I need:
1. easy coldfusion integration (so based on html not coco)
2. Preferably usable on a pc..  I have access to a mac but not 
easily.  I can use it to compile and upload the end result if needed.
3. easy:)
4. Cheap or free. (It is for a nonprofit)

I have been playing around with jquery mobile. I love jquery but the 
jquery mobile docs suck..

Any ideas?
Al






~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345893
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Raymond Camden

I'll check with them today. Unfortunately it was written for Alpha3 so
it is a bit out of date (mainly just the appearance of the Back
button), but I think the guide is good.


On Wed, Jun 29, 2011 at 9:59 AM, Edward Chanter firew...@cc.uk.com wrote:

 YES PLEASE!! O wise and mighty Jedi Master :)

 Anything to make the lives of us poor little padawans a little easier would
 be very cool.

 -Original Message-
 Yeah - um. Well, they did get better. I have a Quick Start guide I wrote
 for
 them that is - unfortunately - still waiting to be officially released. I
 may ask
 if I can just release it as


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345894
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Iphone app

2011-06-29 Thread Edward Chanter

That's the trouble with new things, but I'm sure it would be really useful
anyway. As Al said, the docs are somewhat lacking.

 -Original Message-
 I'll check with them today. Unfortunately it was written for Alpha3 so it
is a
 bit out of date (mainly just the appearance of the Back button), but I
think
 the guide is good.
 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345895
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Peter Boughton

Hi Jenny, could you provide the address where I can send all future message 
drafts for you to verify if you will allow them to be on this list? Thanks! 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Peter Boughton

My reply to Rick was not condescending, since to be so requires intent, and 
there was none.

My aim with all my responses to this list is to be helpful and try to make the 
web a better place. I try to write replies keeping in mind that the post may 
well be used as a reference by others - erring on the side of lack of knowledge 
is usually the better option since you never know who might later be reading 
it, in addition to the person being responded to.


At time of writing, the post was four times the average post length, and 
followed on from a focused reply of I want continuous updates; that's what 
you've got to wandering across the whole spectrum of the topic being covered 
here. That constitutes long and rambling for me, and - in case you missed it - 
that line was terminated with a big fat tongue, to specifically suggest the 
tone to interpret with.

I'm not sticking my head in the sand, I'm doing the complete opposite: I'm 
saying take some time to read about HTML5 from authoritative sources, and 
you'll see it really is becoming all the things you want - a continuous 
standard that the browser vendors are actually working towards implementing; we 
really are in a better place than ten years ago.

I never said we should not be pressing for better browsers - I very much 
dislike *all* browsers; they all suck in different ways, (and I'd love to have 
the resources to do something about that).

And yes, these days, even Microsoft have actually been making efforts, with IE9 
- it's still far from perfect, but compared to previous versions it's a great 
improvement.

If there's any particular or general view which you (or anyone) feels I have 
missed, please feel free to re-iterate it and I'll address it directly.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345897
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Scott Stewart

I wanna see the unicorn poop api and the docs..

On Wed, Jun 29, 2011 at 10:55 AM, Raymond Camden rcam...@gmail.com wrote:

 On Wed, Jun 29, 2011 at 9:47 AM, Al Musella, DPM
 muse...@virtualtrials.com wrote:

 Hi
  I need to write either an app for the iphone or at least a website
 that looks like a app.. I have been looking around for toolkits and
 there are an overwhelming number of choices that I don't know where to start.
 I need:
 1. easy coldfusion integration (so based on html not coco)

 coco? Did you mean objectiveC? Whether you use objectiveC, html, Flex,
 unicorn poop, it doesn't matter. All of them can make HTTP calls to CF
 services.

 2. Preferably usable on a pc..  I have access to a mac but not
 easily.  I can use it to compile and upload the end result if needed.

 So you're talking about _development_, right? With Flash Builder 4.5.1
 you can spit out an IPA you can drag to an iOS device on your PC. If
 you use HTML than it's not an issue.

 4. Cheap or free. (It is for a nonprofit)

 Depends on your definition of cheap. ;) I think Flash Builder is
 reasonably priced. You've got a 60 day trial to check it out.

 I have been playing around with jquery mobile. I love jquery but the
 jquery mobile docs suck..

 Yeah - um. Well, they did get better. I have a Quick Start guide I
 wrote for them that is - unfortunately - still waiting to be
 officially released. I may ask if I can just release it as

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345898
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: complex string split

2011-06-29 Thread Peter Boughton

This is slightly more efficient:

REMatch( '[^]+|\S+' , value )


The difference is probably insignificant here, but as a general rule a negated 
greedy match is a better choice than a wildcard lazy match.

(The second half is no different, just makes it more readable.) 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345899
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Raymond Camden

As a reminder, and more self-promotion, because, you know, I have the
ego of a 13 year old girl, I've got a jQuery Mobile presentation
tonight as well:

http://www.coldfusionjedi.com/index.cfm/2011/6/29/Presentation-tonight-Introduction-to-jQuery-Mobile

This will be over Connect and open to the public. Everyone but Scott
Stewart. The rest of you are welcome though. ;)


On Wed, Jun 29, 2011 at 10:14 AM, Scott Stewart
webmas...@sstwebworks.com wrote:

 I wanna see the unicorn poop api and the docs..


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345900
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion to Salesforce.com Web-To-Lead

2011-06-29 Thread Shawn Contreras

Thank you for your help, however the CFC is a little over my head.  Below is 
the HTML generated by SalesForce.com Web-To-Lead.  It works well by itself but 
not in the ColdFusion CFFORM and then passing the info to my insert2a.cfm 
page (shown below).  I really think the problem is somewhere in the first few 
lines of the insert2a.cfm page with the CFHTTP and CFHTTPPARAM.  I am 
also not sure if in the CFFORM page maybe I need to use each name and id 
for every form field (i.e. input)?  If so, is not just the id enough because 
if I have to change the name to the long alpha-numeric characters generated 
by salesforce.com (i.e. id=00N5001WzP0) that would mean I would have to 
change all my database field labels as well and that would be a nightmare as 
well as make the database not very easy to read.  Please help!

!--  --  
--
!--  NOTE: Please add the following META element to your page HEAD.  
--
!--  If necessary, please modify the charset parameter to specify the
--
!--  character set of your HTML page.
--
!--  --  
--

META HTTP-EQUIV=Content-type CONTENT=text/html; charset=UTF-8

!--  --  
--
!--  NOTE: Please add the following FORM element to your page. 
--
!--  --  
--

form 
action=https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8; 
method=POST

input type=hidden name=oid value=00D50007A2e
input type=hidden name=retURL 
value=http://www.mycompany.com/index.cfm?page=ThankYou;

!--  --  
--
!--  NOTE: These fields are optional debugging elements.  Please uncomment   
--
!--  these lines if you wish to test in debug mode.  
--
!--  input type=hidden name=debug value=1  
--
!--  input type=hidden name=debugEmail  
--
!--  value=sha...@mycompany.com--
!--  --  
--

Lead Date:span class=dateInput dateOnlyInputinput  id=00N5001WzP0 
name=00N5001WzP0 size=12 type=text //spanbr

label for=first_nameFirst Name/labelinput  id=first_name 
maxlength=40 name=first_name size=20 type=text /br

label for=last_nameLast Name/labelinput  id=last_name maxlength=80 
name=last_name size=20 type=text /br

label for=titleTitle/labelinput  id=title maxlength=40 name=title 
size=20 type=text /br

label for=companyCompany/labelinput  id=company maxlength=40 
name=company size=20 type=text /br

label for=streetAddress/labeltextarea name=street/textareabr

label for=cityCity/labelinput  id=city maxlength=40 name=city 
size=20 type=text /br

label for=stateState/Province/labelinput  id=state maxlength=20 
name=state size=20 type=text /br

label for=zipZip/labelinput  id=zip maxlength=20 name=zip 
size=20 type=text /br

label for=countryCountry/labelinput  id=country maxlength=40 
name=country size=20 type=text /br

label for=phonePhone/labelinput  id=phone maxlength=40 name=phone 
size=20 type=text /br

Phone 2:input  id=00N5001WyeF maxlength=40 name=00N5001WyeF 
onkeydown=formatPhoneOnEnter(this, event); size=20 type=text /br

label for=faxFax/labelinput  id=fax maxlength=40 name=fax 
size=20 type=text /br

label for=mobileMobile/labelinput  id=mobile maxlength=40 
name=mobile size=20 type=text /br

label for=emailEmail/labelinput  id=email maxlength=80 name=email 
size=20 type=text /br

Email 2:input  id=00N5001WzPZ maxlength=80 name=00N5001WzPZ 
size=20 type=text /br

label for=URLWebsite/labelinput  id=URL maxlength=80 name=URL 
size=20 type=text /br

IR-01:input  id=00N5001WzPP name=00N5001WzPP type=checkbox 
value=1 /br

IR-02:input  id=00N50026KOT name=00N50026KOT type=checkbox 
value=1 /br

IR-05:input  id=00N5001Wyd4 name=00N5001Wyd4 type=checkbox 
value=1 /br

IR-12:input  id=00N50026KOY name=00N50026KOY type=checkbox 
value=1 /br

CR-025:input  id=00N5001Wyd5 name=00N5001Wyd5 type=checkbox 
value=1 /br

CR-050:input  id=00N500292MR name=00N500292MR type=checkbox 
value=1 /br

CR-070:input  id=00N500292MW name=00N500292MW type=checkbox 
value=1 /br

CR-140:input  id=00N500292Mb name=00N500292Mb type=checkbox 
value=1 /br

CR-210:input  id=00N500292Mg name=00N500292Mg type=checkbox 
value=1 /br

CR-280:input  id=00N500292Ml name=00N500292Ml type=checkbox 
value=1 /br

CR-350:input  id=00N500292Mv name=00N500292Mv type=checkbox 
value=1 /br

CR-420:input  id=00N500292N0 name=00N500292N0 type=checkbox 
value=1 /br

CR-490:input  id=00N500292N5 name=00N500292N5 type=checkbox 
value=1 /br

Re: Problem with pound signs

2011-06-29 Thread Peter Boughton

 when one programmer decides to do a mass search and replace and totally 
 destroys a code base, then management directs you to do it by hand.

That's because management doesn't know that the correct response to that was:

1) why didn't they check it on their local machine before committing?
1) why were the errors not picked up during code review?
2) how did any of this get past testing? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345902
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with pound signs

2011-06-29 Thread Peter Boughton

( Although the management can probably at least count to three correctly. :$ ) 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345903
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Raymond Camden

And I got permission from the JQM folks to release my draft Quick
Start guide. I will around lunch.


On Wed, Jun 29, 2011 at 10:19 AM, Raymond Camden rcam...@gmail.com wrote:
 As a reminder, and more self-promotion, because, you know, I have the
 ego of a 13 year old girl, I've got a jQuery Mobile presentation
 tonight as well:

 http://www.coldfusionjedi.com/index.cfm/2011/6/29/Presentation-tonight-Introduction-to-jQuery-Mobile

 This will be over Connect and open to the public. Everyone but Scott
 Stewart. The rest of you are welcome though. ;)


 On Wed, Jun 29, 2011 at 10:14 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 I wanna see the unicorn poop api and the docs..





-- 
===
Raymond Camden, Evangelist for Adobe

Email    : r...@camdenfamily.com
Blog      : www.coldfusionjedi.com
Twitter   : cfjedi

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345904
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Bryan Stevenson

Wowwhat did I miss?

On Wed, 2011-06-29 at 11:13 -0400, Peter Boughton wrote:

 My reply to Rick was not condescending, since to be so requires intent, and 
 there was none.
 
 My aim with all my responses to this list is to be helpful and try to make 
 the web a better place. I try to write replies keeping in mind that the post 
 may well be used as a reference by others - erring on the side of lack of 
 knowledge is usually the better option since you never know who might later 
 be reading it, in addition to the person being responded to.
 
 
 At time of writing, the post was four times the average post length, and 
 followed on from a focused reply of I want continuous updates; that's what 
 you've got to wandering across the whole spectrum of the topic being covered 
 here. That constitutes long and rambling for me, and - in case you missed it 
 - that line was terminated with a big fat tongue, to specifically suggest the 
 tone to interpret with.
 
 I'm not sticking my head in the sand, I'm doing the complete opposite: I'm 
 saying take some time to read about HTML5 from authoritative sources, and 
 you'll see it really is becoming all the things you want - a continuous 
 standard that the browser vendors are actually working towards implementing; 
 we really are in a better place than ten years ago.
 
 I never said we should not be pressing for better browsers - I very much 
 dislike *all* browsers; they all suck in different ways, (and I'd love to 
 have the resources to do something about that).
 
 And yes, these days, even Microsoft have actually been making efforts, with 
 IE9 - it's still far from perfect, but compared to previous versions it's a 
 great improvement.
 
 If there's any particular or general view which you (or anyone) feels I have 
 missed, please feel free to re-iterate it and I'll address it directly.
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345905
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Ken Hammond

A lot of drama
 

-Original Message-
From: Bryan Stevenson br...@electricedgesystems.com
To: cf-talk cf-talk@houseoffusion.com
Date: Wed, 29 Jun 2011 08:32:33 -0700
Subject: Re: Need some perspective...


Wowwhat did I miss?

On Wed, 2011-06-29 at 11:13 -0400, Peter Boughton wrote:

 My reply to Rick was not condescending, since to be so requires intent, 
and there was none.
 
 My aim with all my responses to this list is to be helpful and try to make 
the web a better place. I try to write replies keeping in mind that the post 
may well be used as a reference by others - erring on the side of lack of 
knowledge is usually the better option since you never know who might later 
be reading it, in addition to the person being responded to.
 
 
 At time of writing, the post was four times the average post length, and 
followed on from a focused reply of I want continuous updates; that's what 
you've got to wandering across the whole spectrum of the topic being 
covered here. That constitutes long and rambling for me, and - in case you 
missed it - that line was terminated with a big fat tongue, to specifically 
suggest the tone to interpret with.
 
 I'm not sticking my head in the sand, I'm doing the complete opposite: I'm 
saying take some time to read about HTML5 from authoritative sources, and 
you'll see it really is becoming all the things you want - a continuous 
standard that the browser vendors are actually working towards implementing; 
we really are in a better place than ten years ago.
 
 I never said we should not be pressing for better browsers - I very much 
dislike *all* browsers; they all suck in different ways, (and I'd love to 
have the resources to do something about that).
 
 And yes, these days, even Microsoft have actually been making efforts, 
with IE9 - it's still far from perfect, but compared to previous versions 
it's a great improvement.
 
 If there's any particular or general view which you (or anyone) feels I 
have missed, please feel free to re-iterate it and I'll address it directly.
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345906
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Scott Stewart

GRIN



On Wed, Jun 29, 2011 at 11:19 AM, Raymond Camden rcam...@gmail.com wrote:

 As a reminder, and more self-promotion, because, you know, I have the
 ego of a 13 year old girl, I've got a jQuery Mobile presentation
 tonight as well:

 http://www.coldfusionjedi.com/index.cfm/2011/6/29/Presentation-tonight-Introduction-to-jQuery-Mobile

 This will be over Connect and open to the public. Everyone but Scott
 Stewart. The rest of you are welcome though. ;)


 On Wed, Jun 29, 2011 at 10:14 AM, Scott Stewart
 webmas...@sstwebworks.com wrote:

 I wanna see the unicorn poop api and the docs..


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345907
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Handling Multiple Requests

2011-06-29 Thread Richard Steele

Hi Dave, We do have that setup in the load balancer. I've just discovered that 
while FusionReactor doesn't show the IP in the main screen (it shows the load 
balancer IP instead), it does show it in the header detail screen. Thanks so 
much. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345908
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Simple Chinese Problem

2011-06-29 Thread Dean Lawrence

I have a site that is using fckeditor version 2.6.6 to edit it's pages. I am 
having a problem using text on a page that is written in Simple Chinese. When I 
past it into the editor, the text shows properly, but after I have saved it to 
the database, it is returned as just question marks.

The copy is stored in an MS SQL 2000 db in an ntext field. My page encoding is 
UTF-8. I am running CF 9.0.1 on a Windows 2003 server. The sql type that I am 
using for my cfqueryparam is cf_sql_longvarchar. My SQL Server collation is 
SQL_Latin1_General_CP1_CI_AS.

Anyone have any thoughts as to why this copy is not being stored properly? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345909
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problem with pound signs

2011-06-29 Thread Judah McAuley

I thought you were doing a Fibonacci series.

On Wed, Jun 29, 2011 at 8:26 AM, Peter Boughton bought...@gmail.com wrote:

 ( Although the management can probably at least count to three correctly. :$ )


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345910
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple Chinese Problem

2011-06-29 Thread Dave Watts

 I have a site that is using fckeditor version 2.6.6 to edit it's pages. I am 
 having a problem using text on a page
 that is written in Simple Chinese. When I past it into the editor, the text 
 shows properly, but after I have saved
 it to the database, it is returned as just question marks.

 The copy is stored in an MS SQL 2000 db in an ntext field. My page encoding 
 is UTF-8. I am running CF 9.0.1
 on a Windows 2003 server. The sql type that I am using for my cfqueryparam is 
 cf_sql_longvarchar. My SQL
 Server collation is SQL_Latin1_General_CP1_CI_AS.

 Anyone have any thoughts as to why this copy is not being stored properly?

Have you configured the CF datasource to allow Unicode?

http://www.coldfusionmuse.com/index.cfm/2006/7/6/mssql.unicode

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345911
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFHTTP and SSL

2011-06-29 Thread Steve Jaeger

I have been having lots of problems with CFHTTP posting to an SSL site.  
Sometimes it will work, sometimes it will not depending on the site to which I 
am trying to connect.  Usually I can add the certificate manually to the jre 
keystore and restart jrun and it will work.  Sometimes it does not work.  I am 
frustrated that I need to restart JRUN each time just to see if it works.

My question:  Is there a component, COM object, Java solution or something that 
can do the http posts like cfhttp tag that can automatically update the 
keystore with unknown certs without me restarting the server? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345912
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Simple Chinese Problem

2011-06-29 Thread Dean Lawrence

Bingo!!! Thank you so much Dave!

On Wed, Jun 29, 2011 at 12:16 PM, Dave Watts dwa...@figleaf.com wrote:

 I have a site that is using fckeditor version 2.6.6 to edit it's pages. I am 
 having a problem using text on a page
 that is written in Simple Chinese. When I past it into the editor, the text 
 shows properly, but after I have saved
 it to the database, it is returned as just question marks.

 The copy is stored in an MS SQL 2000 db in an ntext field. My page encoding 
 is UTF-8. I am running CF 9.0.1
 on a Windows 2003 server. The sql type that I am using for my cfqueryparam 
 is cf_sql_longvarchar. My SQL
 Server collation is SQL_Latin1_General_CP1_CI_AS.

 Anyone have any thoughts as to why this copy is not being stored properly?

 Have you configured the CF datasource to allow Unicode?

 http://www.coldfusionmuse.com/index.cfm/2006/7/6/mssql.unicode

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345913
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion 8 imagePaste issues

2011-06-29 Thread Sean Kimball

Having a furious problem with a CF8 install and image functions, most image 
functions [imagepaste(), etc] will throw a 500 error:
java.lang.NoClassDefFoundError: Could not initialize class javax.media.jai.JAI

other functions will not, it seems that functions that have to actually 
manipulate or change the image in some way fail with a 500 error, images that 
return information about an image run fine. 

the server is a centos DV at mediatemple, CF has been patched with the 
cumulative HF4,  the image function hotfix. Still got errors. I've tried 
updating to jdk 1.6.0_24, downgrading as well! I've even tried placing new 
jai_*.jar jar files in the class path. 
It was working fine for 2+ years, then just one day stopped working, no updates 
were performed before it died, nothing. 

I've been wrestling with this problem for about 3 weeks now. More info at 
http://stackoverflow.com/questions/6270271/coldfusion-imagepaste-500-error 

Has anyone got ANY ideas, this is a production server  can't exactly be 
reinstalled.

-thanks
-sean 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345914
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Iphone app

2011-06-29 Thread Rick Faircloth

I've been wrestling over these same considerations
the last few weeks.

My take:

If you're good with HTML/CSS/CF/jQuery, use that...build
a hybrid app and use it as a web-app or use PhoneGap to
deploy it as a native app to multiple platforms.

If you're not good with jQuery or Javascript, then you
might want to look into FLEX or AIR or whatever else these
guys on the list will recommend.

I've decided to build my iPhone and Android apps as hybrid
web apps.  I'll have to give up some integration with phone
functionality that a native app would be able to access, but
nothing that is critical.

However, I can build in HTML5/CSS3/CF/jQuery use PhoneGap to turn it into a
native app and access native phone features, and compile to
run on multiple platforms. I can then include it in the various
platform app stores.

I also decided not to use jQuery Mobile (at this point, at least)
because of issues trying to figure out how to get AJAX functionality
running through its page structure.  I run jQuery AJAX all the time
with no problem, but was having trouble figuring out how to make
it work within the multiple page per document structure.  Just my
lack of ability to comprehend it, I'm sure, but the docs, as has
been mentioned, are completely lacking in any depth.

I hope I've got this all figured out... it's time to get some work
done!  Enough research! :oP

Rick 


-Original Message-
From: Al Musella, DPM [mailto:muse...@virtualtrials.com] 
Sent: Wednesday, June 29, 2011 10:48 AM
To: cf-talk
Subject: Iphone app


Hi
  I need to write either an app for the iphone or at least a website 
that looks like a app.. I have been looking around for toolkits and 
there are an overwhelming number of choices that I don't know where to
start.
I need:
1. easy coldfusion integration (so based on html not coco)
2. Preferably usable on a pc..  I have access to a mac but not 
easily.  I can use it to compile and upload the end result if needed.
3. easy:)
4. Cheap or free. (It is for a nonprofit)

I have been playing around with jquery mobile. I love jquery but the 
jquery mobile docs suck..

Any ideas?
Al






~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345915
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need some perspective...

2011-06-29 Thread Rick Faircloth

I'm not sure, Bryan.  Apparently, I've already forgotten
what Peter wrote, anyway.  I guess it didn't bother me,
whatever it was.  I pretty thick-skinned, anyway.

@Peter:  you mentioned terminated by a big fat tongue, to
suggest the tone to interpret with.  Not so much that,
probably (I don't remember), but usually use that to suggest
exhaustion, especially after wrestling with this issue for
the last few weeks and testing so many approaches.

I'll never mean to personally offend anyone.  I've never seen
that be of any benefit in any situation. That's not to say
that my comments won't offend sometimes, but I try to use
verbiage and tone that doesn't.

We're all big boy and girls and can handle the give and
take that families usually have to deal with. (ahhh, how sweet :o)


-Original Message-
From: Bryan Stevenson [mailto:br...@electricedgesystems.com] 
Sent: Wednesday, June 29, 2011 11:33 AM
To: cf-talk
Subject: Re: Need some perspective...


Wowwhat did I miss?

On Wed, 2011-06-29 at 11:13 -0400, Peter Boughton wrote:

 My reply to Rick was not condescending, since to be so requires intent,
and there was none.
 
 My aim with all my responses to this list is to be helpful and try to make
the web a better place. I try to write replies keeping in mind that the post
may well be used as a reference by others - erring on the side of lack of
knowledge is usually the better option since you never know who might later
be reading it, in addition to the person being responded to.
 
 
 At time of writing, the post was four times the average post length, and
followed on from a focused reply of I want continuous updates; that's what
you've got to wandering across the whole spectrum of the topic being
covered here. That constitutes long and rambling for me, and - in case you
missed it - that line was terminated with a big fat tongue, to specifically
suggest the tone to interpret with.
 
 I'm not sticking my head in the sand, I'm doing the complete opposite: I'm
saying take some time to read about HTML5 from authoritative sources, and
you'll see it really is becoming all the things you want - a continuous
standard that the browser vendors are actually working towards implementing;
we really are in a better place than ten years ago.
 
 I never said we should not be pressing for better browsers - I very much
dislike *all* browsers; they all suck in different ways, (and I'd love to
have the resources to do something about that).
 
 And yes, these days, even Microsoft have actually been making efforts,
with IE9 - it's still far from perfect, but compared to previous versions
it's a great improvement.
 
 If there's any particular or general view which you (or anyone) feels I
have missed, please feel free to re-iterate it and I'll address it directly.
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345916
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need some perspective...

2011-06-29 Thread Rick Faircloth

Someone who needed some group therapy... :o)

-Original Message-
From: Bryan Stevenson [mailto:br...@electricedgesystems.com] 
Sent: Wednesday, June 29, 2011 11:33 AM
To: cf-talk
Subject: Re: Need some perspective...


Wowwhat did I miss?

On Wed, 2011-06-29 at 11:13 -0400, Peter Boughton wrote:

 My reply to Rick was not condescending, since to be so requires intent,
and there was none.
 
 My aim with all my responses to this list is to be helpful and try to make
the web a better place. I try to write replies keeping in mind that the post
may well be used as a reference by others - erring on the side of lack of
knowledge is usually the better option since you never know who might later
be reading it, in addition to the person being responded to.
 
 
 At time of writing, the post was four times the average post length, and
followed on from a focused reply of I want continuous updates; that's what
you've got to wandering across the whole spectrum of the topic being
covered here. That constitutes long and rambling for me, and - in case you
missed it - that line was terminated with a big fat tongue, to specifically
suggest the tone to interpret with.
 
 I'm not sticking my head in the sand, I'm doing the complete opposite: I'm
saying take some time to read about HTML5 from authoritative sources, and
you'll see it really is becoming all the things you want - a continuous
standard that the browser vendors are actually working towards implementing;
we really are in a better place than ten years ago.
 
 I never said we should not be pressing for better browsers - I very much
dislike *all* browsers; they all suck in different ways, (and I'd love to
have the resources to do something about that).
 
 And yes, these days, even Microsoft have actually been making efforts,
with IE9 - it's still far from perfect, but compared to previous versions
it's a great improvement.
 
 If there's any particular or general view which you (or anyone) feels I
have missed, please feel free to re-iterate it and I'll address it directly.
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345917
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Tutorials using CF Builder 2

2011-06-29 Thread Rick Faircloth

I never did respond to you Wil... sorry.

I don't need to know how to use CFB 2,
but would like some of the toturials from
Adobe to use CFB 2, instead of Dreamweaver
as the IDE.

I couldn't find even one.

Rick

-Original Message-
From: Wil Genovese [mailto:jugg...@trunkful.com] 
Sent: Monday, June 27, 2011 1:18 PM
To: cf-talk
Subject: Re: Tutorials using CF Builder 2


The Start Page in ColdFusion Builder 2 has many of such resources.

This blog post of mine details these.

http://www.trunkful.com/index.cfm/2011/3/25/Getting-Started-ColdFusion-Build
er-2



Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Jun 27, 2011, at 12:14 PM, Rick Faircloth wrote:

 
 I'm surprised by the lack (as in, couldn't find
 even one!) of tutorials that utilize CF Builder.
 
 Plenty of tutorials that utilize Dreamweaver, but
 none that I saw after searching the Adobe site
 that use CF Builder.
 
 Several tutorials show *how* to use CF Builder, but
 none, such as, Building Website with HTML5 and CSS3
 that don't use Dreamweaver.
 
 What's up with that?  I'd think CF Builder, by now,
 would have some tutorials produced by Adobe, as they
 have with Dreamweaver...
 
 
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345918
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Iphone app

2011-06-29 Thread Raymond Camden

Ok guys - here is my jQuery Mobile Quick Start:

http://www.coldfusionjedi.com/index.cfm/2011/6/29/jQuery-Mobile-Quick-Start-and-new-jQuery-class

On Wed, Jun 29, 2011 at 12:16 PM, Rick Faircloth
r...@whitestonemedia.com wrote:

 I've been wrestling over these same considerations
 the last few weeks.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345919
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: loop timing out

2011-06-29 Thread daniel kessler

Any chance the looping couple be done in a stored proc?

No, it's calling a page and that page is full of CF.

However, I've decided to just do 5 at a time and reload the page.  It seems to 
be working fine.

Thank you everyone for your help.  When I move to an app on CF8 or CF9, I'll 
look further into CFThread.


daniel 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345920
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Tutorials using CF Builder 2

2011-06-29 Thread Jason Durham

My guess is they sell waaay more DW licenses.

Jason Durham


On Wed, Jun 29, 2011 at 12:43 PM, Rick Faircloth
r...@whitestonemedia.comwrote:


 I never did respond to you Wil... sorry.

 I don't need to know how to use CFB 2,
 but would like some of the toturials from
 Adobe to use CFB 2, instead of Dreamweaver
 as the IDE.

 I couldn't find even one.

 Rick

 -Original Message-
 From: Wil Genovese [mailto:jugg...@trunkful.com]
 Sent: Monday, June 27, 2011 1:18 PM
 To: cf-talk
 Subject: Re: Tutorials using CF Builder 2


 The Start Page in ColdFusion Builder 2 has many of such resources.

 This blog post of mine details these.


 http://www.trunkful.com/index.cfm/2011/3/25/Getting-Started-ColdFusion-Build
 er-2



 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator
 CF Webtools
 www.cfwebtools.com

 wilg...@trunkful.com
 www.trunkful.com

 On Jun 27, 2011, at 12:14 PM, Rick Faircloth wrote:

 
  I'm surprised by the lack (as in, couldn't find
  even one!) of tutorials that utilize CF Builder.
 
  Plenty of tutorials that utilize Dreamweaver, but
  none that I saw after searching the Adobe site
  that use CF Builder.
 
  Several tutorials show *how* to use CF Builder, but
  none, such as, Building Website with HTML5 and CSS3
  that don't use Dreamweaver.
 
  What's up with that?  I'd think CF Builder, by now,
  would have some tutorials produced by Adobe, as they
  have with Dreamweaver...
 
 
 
 



 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345921
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Tutorials using CF Builder 2

2011-06-29 Thread Rick Faircloth

I'm sure, but you'd think they'd show a little love
for their newest IDE...

-Original Message-
From: Jason Durham [mailto:jqdur...@gmail.com] 
Sent: Wednesday, June 29, 2011 2:02 PM
To: cf-talk
Subject: Re: Tutorials using CF Builder 2


My guess is they sell waaay more DW licenses.

Jason Durham


On Wed, Jun 29, 2011 at 12:43 PM, Rick Faircloth
r...@whitestonemedia.comwrote:


 I never did respond to you Wil... sorry.

 I don't need to know how to use CFB 2,
 but would like some of the toturials from
 Adobe to use CFB 2, instead of Dreamweaver
 as the IDE.

 I couldn't find even one.

 Rick

 -Original Message-
 From: Wil Genovese [mailto:jugg...@trunkful.com]
 Sent: Monday, June 27, 2011 1:18 PM
 To: cf-talk
 Subject: Re: Tutorials using CF Builder 2


 The Start Page in ColdFusion Builder 2 has many of such resources.

 This blog post of mine details these.



http://www.trunkful.com/index.cfm/2011/3/25/Getting-Started-ColdFusion-Build
 er-2



 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator
 CF Webtools
 www.cfwebtools.com

 wilg...@trunkful.com
 www.trunkful.com

 On Jun 27, 2011, at 12:14 PM, Rick Faircloth wrote:

 
  I'm surprised by the lack (as in, couldn't find
  even one!) of tutorials that utilize CF Builder.
 
  Plenty of tutorials that utilize Dreamweaver, but
  none that I saw after searching the Adobe site
  that use CF Builder.
 
  Several tutorials show *how* to use CF Builder, but
  none, such as, Building Website with HTML5 and CSS3
  that don't use Dreamweaver.
 
  What's up with that?  I'd think CF Builder, by now,
  would have some tutorials produced by Adobe, as they
  have with Dreamweaver...
 
 
 
 



 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345922
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Peter Boughton

Heh, whilst I guess I can see :P being exhaustion, it's always been a 
teasing/playful emote for me (which is also how Wikipedia defines it: tongue 
sticking out, cheeky/playful).

And yeah, I wasn't offended by anything from you - but I did dislike being told 
that I effectively wasn't allowed to post because someone else mis-interpreted 
the tone of one of my replies to you.

Anyway, hopefully that's enough of that nonsense and we can get back to the 
technical stuff.


...wait a second, did you just call me big boy!? I am *highly* offended by 
your implication that I am fat! Grrr!

:) 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345923
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Ken Hammond

If it was a gal replying you might be overjoyed? LOL!
 

-Original Message-
From: Peter Boughton bought...@gmail.com
To: cf-talk cf-talk@houseoffusion.com
Date: Wed, 29 Jun 2011 14:45:18 -0400 (EDT)
Subject: Re: Need some perspective...


Heh, whilst I guess I can see :P being exhaustion, it's always been a 
teasing/playful emote for me (which is also how Wikipedia defines it: 
tongue sticking out, cheeky/playful).

And yeah, I wasn't offended by anything from you - but I did dislike being 
told that I effectively wasn't allowed to post because someone else 
mis-interpreted the tone of one of my replies to you.

Anyway, hopefully that's enough of that nonsense and we can get back to the 
technical stuff.


...wait a second, did you just call me big boy!? I am *highly* offended by 
your implication that I am fat! Grrr!

:) 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345924
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need some perspective...

2011-06-29 Thread Rick Faircloth

Sometimes truth offends... :oP

(although I have no idea what you look like!) :o)

-Original Message-
From: Peter Boughton [mailto:bought...@gmail.com] 
Sent: Wednesday, June 29, 2011 2:45 PM
To: cf-talk
Subject: Re: Need some perspective...


Heh, whilst I guess I can see :P being exhaustion, it's always been a
teasing/playful emote for me (which is also how Wikipedia defines it:
tongue sticking out, cheeky/playful).

And yeah, I wasn't offended by anything from you - but I did dislike being
told that I effectively wasn't allowed to post because someone else
mis-interpreted the tone of one of my replies to you.

Anyway, hopefully that's enough of that nonsense and we can get back to the
technical stuff.


...wait a second, did you just call me big boy!? I am *highly* offended by
your implication that I am fat! Grrr!

:) 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345925
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion report builder problem

2011-06-29 Thread Joshua O'Connor-Rose

I'm doing something that should be simple but is giving me hell.

I'm getting this error

Invalid ColdFusion expression in report.
If the expression is a string, ensure that it is within quotes
With this:
Error: query.firstname query.lastname  Chr(13)  Chr(10) 
query.Address1  IIf(len(query.Address2), query.Address2  Chr(13) 
Chr(10), DE())  query.city  ,   query.state query.zip
is not a valid ColdFusion expression.

Yet when I change it to this (or something equally silly for testing):
query.firstname query.lastname  Chr(13)  Chr(10) 
query.Address1  
IIf(len(query.Address2), DE(query.Address2), DE()) 
query.city  ,   query.state query.zip

It does what I'm asking

Any ideas

thanks in advance (I would use help but that's not working in Windows 7)

-Joshua

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345926
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Specifying Excel Data Types in CFCONTENT?

2011-06-29 Thread Feras Nabulsi

Thanks Azadi, I know there are some additional features for the recent 
versions. I am using CF9 on my Dev by still CF7 on Production, so I can't 
develop for 9 strictly yet. 

Thanks for your help

no, there isn't. cfcontent basically just tells the browser which mime 
type the content being delivered is to help the browser figure out how 
to display it.

if you are on a recent cf version, check out cfspreadsheet group of 
tags and related functions.

Azadi

On 28/06/2011 23:26 , Feras Nabulsi wrote:
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345927
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: loop timing out

2011-06-29 Thread Terry Troxel

What am I doing wrong here as nothing shows up even with debugging turned
on.
The S drive is a mapped network drive.
If mapped drive is the issue, is there any way around it?

Terry


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345928
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: loop timing out

2011-06-29 Thread Terry Troxel

It just might help if I pasted in the code.sorry.

On Wed, Jun 29, 2011 at 12:19 PM, Terry Troxel terry.tro...@gmail.comwrote:

 What am I doing wrong here as nothing shows up even with debugging turned
 on.
 The S drive is a mapped network drive.
 If mapped drive is the issue, is there any way around it?

 Terry


cfset dir=s:\
cfdirectory
   action=list
   directory=#dir#
   filter=*.*
   name=slides
   sort=name
table
cfoutput query=slides
trtd/tdtd#name#/td/tr
/cfoutput
/table


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345929
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFDIRECTORY of a mapped network drive

2011-06-29 Thread Terry Troxel

It just might help if I pasted in the code.sorry.

 What am I doing wrong here as nothing shows up even with debugging turned
 on.
 The S drive is a mapped network drive.
 If mapped drive is the issue, is there any way around it?

 Terry


cfset dir=s:\
cfdirectory
   action=list
   directory=#dir#
   filter=*.*
   name=slides
   sort=name
table
cfoutput query=slides
trtd/tdtd#name#/td/tr
/cfoutput
/table


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345930
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP and SSL

2011-06-29 Thread Bobby Hartsfield

Afraid I haven't heard of such a luxury. Changes to the keystore still
require a CF restart to my knowledge.

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


-Original Message-
From: Steve Jaeger [mailto:sjae...@gmail.com] 
Sent: Wednesday, June 29, 2011 12:28 PM
To: cf-talk
Subject: CFHTTP and SSL


I have been having lots of problems with CFHTTP posting to an SSL site.
Sometimes it will work, sometimes it will not depending on the site to which
I am trying to connect.  Usually I can add the certificate manually to the
jre keystore and restart jrun and it will work.  Sometimes it does not work.
I am frustrated that I need to restart JRUN each time just to see if it
works.

My question:  Is there a component, COM object, Java solution or something
that can do the http posts like cfhttp tag that can automatically update the
keystore with unknown certs without me restarting the server? 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345931
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDIRECTORY of a mapped network drive

2011-06-29 Thread Dave Watts

 What am I doing wrong here as nothing shows up even with debugging turned on.
 The S drive is a mapped network drive. If mapped drive is the issue, is there 
 any way around it?

By default, there are two problems with using mapped drives from CF.

First, CF runs as SYSTEM by default, and SYSTEM has no access to
network resources.

Second, if you run CF as another user with explicit permissions to a
network share, CF can access that network share. But that doesn't mean
that CF can access a drive mapping. For that to work, you'd need to
log in as the user in question and create a persistent drive mapping.
Instead, I'd recommend just accessing the UNC path directly rather
than bothering with a drive mapping.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345932
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Specifying Excel Data Types in CFCONTENT?

2011-06-29 Thread Leigh

 so I can't develop for 9 strictly yet. 
As an alternative, try the POIUtility.cfc. Like cfspreadsheet it generates a 
true Excel file. IIRC it should work on MX7 too. 

If you prefer to stick with pseudo-excel files (ie html) there are a lot of old 
css tricks floating around. Do a search on mso-number-format or just play 
around with a local Excel file. Format the cells as desired and save the 
workbook as html to view the generated css.

http://stackoverflow.com/questions/354476/html-to-excel-how-can-tell-excel-to-treat-columns-as-numbers



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345933
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need some perspective...

2011-06-29 Thread Jenny Gavin-Wear

I feel sorry you feel so incapable of mastering your social skills that you
should feel this necessary.



-Original Message-
From: Peter Boughton [mailto:bought...@gmail.com]
Sent: 29 June 2011 16:11
To: cf-talk
Subject: Re: Need some perspective...



Hi Jenny, could you provide the address where I can send all
future message drafts for you to verify if you will allow them to
be on this list? Thanks!



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345934
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDIRECTORY of a mapped network drive

2011-06-29 Thread Leigh

 By default, there are two problems with using mapped drives
 from CF.

Anyone know if those two tips are in the official documentation anywhere? I 
looked, but may have missed it .. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345935
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion report builder problem

2011-06-29 Thread Joshua O'Connor-Rose

nm . . . again apparently DE(##query.Address2##  Chr(13)  Chr(10))
as much as I loathe it.

Did the trick

Would it be better to put together the CFREport tag by hand? (Though I
must admit despite getting hung up on the evaluation it was overall
very quick)

On Wed, Jun 29, 2011 at 2:16 PM, Joshua O'Connor-Rose
joshua.oconnorr...@gmail.com wrote:
 I'm doing something that should be simple but is giving me hell.

 I'm getting this error

 Invalid ColdFusion expression in report.
 If the expression is a string, ensure that it is within quotes
 With this:
 Error: query.firstname query.lastname  Chr(13)  Chr(10) 
 query.Address1  IIf(len(query.Address2), query.Address2  Chr(13) 
 Chr(10), DE())  query.city  ,   query.state query.zip
 is not a valid ColdFusion expression.

 Yet when I change it to this (or something equally silly for testing):
 query.firstname query.lastname  Chr(13)  Chr(10) 
 query.Address1  
 IIf(len(query.Address2), DE(query.Address2), DE()) 
 query.city  ,   query.state query.zip

 It does what I'm asking

 Any ideas

 thanks in advance (I would use help but that's not working in Windows 7)

 -Joshua


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345936
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDIRECTORY of a mapped network drive

2011-06-29 Thread Dave Watts

  By default, there are two problems with using mapped drives
  from CF.

 Anyone know if those two tips are in the official documentation anywhere? I 
 looked, but may have missed it ..

I would expect that they aren't. They're really not specific to CF,
but rather to how Windows and services work.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345937
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFDIRECTORY of a mapped network drive

2011-06-29 Thread Leigh

 They're really not
 specific to CF,
 but rather to how Windows and services work.

True. But the cfdirectory + mapped drive question comes up frequently. Seems 
worthy of a trouble-shooting note or a comment at least. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345938
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need some perspective...

2011-06-29 Thread Bryan Stevenson

Jenny...seems like you may have acted as a list admin which you are
not.so perhaps his sarcastic response was flippant because you don't
have such authority.

I'm not trying to start a war and I have no idea what WAS said.but
it looks that way from the outside.

I am NOT singling you out, but all I've seen is Peter's rather verbose
reply to whatever you must have sent himand now this reply of yours
about his social skills ;-)

RegardlessMike D can tell folks what to do on list and nobody
elseand everyone should try and play nice even if they don't like
what someone has said ;-)

Cheers


On Wed, 2011-06-29 at 20:37 +0100, Jenny Gavin-Wear wrote:

 I feel sorry you feel so incapable of mastering your social skills that you
 should feel this necessary.
 
 
 
 -Original Message-
 From: Peter Boughton [mailto:bought...@gmail.com]
 Sent: 29 June 2011 16:11
 To: cf-talk
 Subject: Re: Need some perspective...
 
 
 
 Hi Jenny, could you provide the address where I can send all
 future message drafts for you to verify if you will allow them to
 be on this list? Thanks!
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345939
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Tutorials using CF Builder 2

2011-06-29 Thread Wil Genovese

*sigh* - I guess I write blog posts for my own gratification.  The reason I 
pointed you and anyone else to my blog post was that I discuss the resources to 
getting started including pointing out this resource.   Moving From Dreamweaver 
to ColdFusion Builder 2  
http://www.adobe.com/devnet/coldfusion/articles/dreamweaver_cfbuilder.html





Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Jun 29, 2011, at 12:43 PM, Rick Faircloth wrote:

 
 I never did respond to you Wil... sorry.
 
 I don't need to know how to use CFB 2,
 but would like some of the toturials from
 Adobe to use CFB 2, instead of Dreamweaver
 as the IDE.
 
 I couldn't find even one.
 
 Rick
 
 -Original Message-
 From: Wil Genovese [mailto:jugg...@trunkful.com] 
 Sent: Monday, June 27, 2011 1:18 PM
 To: cf-talk
 Subject: Re: Tutorials using CF Builder 2
 
 
 The Start Page in ColdFusion Builder 2 has many of such resources.
 
 This blog post of mine details these.
 
 http://www.trunkful.com/index.cfm/2011/3/25/Getting-Started-ColdFusion-Build
 er-2
 
 
 
 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator
 CF Webtools
 www.cfwebtools.com
 
 wilg...@trunkful.com
 www.trunkful.com
 
 On Jun 27, 2011, at 12:14 PM, Rick Faircloth wrote:
 
 
 I'm surprised by the lack (as in, couldn't find
 even one!) of tutorials that utilize CF Builder.
 
 Plenty of tutorials that utilize Dreamweaver, but
 none that I saw after searching the Adobe site
 that use CF Builder.
 
 Several tutorials show *how* to use CF Builder, but
 none, such as, Building Website with HTML5 and CSS3
 that don't use Dreamweaver.
 
 What's up with that?  I'd think CF Builder, by now,
 would have some tutorials produced by Adobe, as they
 have with Dreamweaver...
 
 
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345940
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need some perspective...

2011-06-29 Thread Jenny Gavin-Wear

Bryan,

I see your point, however, we have a tiny number of people on this list who
seem to take some joy in belittling others.

Jenny

-Original Message-
From: Bryan Stevenson [mailto:br...@electricedgesystems.com]
Sent: 29 June 2011 21:16
To: cf-talk
Subject: RE: Need some perspective...



Jenny...seems like you may have acted as a list admin which you are
not.so perhaps his sarcastic response was flippant because you don't
have such authority.

I'm not trying to start a war and I have no idea what WAS said.but
it looks that way from the outside.

I am NOT singling you out, but all I've seen is Peter's rather verbose
reply to whatever you must have sent himand now this reply of yours
about his social skills ;-)

RegardlessMike D can tell folks what to do on list and nobody
elseand everyone should try and play nice even if they don't like
what someone has said ;-)

Cheers


On Wed, 2011-06-29 at 20:37 +0100, Jenny Gavin-Wear wrote:

 I feel sorry you feel so incapable of mastering your social
skills that you
 should feel this necessary.



 -Original Message-
 From: Peter Boughton [mailto:bought...@gmail.com]
 Sent: 29 June 2011 16:11
 To: cf-talk
 Subject: Re: Need some perspective...
 
 
 
 Hi Jenny, could you provide the address where I can send all
 future message drafts for you to verify if you will allow them to
 be on this list? Thanks!
 
 





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345941
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Need some perspective...

2011-06-29 Thread Bryan Stevenson

I'm glad my point came through ;-)

I'm not reading every post these days like I did in the *gasp* late
90s ;-)  So I don't know if we have a small group of belittlers or not.

That said.I used to take strips out of those folksnow in my
later 30s I just ignore them and let Karma or their own sad little lives
take them down a peg (Pete I am not saying you are such a person...just
to be clearit's just my example and in no way relates to anyone that
has commented on this thread to date).

Onwards and upwards!!

Cheers

On Wed, 2011-06-29 at 23:13 +0100, Jenny Gavin-Wear wrote:

 Bryan,
 
 I see your point, however, we have a tiny number of people on this list who
 seem to take some joy in belittling others.
 
 Jenny
 
 -Original Message-
 From: Bryan Stevenson [mailto:br...@electricedgesystems.com]
 Sent: 29 June 2011 21:16
 To: cf-talk
 Subject: RE: Need some perspective...
 
 
 
 Jenny...seems like you may have acted as a list admin which you are
 not.so perhaps his sarcastic response was flippant because you don't
 have such authority.
 
 I'm not trying to start a war and I have no idea what WAS said.but
 it looks that way from the outside.
 
 I am NOT singling you out, but all I've seen is Peter's rather verbose
 reply to whatever you must have sent himand now this reply of yours
 about his social skills ;-)
 
 RegardlessMike D can tell folks what to do on list and nobody
 elseand everyone should try and play nice even if they don't like
 what someone has said ;-)
 
 Cheers
 
 
 On Wed, 2011-06-29 at 20:37 +0100, Jenny Gavin-Wear wrote:
 
  I feel sorry you feel so incapable of mastering your social
 skills that you
  should feel this necessary.
 
 
 
  -Original Message-
  From: Peter Boughton [mailto:bought...@gmail.com]
  Sent: 29 June 2011 16:11
  To: cf-talk
  Subject: Re: Need some perspective...
  
  
  
  Hi Jenny, could you provide the address where I can send all
  future message drafts for you to verify if you will allow them to
  be on this list? Thanks!
  
  
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345942
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: loop timing out

2011-06-29 Thread Carl Von Stetten

The problem with mapped drives is that they may not be available or set 
under the user account the Coldfusion service is using.  I'm assuming 
your running on a Windows box.  Drive mappings are created at the time a 
user logs onto a Windows box.  Since Coldfusion runs as a service, the 
user account it is assigned to run under never logs in.  You'd be 
better off using a UNC path.

Carl

On 6/29/2011 12:20 PM, Terry Troxel wrote:
 It just might help if I pasted in the code.sorry.

 On Wed, Jun 29, 2011 at 12:19 PM, Terry Troxelterry.tro...@gmail.comwrote:

 What am I doing wrong here as nothing shows up even with debugging turned
 on.
 The S drive is a mapped network drive.
 If mapped drive is the issue, is there any way around it?

 Terry

 cfset dir=s:\
 cfdirectory
 action=list
 directory=#dir#
 filter=*.*
 name=slides
 sort=name
 table
 cfoutput query=slides
 trtd/tdtd#name#/td/tr
 /cfoutput
 /table


 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345943
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: loop timing out

2011-06-29 Thread Dave Watts

 The problem with mapped drives is that they may not be available or set
 under the user account the Coldfusion service is using.  I'm assuming
 your running on a Windows box.  Drive mappings are created at the time a
 user logs onto a Windows box.  Since Coldfusion runs as a service, the
 user account it is assigned to run under never logs in.  You'd be
 better off using a UNC path.

While I agree with your conclusion about using UNC paths, it's not
exactly correct to say that CF never logs in. If you configure the CF
service to run as a specific user, that user does in fact log in. If
that user previously created persistent drive mappings, those will
still be present.

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

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or ons

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345944
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: loop timing out

2011-06-29 Thread Carl Von Stetten

I guess what I was trying to say is that depending on how drives are 
mapped, unless the user physically logs in to the desktop, drive 
mappings may not get applied (specifically drives mapped through login 
scripts).  Login scripts don't appear to get processed when a service 
logs in.

I wasn't sure about the ones manually mapped as persistent mappings, so 
I'll take your word on that.

Carl

On 6/29/2011 3:53 PM, Dave Watts wrote:
 The problem with mapped drives is that they may not be available or set
 under the user account the Coldfusion service is using.  I'm assuming
 your running on a Windows box.  Drive mappings are created at the time a
 user logs onto a Windows box.  Since Coldfusion runs as a service, the
 user account it is assigned to run under never logs in.  You'd be
 better off using a UNC path.
 While I agree with your conclusion about using UNC paths, it's not
 exactly correct to say that CF never logs in. If you configure the CF
 service to run as a specific user, that user does in fact log in. If
 that user previously created persistent drive mappings, those will
 still be present.

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

 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or ons

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345945
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Sean Corfield

On Wed, Jun 29, 2011 at 3:39 PM, Bryan Stevenson
br...@electricedgesystems.com wrote:
 now in my later 30s I just ignore them and let Karma...

Youngster! Wait 'til you get old and cynical like me!
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

Perfection is the enemy of the good.
-- Gustave Flaubert, French realist novelist (1821-1880)

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345946
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Need some perspective...

2011-06-29 Thread Bryan Stevenson

LOLoh I've been a cynic for a long timeit's part of my charm ;-)

I think it started with the X-FilesTrust No One!

On Wed, 2011-06-29 at 16:10 -0700, Sean Corfield wrote:

 On Wed, Jun 29, 2011 at 3:39 PM, Bryan Stevenson
 br...@electricedgesystems.com wrote:
  now in my later 30s I just ignore them and let Karma...
 
 Youngster! Wait 'til you get old and cynical like me!


-- 


Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: br...@electricedgesystems.com
web: www.electricedgesystems.com
 
Notice:
This message, including any attachments, is confidential and may contain
information that is privileged or exempt from disclosure. It is intended
only for the person to whom it is addressed unless expressly authorized
otherwise by the sender. If you are not an authorized recipient, please
notify the sender immediately and permanently destroy all copies of this
message and attachments.
Please consider the environment before printing this e-mail



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345947
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Tutorials using CF Builder 2

2011-06-29 Thread Rick Faircloth

*sigh* ;o)

I think you've misunderstood what I'm saying, Wil.

I've been using CFEclipse for a few years so using
CFB2 is a no-brainer.  What I was trying to find
was some tutorials that actually *build* something
using CFB2 as the IDE, instead of DW...

Perhaps my thread subject should have been
Tutorials which *utilize* CF Builder 2
instead of Tutorials using CF Builder 2,
which it seems has been understood as,
Tutorials *about* using CF Builder 2.

Make sense?



-Original Message-
From: Wil Genovese [mailto:jugg...@trunkful.com] 
Sent: Wednesday, June 29, 2011 5:08 PM
To: cf-talk
Subject: Re: Tutorials using CF Builder 2


*sigh* - I guess I write blog posts for my own gratification.  The reason I
pointed you and anyone else to my blog post was that I discuss the resources
to getting started including pointing out this resource.   Moving From
Dreamweaver to ColdFusion Builder 2
http://www.adobe.com/devnet/coldfusion/articles/dreamweaver_cfbuilder.html





Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

On Jun 29, 2011, at 12:43 PM, Rick Faircloth wrote:

 
 I never did respond to you Wil... sorry.
 
 I don't need to know how to use CFB 2,
 but would like some of the toturials from
 Adobe to use CFB 2, instead of Dreamweaver
 as the IDE.
 
 I couldn't find even one.
 
 Rick
 
 -Original Message-
 From: Wil Genovese [mailto:jugg...@trunkful.com] 
 Sent: Monday, June 27, 2011 1:18 PM
 To: cf-talk
 Subject: Re: Tutorials using CF Builder 2
 
 
 The Start Page in ColdFusion Builder 2 has many of such resources.
 
 This blog post of mine details these.
 

http://www.trunkful.com/index.cfm/2011/3/25/Getting-Started-ColdFusion-Build
 er-2
 
 
 
 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator
 CF Webtools
 www.cfwebtools.com
 
 wilg...@trunkful.com
 www.trunkful.com
 
 On Jun 27, 2011, at 12:14 PM, Rick Faircloth wrote:
 
 
 I'm surprised by the lack (as in, couldn't find
 even one!) of tutorials that utilize CF Builder.
 
 Plenty of tutorials that utilize Dreamweaver, but
 none that I saw after searching the Adobe site
 that use CF Builder.
 
 Several tutorials show *how* to use CF Builder, but
 none, such as, Building Website with HTML5 and CSS3
 that don't use Dreamweaver.
 
 What's up with that?  I'd think CF Builder, by now,
 would have some tutorials produced by Adobe, as they
 have with Dreamweaver...
 
 
 
 
 
 
 
 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFFILE / CFCATCH

2011-06-29 Thread Jenny Gavin-Wear

I'm trying to cfcatch cffile mime type errors.

I can't see where I'm going wrong.

cftry
cfoutput
cffile action=upload attributes=normal
destination=#session.currentDirectory#
filefield=form.fileField nameconflict=overwrite accept=image/jpeg,
image/jpg, image/pjpeg, image/gif, image/png
/cfoutput
cfcatch type=any
cfif isdefined(cfcatch.Message) and findnocase(not accepted,
cfcatch.Message)
cfset session.sysmessage = Please upload images of type: .jpg, .gif or
.png
cflocation url=folder-view.cfm
/cfif
/cfcatch
/cftry



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345949
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm