Re: [ACFUG Discuss] openCFML Foundation

2012-05-18 Thread Mark Fennell
Perhaps JM's call of the last Adobe CF is more real than speculation and 
Adobe is planning on releasing CF into the open source universe much 
like it did with action script. It would be a stretch, but perhaps Blue 
River picked up on that in conversations with Adobe and kicked up 
involvement in the Open CFML Foundation? All of this is mere speculation.


On 5/18/2012 1:03 AM, Charlie Arehart wrote:

Well they've sailed still farther out of the harbor: http://img.ly/imYv

/charlie



-Original Message-
From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Josh Adams
Sent: Thursday, May 17, 2012 10:53 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] openCFML Foundation

Well, okay: I meant to send that reply back only to John, not to the

entire

discussion list.

But since I did send it to the list, let me add a little clarity: last

year the

ColdFusion BU was in discussions with Blue River (the makers of the mura
content management system) about partnering for mutual promotion (Adobe of
mura and Blue River of ColdFusion). It seemed to me good progress was

being

made there so I was therefore surprised to see Blue River's involvement in

the

Open CFML Foundation. Clearly in the intervening months the Blue River

guys

have had a change of heart about what's best for their business--and as I

said, I

take no exception with that but it is of course disappointing from the

Adobe

perspective.

Josh




On 5/17/12 10:46 PM, Josh Adamsjoad...@adobe.com  wrote:


Are you at cf.Objective()? Or just following news online?

It's interesting to me that the Blue River guys are involved in this:
just in August I thought we were making good progress in relationship
with them. I guess things have changed. I brought this to the attention
of the ColdFusion team when I heard about it; from there it's up to
them how to handle Blue River. Disappointing from an Adobe perspective
(though I certainly don't begrudge the Blue River guys doing what they
deem best for their business).

Josh





-
To unsubscribe from this list, manage your profile @
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





--



mark fennell

athens regional medical center

athens, ga





--

This email is intended only for the named recipient(s).  It may contain 
information that is proprietary, confidential or otherwise prohibited from 
disclosure.  If you are not the named addressee, you are not authorized to 
read, print, retain, copy or disseminate this message or any part of it.  If 
you have received this message in error, please reply immediately by email or 
telephone me at 706-475-4357 and delete all copies of the message. Furthermore, 
the opinions and thoughts expressed herein do NOT represent the policies or 
opinions of Athens Regional Health Services, Inc. (ARHS). ARHS is NOT 
responsible for the thoughts and opinions expressed in this communication.

--



-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-





Re: [ACFUG Discuss] Best way to handle chunk of CFIF statements

2011-08-25 Thread Mark Fennell

Just to clarify... .htaccess can also redirect and not just block content.
http://httpd.apache.org/docs/current/mod/mod_rewrite.html
It could be used to block or just redirect bad guys to a logging page, 
suspected bad guys to a limited site index and all others to your 
regular site.

That's all. I'll shut up about apache now. :)
mf


On 8/25/2011 10:19 AM, Cameron Childress wrote:
On Thu, Aug 25, 2011 at 9:22 AM, Clint Willard clint...@gmail.com 
mailto:clint...@gmail.com wrote:


Quick glance I'd say
listFindNoCase(searchTermList,cgi.http_user_agent). Put the search
terms in a list to find.


This will only work if the entire exact case-less user agent matches 
an item in the list.  I don't think it will solve Derrick's 
problem. listFindNoCase('badbot version 
30','badbot,jokerbot,sillybot') will return false.


In a perfect world, I second Mark's suggestion of .htaccess. 
 The further up the stack you can move this, the better.  Move it all 
the way to the firewall if you can.  Takes load off the CF engine. 
 I'm not sure that works for you either though, since you aren't 
blocking them, sounds like you are just modifying the session timeouts 
and such on those requests.


I think looping over the values in CF is probably your best option. 
 Looping over a list, or converting that list to an Array and caching 
the array might be slightly faster.  I wouldn't be too worried about 
speed unless it's deemed a problem.  Almost certainly there is another 
bottleneck worth fretting over more than the 10ms a list loop might be 
adding to each request.


List loops do get increasingly slower the longer they get because of 
the way CF parses lists though, So keep it in the back of your mind 
for a future optimization.  You know, like when they list reaches a 
few hundred items, or you are getting a billion pageviews a day.


I remember Hal Helms saying the three laws of optimization during an 
ACFUG meeting years ago:


1) Don't optimize yet
2) Don't optimize yet
3) Don't optimize yet

-Cameron

--
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook http://www.facebook.com/cameroncf | twitter 
http://twitter.com/cameronc | google+ 
https://profiles.google.com/u/0/117829379451708140985





--

mark fennell
athens regional medical center
athens, ga


--
This email is intended only for the named recipient(s).  It may contain 
information that is proprietary, confidential or otherwise prohibited from 
disclosure.  If you are not the named addressee, you are not authorized to 
read, print, retain, copy or disseminate this message or any part of it.  If 
you have received this message in error, please reply immediately by email or 
telephone me at 706-475-4357 and delete all copies of the message. Furthermore, 
the opinions and thoughts expressed herein do NOT represent the policies or 
opinions of Athens Regional Health Services, Inc. (ARHS). ARHS is NOT 
responsible for the thoughts and opinions expressed in this communication.
--




-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-



Re: [ACFUG Discuss] RE: Blank html page in Dreamweaver using IE8

2011-04-27 Thread Mark Fennell

Long live Homesite. :)

On 4/27/2011 4:12 PM, Martin, Donna M wrote:


Wow… Have worked in DW for so long, and had not considered another 
option.  I don’t even know where to begin looking if I should decide 
to go in another direction.  I live under a rock these days.


For now, would prefer to fix this issue, as I’m about to drown in my 
current workload, and messing with this issue has taken up a lot of 
valuable time.  If I can’t find a solution for this DW issue, I will 
DEFINITELY be looking in other directions.


What to do, what to do…

Thanks much for your thoughts!

Donna

*From:*ad...@acfug.org [mailto:ad...@acfug.org] *On Behalf Of *Clint 
Willard

*Sent:* Wednesday, April 27, 2011 3:36 PM
*To:* discussion@acfug.org
*Subject:* Re: [ACFUG Discuss] RE: Blank html page in Dreamweaver 
using IE8


Reasons for using DW:

1. Boss makes you use it.

2. Better technology is how computers will take over.

4. Keyboards are for extremist.

5. Evolution is still a theory.

6. Adobe who?

Donna, I could never get DW to show pages in it's 
browser consistently and correctly, I remember trying. Stopped using 
DW years ago. IDE's should not be used to view web pages, it's a gimmick.


If pages show outside DW, why so determined to see them in DW?

CB has a nice CF debugger if that's your aim. I've turned many 
hardcore DW users into CB worshipers, just hate to see coders sailing 
on an old sinking ship.




On Wed, Apr 27, 2011 at 2:49 PM, Martin, Donna M dmar...@emory.edu 
mailto:dmar...@emory.edu wrote:


Oh my, thank you for trying. But alas, the temp file box was not 
checked (which I tried...didn’t work, of course).  And all you said 
was true:  I am using IIS7, and I can view html pages outside of 
Dreamweaver.


Thanks anyway…much appreciated.

Donna

*From:*ad...@acfug.org mailto:ad...@acfug.org 
[mailto:ad...@acfug.org mailto:ad...@acfug.org] *On Behalf Of *Troy 
Jones

*Sent:* Wednesday, April 27, 2011 2:30 PM


*To:* discussion@acfug.org mailto:discussion@acfug.org
*Subject:* [ACFUG Discuss] RE: Blank html page in Dreamweaver using IE8

Just a couple of questions about your site/IIS configs.

You currently are running the site containing this file under inetpub, 
are using IIS7, and can view the file in its entirety with IE8 browser 
outside of DW?


If all of the above are true, I can only offer this.

While I’m not a DW user, I do have a version here (CS3) that I poked 
around in briefly. I found this setting:


Edit  Preferences  Preview in Browser……checkbox Options: Preview 
using temporary file.  Is yours checked? If so, try unchecking it. 
Maybe that is forcing a use of a .tmp file which might be causing the 
problem.


Past that, I am afraid I’m not much help. Here’s to hoping you find 
your solution soon J


Troy Jones

da_logo_70x263*
**___**
*
*Troy Jones*|  Director of Technical Services  |  Dynapp Inc  | 
1-800-830-5192 tel:1-800-830-5192  ext. 603  | dynapp.com 
http://www.dynapp.com/  | facebook.com/dynapp 
http://www.facebook.com/dynapp


*From:*ad...@acfug.org mailto:ad...@acfug.org 
[mailto:ad...@acfug.org mailto:ad...@acfug.org] *On Behalf Of 
*Martin, Donna M

*Sent:* Wednesday, April 27, 2011 2:03 PM
*To:* 'discussion@acfug.org mailto:discussion@acfug.org'
*Subject:* [ACFUG Discuss] RE: Blank html page in Dreamweaver using IE8

Hi Troy,

Thx for the quick response.

I haven’t tried another browser, but wonder if this is the issue 
since, I can literally change the extension from .html to .cfm, and it 
displays fine.  I also tried .htm with no success.  We talking a 
‘slightly longer than a hello file’, so I don’t think code is the 
issue either.


Any other ideas?

D

*From:*ad...@acfug.org mailto:ad...@acfug.org 
[mailto:ad...@acfug.org mailto:ad...@acfug.org] *On Behalf Of *Troy 
Jones

*Sent:* Wednesday, April 27, 2011 1:52 PM
*To:* discussion@acfug.org mailto:discussion@acfug.org
*Subject:* [ACFUG Discuss] RE: Blank html page in Dreamweaver using IE8

What is the extension of the filename that is causing issues? Can you 
test through DW using a different IE version or other browser?


Assuming that the file that is causing issues is also a .htm 
extension, I’d be looking for a tag that isn’t closed or some other 
incorrect syntax.


Troy Jones

da_logo_70x263*
**___**
*
*Troy Jones*|  Director of Technical Services  |  Dynapp Inc  | 
1-800-830-5192 tel:1-800-830-5192  ext. 603  | dynapp.com 
http://www.dynapp.com/  | facebook.com/dynapp 
http://www.facebook.com/dynapp


*From:*ad...@acfug.org mailto:ad...@acfug.org 
[mailto:ad...@acfug.org mailto:ad...@acfug.org] *On Behalf Of 
*Martin, Donna M

*Sent:* Wednesday, April 27, 2011 1:41 PM
*To:* 'discussion@acfug.org mailto:discussion@acfug.org'
*Subject:* [ACFUG Discuss] Blank html page in Dreamweaver using IE8

Good afternoon, everyone!

I cannot get a 

Re: [ACFUG Discuss] Issue with return from cfquery

2006-10-03 Thread Mark Fennell




The inserts for 2 - 10 were not committed in the db? 
Otherwise, someone's messing with you. :)
mf

Jeff Howard wrote:

  Ok, the new issue is it all of a sudden started working again.
I didn't change any settings anywhere or even change my script. All I
did was eat a sandwich and hit refresh on the page and it started
working.
  
  This is obviously not a good situation once the project I'm
working on is live.
  
  Any new ideas on why it would all of a sudden start only
returning 1 record instead of multiple records and then fix itself to
start returning all records?
  
  I am the only one here today working on this server or with
these scripts.
  
  Ideas?
  
  Charlie Arehart [EMAIL PROTECTED] wrote:
  

Besides the other helpful
suggestions so far, do you have debugging turned on, to
see how many records are being returned in the resultset?

More important, If the issue is
really that it's just returning 1 record, then the question could be
one of security and authorization, in SQL I mean. I'm pretty sure it's
possible to restrict people to see only the records they're authorized
to see. When you login to Enterprise Manager, do you log in with the
same account as is being used in the setup of this datasource in the CF
Admin console?

If you have no control over the
DSN setup, since you do have access to Enterprise Manager, turn on the
SQL Profiler to see what authentication is being used when the request
comes into SQL Server from CF. And do the same to watch the Query
Analyzer request you make. It may tell you where and why things are
different.

/charlie
http://www.carehart.org/blog/



 From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jeff
Howard
Sent: Tuesday, October 03, 2006 12:32 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] Issue with return from cfquery


Does anyone know what could be causing the following issue:


I have a very simple query:

CFQUERY name="getIDs" datasource="sysmods"
 SELECT ID
 FROM test
/CFQUERY

The DB has 1 column named ID and 10 rows numbered 1-10. I
built this table to try and figure out what is happening to a more
complex table that is having the same issue.

When I run this in a browser it is only returning the first
record. When I copy and paste the query into Enterprise Manager and
Query Analyzerand it returns all 10 rows.

The script I was running when this problem first surface ran
fine several times this morning and all of a sudden it quit working.
It was returning all records from the table and then I ran it again and
this problem popped up. I couldn't figure out what was happening so I
built a little test table and test script and I'm getting the same
problems. This makes me believe it is a CF problem and not a SQL
Server problem.

Any ideas?

From what I've gathered since joining a few months ago,
someone always knows the answer in this group.

Thanks,
Jeff Howard

 Do you Yahoo!?
Everyone is raving about the all-new
Yahoo! Mail. 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 
- 
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform


For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by FusionLink 
- 
  
  
   
  Get your own web
address for just $1.99/1st yr. We'll help. Yahoo!
Small Business.
  
-
  
To unsubscribe from this list, manage your profile @ 
  http://www.acfug.org?fa=login.edituserform
  
  
For more info, see http://www.acfug.org/mailinglists
  
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
  
List hosted by FusionLink
  
-






-
To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by FusionLink
-