Re: PHP To Cold Fusion

2015-01-16 Thread Michael Dinowitz

2. The epoch is GMT and using the ColdFusion now() function returns local
time, not GMT. This is a more accurate epoch value:
left(GetTickCount(), 10)


On Fri, Jan 16, 2015 at 1:04 PM, Jon Clausen jon_clau...@silowebworks.com
wrote:


 1)  No, that won’t work. toBase64(hash('testing', SHA-256)) gets you
 close but hash_hmac is a very specific PHP function in what it does. Is
 there a way you can use a different method to generate that signature or
 are you trying to maintain backward compatibility?

 Alternately, here’s a UDF designed to emulate that function:

 http://www.isummation.com/blog/calculate-hmac-sha256-digest-using-user-defined-function-in-coldfusion/


 2)  No, time() in PHP returns a unix timestamp.  You want:

 DateDiff(s, CreateDate(1970,1,1), Now())


  On Jan 16, 2015, at 9:39 AM, Robert Harrison rharri...@aimg.com wrote:
 
 
  I have an API I need to work with. No problem converting most to
 ColdFusion,
  but two strings I'm unsure of:
 
 
 
  1.   The PHP encode format is:
 
 
 
  $signature = base64_encode(hash_hmac('sha256', $mystring, true));
 
 
 
  I think in CF the equivalent would be:
 
 
 
 cfset signature=hash(mystring, SHA-256,
  Base64)
 
 
 
  2.   The other part is :
 
 
 
  $ts=time();
 
 
 
 Not sure what format the above outputs.  Could it be the
  same as:
 
 
 
 cfset ts=now()
 
 
 
  Any thoughts?
 
 
 
  Thanks
 
 
 
 
 
 
 
  Robert Harrison
  Full Stack Developer
  AIMG
  mailto:rharri...@aimg.com rharri...@aimg.com
  Main Office: 704-321-1234 ext.121
  Direct Line: 516-302-4345
  http://www.aimg.com/ www.aimg.com
 
 
 
 
 
 
 
 
 
 

 

~|
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:359982
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Broadridge Financial

2015-01-10 Thread Michael Dinowitz

I'm looking at a position with Broadridge Financial out in Deer Park, NY
and was wondering if anyone here has had any experience with them? If so,
please email me off list.

Thanks
Michael


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


Re: First Data Global Gateway e4 sample code

2014-09-23 Thread Michael Dinowitz

Thanks for the API reference but it's already in my compiled notes. The
issue is that there are a number of examples in other languages but nothing
current in CF. Someone mentioned to me about a problem in CF9 and
firstdata's SSL gateway, but I need more information on that.

As a follow-up, here's a section of my compiled notes that covers the
various sample code locations that firstdata has:

/*Sample Code*/
First Data Global Gateway API Software Downloads | First Data

https://www.firstdata.com/en_us/customer-center/merchants/support/first-data-global-gateway-api-software-downloads.html
30006_bsdi.zip
30006_fbsd.zip
30006_hpux.zip
30006_linx.zip
lp-apis-win-cplusplus.zip
30012_api_perl.tar
30002_linkpoint_macromedia.zip
linkpointapi_c_net.zip
30006_api_php.zip
30006_java-1.zip
30015_windows_apicom.zip
pipelinecomponent.zip
tvc_sols_5426008-1.zip
30005_linkpoint_vbasic.zip

Macromedia® ColdFusion® Windows API Download October 7, 2008 Download ZIP –
128 KB

http://cloud1.firstdata.com/downloads/customerservice/30002_linkpoint_macromedia.zip

First Data Global Gateway e4? Knowledge Base : Sample Code
https://firstdata.zendesk.com/forums/21967521-Sample-Code

First Data Global Gateway e4? Web Service API Sample Code : Global Gateway
e4 Knowledge Base

https://firstdataclientsgge4.zendesk.com/entries/23540157-First-Data-Global-Gateway-e4-Web-Service-API-Sample-Code
C%2523NET.zip
JavaWebServiceClient.zip
perl.zip
php.zip
(note: same code as 407576 below)

First Data Global Gateway e4? Web Service API Sample Code : First Data
Global Gateway e4? Knowledge Base

https://firstdata.zendesk.com/entries/407576-First-Data-Global-Gateway-e4-Web-Service-API-Sample-Code
C#NET.zip
perl.zip
php.zip
(note: same as 23540157 above)

First Data Global Gateway e4? Web Service API Sample Code - Perl : First
Data Global Gateway e4? Knowledge Base

https://firstdata.zendesk.com/entries/407569-First-Data-Global-Gateway-e4-Web-Service-API-Sample-Code-Perl

API Java Library : First Data Global Gateway e4? Knowledge Base
https://firstdata.zendesk.com/entries/52661587-API-Java-Library
e4api-1.0.1.zip

C# REST Sample Code For Use with v12  v13 : First Data Global Gateway e4?
Knowledge Base

https://firstdata.zendesk.com/entries/37396863-C-REST-Sample-Code-For-Use-with-v12-v13
REST.aspx.cs

Sample Code for Creating a Pay Button to use with a Hosted Payment Page :
First Data Global Gateway e4? Knowledge Base

https://firstdata.zendesk.com/entries/22033817-Sample-Code-for-Creating-a-Pay-Button-to-use-with-a-Hosted-Payment-Page
C# gge4 Hosted checkout.zip
SamplePayNowButton - PHP.zip


On Mon, Sep 22, 2014 at 8:18 PM, Casey Dougall - Uber Website Solutions 
ca...@uberwebsitesolutions.com wrote:



 https://firstdata.zendesk.com/entries/407571-First-Data-Global-Gateway-e4-Web-Service-API-Reference-Guide
 slacker
 On Sep 22, 2014 7:58 AM, Michael Dinowitz mdino...@houseoffusion.com
 wrote:

 
  I'm updating a payment gateway to the First Data e4 spec and after
 looking
  through their site, I can't find anything that looks like useful sample
  code. The one example they have for CF is from 2003. The link that looks
  like it goes to a more current sample asks me to log in.
 
 
 
 https://firstdata.zendesk.com/entries/407568-first-data-global-gateway-e4sm-web-service-api-sample-code-cold-fusion
 
  Does anyone have a login for First Data and can get me that page? I'd
 like
  to see if it has any resemblance to the code I hacked together. :)
 
  Thanks
  Michael
 
 
 

 

~|
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:359351
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Cartweaver code

2014-09-23 Thread Michael Dinowitz

I was shown an example of a firstdata implementation that was outsourced to
India and a few things grabbed my attention right away. The first was that
the hmac.cfc template that they sent was an exact copy of the code by Tim
McCarthy sans comments. The second was that the firstdata processing
template was named cw-auth-firstdata.cfm. That pattern matches the
templates used by Cartweaver for their processing code.
The last version of Cartweaver that I have in my archives is 2.0 so I was
hoping that someone with Cartweaver 4.0 could look at the auth templates
that it is using and see if the following code snippet is copied/modified
from it:
cfsilent
!--setting you need to chnage those value--
cfset settings.GatewayID = gatewayid
cfset settings.KeyID = keyid
cfset settings.hmackey = Hmack
cfset settings.GatewayPass = password
cfset settings.authurl = '
https://api.demo.globalgatewaye4.firstdata.com/transaction/v12'
!--setting--


!--senthil--

cfset expDate = tdata.cardexpm Right(tdata.cardexpy,
2)
   cfset contentType = application/json; charset=UTF-
   cfset FDuri = /transaction/v12

CFSET jsonReq = '{gateway_id:#settings.GatewayID#,
transaction_type:00, cardholder_name:#tdata.cardname#,
cc_number:#tdata.cardnumber#, amount:#tdata.paymentamount#,
password:#settings.GatewayPass#, cc_expiry:#expDate#,
reference_no:#tdata.orderid#}'

Nothing urgent or super important. I just want to see how far the
outsourced code had been copied from other places without attribution.

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:359352
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Cartweaver code

2014-09-23 Thread Michael Dinowitz

I know that there is a cw-auth-authorize.net.cfm so I assumed a small name
change on that or another template like it for a 'new'
cw-auth-firstdata.cfm. I've emailed Cartweaver and I'm hoping they'll send
me a copy of their auth code templates so I can do some more in-depth
comparisons. Again, not important but once I sink my teeth into something I
want to follow it to the end. :)

Thanks
Michael

On Tue, Sep 23, 2014 at 2:19 PM, Matt Quackenbush quackfu...@gmail.com
wrote:


 I don't see a `cw-auth-firstdata.cfm` in the CW4 code base. However, the
 code snippets you posted **are** exceptionally similar to those in CW4 auth
 files.


 

~|
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:359354
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


First Data Global Gateway e4 sample code

2014-09-22 Thread Michael Dinowitz

I'm updating a payment gateway to the First Data e4 spec and after looking
through their site, I can't find anything that looks like useful sample
code. The one example they have for CF is from 2003. The link that looks
like it goes to a more current sample asks me to log in.

https://firstdata.zendesk.com/entries/407568-first-data-global-gateway-e4sm-web-service-api-sample-code-cold-fusion

Does anyone have a login for First Data and can get me that page? I'd like
to see if it has any resemblance to the code I hacked together. :)

Thanks
Michael


~|
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:359338
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: First Data Global Gateway e4 sample code

2014-09-22 Thread Michael Dinowitz

According to zendesk, the file with the ColdFusion sample code does not
exist. I'm using php code as my sample for a ColdFusion app. Not the way
things should be.

If anyone has any First Data Global Gateway sample code that they want to
send to First Data and/or Adobe, please do so. It's embarrassing that
ColdFusion is not represented with this or any API. :(

yes, I'll submit some sample code but it'll have to wait till after the
holidays which start this week.

On Mon, Sep 22, 2014 at 7:58 AM, Michael Dinowitz 
mdino...@houseoffusion.com wrote:

 I'm updating a payment gateway to the First Data e4 spec and after looking
 through their site, I can't find anything that looks like useful sample
 code. The one example they have for CF is from 2003. The link that looks
 like it goes to a more current sample asks me to log in.


 https://firstdata.zendesk.com/entries/407568-first-data-global-gateway-e4sm-web-service-api-sample-code-cold-fusion

 Does anyone have a login for First Data and can get me that page? I'd like
 to see if it has any resemblance to the code I hacked together. :)

 Thanks
 Michael



~|
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:359346
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(Semi-OT) - site sucker app

2014-08-06 Thread Michael Dinowitz

Does anyone have a suggestion for a good application that can be pointed to
an url and then download every page under that url. For example, if I want
to view all of the Google maps documents offline I can point the app at
https://developers.google.com/maps and it'll get me all of the faq, the api
docs, etc.

Yes, I can write such an app in CF and have a dozen times over. I also know
that if I start rewriting my old apps in any way, shape, or form, I run the
risk of getting pulled into a black hole of optimization and organization
and lose track of the real project. Save me from myself and point me to
what you would use. ;)

Thanks
Michael

It is a wise man who knows his own foibles, especially if he can spell
foibles without using a spellchecker.


~|
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:359069
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Package routing and maps

2014-07-25 Thread Michael Dinowitz

I'm doing some research on routing packages using something like Google
maps. Basically, if you take a starting location, give it a few waypoints,
and an ending location, the program/api will calculate the best route for
it. The classic traveling salesman problem.
I've found a few examples but I was wondering if anyone has such a system
in place with CF and what they are using? What pitfalls have they found?
What spurred the choice for one system over another?

Thanks
Michael


~|
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:358995
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Package routing and maps

2014-07-25 Thread Michael Dinowitz

You are correct. There's Google, TMW, Webfleet, etc. What have I missed and
what have people used?


On Fri, Jul 25, 2014 at 5:35 PM, Eric Roberts 
ow...@threeravensconsulting.com wrote:


 I believe the google API has something for that.  I don't remember details,
 but that is the direction I would look.  You can then leverage java to
 access the api.

 -Original Message-
 From: Michael Dinowitz [mailto:mdino...@houseoffusion.com]
 Sent: Friday, July 25, 2014 4:08 PM
 To: cf-talk
 Subject: Package routing and maps


 I'm doing some research on routing packages using something like Google
 maps. Basically, if you take a starting location, give it a few waypoints,
 and an ending location, the program/api will calculate the best route for
 it. The classic traveling salesman problem.
 I've found a few examples but I was wondering if anyone has such a system
 in
 place with CF and what they are using? What pitfalls have they found?
 What spurred the choice for one system over another?

 Thanks
 Michael




 

~|
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:358997
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Regex help maybe

2014-07-21 Thread Michael Dinowitz

X{10,20} means that X should exist at least 10 times but no more than 20
times
[0-9] means any single number from 0 till 9
[0-9]{3} means any 3 numbers of 0-9 one after the other
[~!@#$%^*()_+] means a single character from the set of characters defined
between the brackets

Now do you want 3 numbers one after the other or that there should be 3
numbers in the string total? Can you send a few example strings or talk
about how it will be used? Also, do you want a single regex to do it all or
can be it be in 2-3 steps (easiest)?



On Mon, Jul 21, 2014 at 5:29 PM, UXB denn...@uxbinternet.com wrote:


 I am terrible at Regex's. I looked all over and am going blind.  Is there
 anyone here that can shorted my search?  I need one to test true for:

 10 to 20 Characters in length
 3 numeric characters in any order
 1 special character from basic list ~!@#$%^*()_+


 Any help is appreciated.


 Dennis Powers
 UXB Internet - A website Design and Hosting Company
 P.O. Box 6028, Wolcott, CT 06716 - T:203-879-2844
 W: http://www.uxbinternet.com
 W: http://www.ctbusinesslist.com




 

~|
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:358940
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Man swept out to sea during Sunday morning baptism

2014-03-31 Thread Michael Dinowitz

Only if he was looking for a job. Wrong list. :)


On Mon, Mar 31, 2014 at 11:16 AM, Larry C. Lyons larrycly...@gmail.comwrote:



 http://www.washingtonpost.com/news/morning-mix/wp/2014/03/31/man-swept-out-to-sea-during-sunday-morning-baptism/?tid=hp_mm

 how ironic.

 

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


Re: TEST IGNORE (2)

2013-12-03 Thread Michael Dinowitz

Sorry for the backlog deluge. The server got overwhelmed and took a bit to
get back on track. I'm going to take it down for a few hours tonight for
maintenance and upgrades.


On Tue, Dec 3, 2013 at 8:13 PM, Russ Michaels r...@michaels.me.uk wrote:


 hmm ok perhaps there is a setting for that then, I have never received
 copies of my own posts, which is the default behaviour of most list
 servers.


 On Tue, Dec 3, 2013 at 11:28 PM, John M Bliss bliss.j...@gmail.com
 wrote:

 
   you don;t get a copy of your own emails.
 
  Yes, you do. Or, at least, I did...almost one day later.
 
  I checked after each of my three sends and none of them appeared here:
  http://www.houseoffusion.com/groups/cf-talk/ until almost one day later.
 
 
  On Tue, Dec 3, 2013 at 2:58 PM, Russ Michaels r...@michaels.me.uk
 wrote:
 
  
   no, we got your email 3 times you don;t get a copy of your own
  emails.
  
  
   On Tue, Dec 3, 2013 at 11:22 AM, John M Bliss bliss.j...@gmail.com
   wrote:
  
   
Having trouble starting a new thread via email. Am I the only one?
   
   
On Wed, Nov 27, 2013 at 11:18 AM, Bryan Stevenson 
br...@electricedgesystems.com wrote:
   

 YepI think I joined in the late 90sprobably 98

 *Bryan Stevenson*B.Comm.
 President  CEO
 Electric Edge Systems Group Inc. - makers of FACTS^(TM)
 phone: 250.480.0642
 cell: 250.920.8830
 e-mail: br...@electricedgesystems.com mailto:
 br...@electricedgesystems.com
 web: www.electricedgesystems.com 
 http://www.electricedgesystems.com
  
 and www.fisheryfacts.com http://www.fisheryfacts.com


  
 

 Please consider the environment before printing this e-mail

 -CONFIDENTIALITY--
 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.
 On 13-11-27 03:28 AM, Steve 'Cutter' Blades wrote:
  No, it's been around longer than ten years. I've been lurking
  around
   in
  here since at least 2000 (if not a little earlier...)
 
  Steve 'Cutter' Blades
  Adobe Community Professional
  Adobe Certified Expert
  Advanced Macromedia ColdFusion MX 7 Developer
  
  http://cutterscrossing.com
 
 
  Co-Author Learning Ext JS 3.2 Packt Publishing 2010
 

   
  
 
 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book
 
  The best way to predict the future is to help create it
 
  On 11/27/2013 4:59 AM, Adam Cameron wrote:
  I've been monitoring it for over a year, and have been a member
  for
  about... perhaps not ten years (because I doubt it's been around
   that
 long,
  but for ages). I have just seldom had need to reply, and had
 not
 noticed
  what few replies I had made had disappeared into the ether.
 
  But I seem to have fixed the disconnect between my email address
  and
 what
  HoF thought my email address was (PEBCAK on my part).
 
  That said, yesterday's performance put me off a bit.
 
 
 
 


   
   
  
  
 
 

 

~|
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:357260
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


best portable db for ColdFusion

2013-09-24 Thread Michael Dinowitz

I'd keep 'daynotes' with me when I move from computer to computer.
Currently it's all text files but I'd like to move it to a database that I
can move with me. MS Access is an option but is there something better?
Derby? SQLite?

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:356823
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: best portable db for ColdFusion

2013-09-24 Thread Michael Dinowitz

My current government contract blocks evernote (among other things).

I'll look at thesecretweapon site a little later...when I can access
evernote...maybe. :)
Thanks


On Tue, Sep 24, 2013 at 2:44 PM, Cameron Childress camer...@gmail.comwrote:


 On Tue, Sep 24, 2013 at 2:30 PM, Michael Dinowitz wrote:

  I'd keep 'daynotes' with me when I move from computer to computer.
  Currently it's all text files but I'd like to move it to a database that
 I
  can move with me. MS Access is an option but is there something better?
  Derby? SQLite?


 Have you looked at Evernote (http://evernote.com/)?

 Syncs on all devices known to man and is very flexible. Watch this tutorial
 for some great ideas on using it along with the Getting Things Done
 methodology: http://www.thesecretweapon.org/

 ...unless I am misunderstanding what you need to use this for.

 -Cameron

 ...


 

~|
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:356825
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


docs download

2013-09-10 Thread Michael Dinowitz

I was over by the adobe site and trying to download the CF docs is close to
impossible. Does anyone know the direct addresses for the CF 10 docs?

Thanks

Michael


~|
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:356738
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: docs download

2013-09-10 Thread Michael Dinowitz

Those are the docs, but where are the download links? For that matter,
where are the previous/next buttons.
Since the CF community help air app broke I want to get a local copy of the
docs. Well, local to this machine which has restricted internet access.

Thanks though


On Tue, Sep 10, 2013 at 1:01 PM, John M Bliss bliss.j...@gmail.com wrote:


 I think here...?  https://learn.adobe.com/wiki/display/coldfusionen/Home


 On Tue, Sep 10, 2013 at 11:32 AM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:

 
  I was over by the adobe site and trying to download the CF docs is close
 to
  impossible. Does anyone know the direct addresses for the CF 10 docs?
 
  Thanks
 
  Michael
 
 
 

 

~|
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:356744
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Good jvm ram settings for 64 bit ColdFusion

2013-09-03 Thread Michael Dinowitz

Mark,

To start, the assignment of 6 gig to maxheap and 2 gig to maxperm is
working perfectly.
I'll expose my ignorance here and ask about that 80%. Is there some
inefficiency in jvm ram assignment in 64 bit in comparison to 32 bit? Is
there more overhead in ram assignment? Just wondering what's up with the
difference.

Thanks


On Mon, Sep 2, 2013 at 2:13 PM, Mark A Kruger mkru...@cfwebtools.comwrote:


 Michael,

 Rule of thumb is 80% for equivelancy. In other words, a 1.8 gig 64bit is
 equal to a 1gig 32 bit. Heap. Or you can just multiply times 2 (which is
 usually what I do). So a 6 gig heap is roughly 3 or more times the size of
 your 32bit 1 gig heap. If your server is dedicated to CF I think your 6 gig
 heap is great. Takes most of the physical memory for CF and leaves 2gs for
 the OS, monitoring etc.

 -Mark
 -Original Message-
 From: Michael Dinowitz [mailto:mdino...@houseoffusion.com]
 Sent: Monday, September 02, 2013 12:18 PM
 To: cf-talk
 Subject: Good jvm ram settings for 64 bit ColdFusion


 Does anyone have any suggestions for good workable ram settings on a 64 bit
 CF10 install on a box with 8 gig of ram? I understand I can use more than
 the standard 1 gig but has there been any work on the best settings?
 Otherwise I'm thinking to start with 6 gig maxheap and 4 gig maxperm.




 

~|
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:356695
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Good jvm ram settings for 64 bit ColdFusion

2013-09-03 Thread Michael Dinowitz

In summary - More address space at the expense of longer addresses. No 4
gig memory cap but each gig is 'worth' slightly less.


On Tue, Sep 3, 2013 at 9:08 AM, Mark A Kruger mkru...@cfwebtools.comwrote:


 Michael,

 This is out of my head so forgive me if I am off on a factual point or two
 -
 but you will get the gist of it.

 In 32 bit addressing each memory address takes up 4 bytes (4 x 8  bits)
 but a 64 bit address space is wider (as in 8 x 8 bits).  So for example, if
 you store an integer - say 14 - on a 32 bit system, it will take 4 bytes to
 do it (   1110).  Of course you might think
 h... it could actually store that in a single byte - but being that
 draconian with storage would only slow the computer down. It needs lots of
 address spaces of uniform size. Think of a post office with dozens of
 P.O. Boxes - little cubbies where mail is placed. It would not make sense
 for them to resize each box for the volume of mail. They just accept the
 fact that some boxes have 1 letter and others may have 12 or 13.

 In a 64bit address space however the address spaces are wider (by another
 32
 bits). So that 14 is going to look like    
    1110 internally. The advantage of 64bit is
 NOT in speed of addressability. They are generally faster because they are
 new gen systems with faster FSB, shorter electron paths, better L2/3 caches
 etc.  The advantage is in total addressability. The 32 bit system is
 limited
 to 2 to the 32nd power (4.2 billion add addresses) whereas 64 bit systems
 have 2 to the 64th power addresses.  The width means exponentially more
 addresses available as PO boxes for bits of things that need storing.
 When
 I say exponential I mean something like 16 exabytes of possible addressable
 space.

 So the good news is that a 64 bit system can utilize an unlimited amount of
 memory (unlimited in any practical sense at this point in our computer
 evolution). The bad news is, it takes more room to store equivalent data.

 -Mark



 Mark Kruger - CFG
 CF Webtools
 www.cfwebtools.com
 www.coldfusionmuse.com
 O: 402.932.3318
 E: mkru...@cfwebtools.com
 Skype: markakruger



 -Original Message-
 From: Michael Dinowitz [mailto:mdino...@houseoffusion.com]
 Sent: Tuesday, September 03, 2013 7:19 AM
 To: cf-talk
 Subject: Re: Good jvm ram settings for 64 bit ColdFusion


 Mark,

 To start, the assignment of 6 gig to maxheap and 2 gig to maxperm is
 working perfectly.
 I'll expose my ignorance here and ask about that 80%. Is there some
 inefficiency in jvm ram assignment in 64 bit in comparison to 32 bit? Is
 there more overhead in ram assignment? Just wondering what's up with the
 difference.

 Thanks


 On Mon, Sep 2, 2013 at 2:13 PM, Mark A Kruger mkru...@cfwebtools.com
 wrote:

 
  Michael,
 
  Rule of thumb is 80% for equivelancy. In other words, a 1.8 gig 64bit is
  equal to a 1gig 32 bit. Heap. Or you can just multiply times 2 (which is
  usually what I do). So a 6 gig heap is roughly 3 or more times the size
 of
  your 32bit 1 gig heap. If your server is dedicated to CF I think your 6
 gig
  heap is great. Takes most of the physical memory for CF and leaves 2gs
 for
  the OS, monitoring etc.
 
  -Mark
  -Original Message-
  From: Michael Dinowitz [mailto:mdino...@houseoffusion.com]
  Sent: Monday, September 02, 2013 12:18 PM
  To: cf-talk
  Subject: Good jvm ram settings for 64 bit ColdFusion
 
 
  Does anyone have any suggestions for good workable ram settings on a 64
 bit
  CF10 install on a box with 8 gig of ram? I understand I can use more than
  the standard 1 gig but has there been any work on the best settings?
  Otherwise I'm thinking to start with 6 gig maxheap and 4 gig maxperm.
 
 
 
 
 



 

~|
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:356697
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Good jvm ram settings for 64 bit ColdFusion

2013-09-03 Thread Michael Dinowitz

 Also Michael - 2gb perm size seams rather large generally speaking (unless
 you have tons of cfm/cfc files). Further if your server has 8GB of ram, and
 you are setting 6GB max heap and 2GB max perm size then you are not leaving
 any room for the OS to operate when things get full.

I thought that the perm size was a subset of the heap. From what you say
above, the perm is in addition to the heap.

I'm going to run some calculations to get a good idea of what the permsize
should be for the app and readjust.



 The perm size does not usually change much once the application is fully
 loaded and all possible logic routes have executed at least once (unless
 you have some sort of dynamic cfml generating going on) so you should be
 able to see how much you are actually using at runtime by running this
 code: http://www.petefreitag.com/item/821.cfm

 --
 Pete Freitag - Adobe Community Professional
 http://foundeo.com/ - ColdFusion Consulting  Products
 http://hackmycf.com - Is your ColdFusion Server Secure?
 http://www.youtube.com/watch?v=ubESB87vl5U - FuseGuard your CFML in 10
 minutes


 

~|
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:356701
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(ot) serv-u export and blank screen

2013-09-03 Thread Michael Dinowitz

I just upgraded an FTP install to the latest serv-u and every time I try to
export, edit, or do anything with a user, I get a grey block over the
entire screen. I either need to export the users with passwords or find
some way to access the info. A few of the accounts are used with cfftp, but
others are humans - and who knows if they remember their passwords. :)

Thanks
Michael


~|
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:356703
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Good jvm ram settings for 64 bit ColdFusion

2013-09-02 Thread Michael Dinowitz

Does anyone have any suggestions for good workable ram settings on a 64 bit
CF10 install on a box with 8 gig of ram? I understand I can use more than
the standard 1 gig but has there been any work on the best settings?
Otherwise I'm thinking to start with 6 gig maxheap and 4 gig maxperm.


~|
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:356690
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: More Mail woes with Gmail with ColdFusion

2013-08-28 Thread Michael Dinowitz

Is there a pattern to the email TO address when the problem comes up?


On Wed, Aug 28, 2013 at 7:25 PM, Andrew Scott andr...@andyscott.id.auwrote:


 Well there is no way I can be reaching the daily limit, at the most around
 50 emails a day is sent out which is a far cry from the limits that Google
 have in place. As I am now using a CNAME in the DNS for my mail server,
 that hasn't helped at all, it continues to stop sending.

 And if I am reaching my limits? How does it work for 8 months sending the
 same amount of emails a day, then just stop working!


 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+:  http://plus.google.com/113032480415921517411



 On Thu, Aug 29, 2013 at 9:15 AM, Russ Michaels r...@michaels.me.uk
 wrote:

 
  If it is only gmail that is having this issue then I would say that a
 very
  likely cause is that you are exceeding the daily sending limit.
  This is even more likely if emails are being sent through the wrong
 account
  as other customers would using up your sending limit and vice versa.
 
  Russ Michaels
  www.michaels.me.uk
  cfmldeveloper.com
  cflive.net
  cfsearch.com
  On 29 Aug 2013 00:03, Andrew Scott andr...@andyscott.id.au wrote:
 
  
   Well Hostek have come back today and stated that they will not support
  the
   use of Gmail Apps on their servers any more. As it continues to stop
   sending mail, they have no clue as to why this started happening and
 have
   given up on the problem.
  
  
  
   Regards,
   Andrew Scott
   WebSite: http://www.andyscott.id.au/
   Google+:  http://plus.google.com/113032480415921517411
  
  
  
   On Mon, Aug 26, 2013 at 10:35 PM, Russ Michaels r...@michaels.me.uk
   wrote:
  
   
that still doesn't change the fact that it should be either accepted
 or
rejected, not accepted for a while and then rejected until CF is
   restarted,
I think Andrew needs to double check that the emails are actually
  sending
when using the CNAME record.
   
   
   
On Mon, Aug 26, 2013 at 1:31 PM, Dave Watts dwa...@figleaf.com
  wrote:
   

  I can't say I have tested with CF, but in general SMTP over SSL
   should
 work
  as long as there is a valid certificate regardless of the domain,
   when
  using an email client you can choose to ignore any errors
 relating
   tot
he
  domain name.

 When you use a browser, you can ignore certificate errors too. You
 often don't have that option when using certificates from within
 programs that aren't designed for end-users. CF people wouldn't
 have
 to fiddle with the keystore if we could just ignore cert errors.

 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:356606
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Fusion Authority

2013-08-23 Thread Michael Dinowitz

Patrick,

We're currently between houses due to a failed move. This includes not
having a phone or reliable internet for the last 3 weeks. I'm calling
Judith to look into this. I'll also look into how you were able to
subscribe as we're either on hiatus or defunct, counting on if you want to
be positive or not. :)

As an aside, for the time being, the most reliable way for anyone to
contact me is at 917-400-4929.

Sorry again and we'll get to the bottom of this asap.

Michael

On Fri, Aug 23, 2013 at 9:43 AM, Patrick McGough
patrick.mcgo...@gmail.comwrote:


 Good Morning,
 I am trying to reach out to anyone that could tell me what the status of
 Fusion Authority is.  I purchased a quarterly subscription with access to
 all back issues back in June and I can't get a hold of anyone to tell me
 what the status of this is.

 I do realize that this is completely off topic, but I was hoping someone
 out there might know someone who might know someone who could help me.

 Thank you in adavnce.  I can be reached through my hotmail account at
 scruff95athotmaildotcom.

 

~|
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:356550
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Fusion Authority

2013-08-23 Thread Michael Dinowitz

I'm doing a contract at the NYC Human Resources Administration at the
moment. I can get mail but not much else. And getting mail crashes my
machine.
On a positive note, I've got a number of nice regex patterns to clean up
and upgrade a whole site at once. Once I find a new apartment and can get
my main computer plugged in (and maybe repaired) I'll have to write a
Fusion Authority article on them.

On Fri, Aug 23, 2013 at 11:43 AM, Russ Michaels r...@michaels.me.uk wrote:


 lol, yet you get lists posts Michael ?


 On Fri, Aug 23, 2013 at 2:57 PM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:

 
  Patrick,
 
  We're currently between houses due to a failed move. This includes not
  having a phone or reliable internet for the last 3 weeks. I'm calling
  Judith to look into this. I'll also look into how you were able to
  subscribe as we're either on hiatus or defunct, counting on if you want
 to
  be positive or not. :)
 
  As an aside, for the time being, the most reliable way for anyone to
  contact me is at 917-400-4929.
 
  Sorry again and we'll get to the bottom of this asap.
 
  Michael
 
  On Fri, Aug 23, 2013 at 9:43 AM, Patrick McGough
  patrick.mcgo...@gmail.comwrote:
 
  
   Good Morning,
   I am trying to reach out to anyone that could tell me what the status
 of
   Fusion Authority is.  I purchased a quarterly subscription with access
 to
   all back issues back in June and I can't get a hold of anyone to tell
 me
   what the status of this is.
  
   I do realize that this is completely off topic, but I was hoping
 someone
   out there might know someone who might know someone who could help me.
  
   Thank you in adavnce.  I can be reached through my hotmail account at
   scruff95athotmaildotcom.
  
  
 
 

 

~|
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:356552
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Adobe help viewer for ColdFusion broken

2013-07-02 Thread Michael Dinowitz

There was an air application that allowed me to view the ColdFusion docs,
search them locally, etc. I tried to open it today and it failed. I updated
air and the app and now I get the Adobe Help Manager which says it has the
docs but gives me no way to view them.

Does anyone know of a fix to allow me to view the various CF docs locally
without having to use a PDF? Can the CF docs be added to the Adobe Help
Viewer 2? (a different app)

If there is no fix then can someone explain to me what the Adobe Help
Manager actually does/is used for? If it's junk I'll delete it.

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:356105
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: assess/

2013-07-02 Thread Michael Dinowitz

Can we kill this thread?

Thanks


On Tue, Jul 2, 2013 at 7:49 PM, Revolution h...@internetemail.info wrote:


 I think he's referring to all you guys
 but definitely not me ;)


 On Jul 2, 2013, at 11:06 AM, Mark A Kruger mkru...@cfwebtools.com wrote:

 
  Is this a request for analysis or is he calling us a peculiar (and
  misspelled) name?
 
  -Original Message-
  From: Matthew Friedman [mailto:m...@hozgroup.com]
  Sent: Tuesday, July 02, 2013 8:34 AM
  To: cf-talk
  Subject: assess/
 
 
  A
  Sent from my iPhone
 
 
 
 

 

~|
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:356115
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Adobe help viewer for ColdFusion broken

2013-07-02 Thread Michael Dinowitz

The older help viewer gave more than just standard docs and I used it while
using builder.

As for Homesite, it still loads and runs faster than CF Builder and has
more features than any of the 'super' notepads like sublime text. I use CF
Builder all the time but when I want to hack a fast parser or the like,
Homesite is just more efficient for me.



On Tue, Jul 2, 2013 at 10:31 PM, Casey Dougall - Uber Website Solutions 
ca...@uberwebsitesolutions.com wrote:


 On Tue, Jul 2, 2013 at 2:45 PM, Michael Dinowitz 
 mdino...@houseoffusion.com
  wrote:

  Does anyone know of a fix to allow me to view the various CF docs locally
  without having to use a PDF? Can the CF docs be added to the Adobe Help
  Viewer 2? (a different app)
 


 coldfusion builder...

 Stop using hostsite Michael...


 

~|
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:356117
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: NY Area Recruiters

2013-04-29 Thread Michael Dinowitz

Please limit job request posts to the cf-jobs list (which you have already
posted to).

Thanks

--
Michael Dinowitz


On Mon, Apr 29, 2013 at 4:44 PM, cfprogram...@mail.com wrote:


 Any recruiters working with ColdFusion programmers in the NY City / Long
 Island area who are interested in working with a highly experienced CF
 programmer, please reply to this email address with your contact
 information. Thanks, CFProgrammer


 

~|
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:355621
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


eclipse 422 with cfeclipse vs coldfusion builder express

2013-04-23 Thread Michael Dinowitz

I'm still weighing everything for a move to the 64 bit version of eclipse
on a clients remote box. I can go with eclipse 4.2.2 running cfeclipse or
eclipse 3.7.2 running cfbuilder express (the free version).

From what I know, there is little difference between cfeclipse and
cfbuilder express which means the only real difference would be in the
version of eclipse I'd using. Any additional feedback from people 'in the
know'?

Thanks

Oh, and while I'm at it I may be moving from subversion to git.


~|
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:355573
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ColdFusion Builder standalone vs. plugin

2013-04-08 Thread Michael Dinowitz

Is there any real operational differences between the two different 
implementations of CF Builder? Is there some feature in one but not the other? 
And to take the question a step further, if someone is running a non-licensed 
version of builder, will they find more features missing from one 
implementation of builder or the other?

In the past I installed builder as a plugin and almost none of the CF features 
would work. It's was an older version so I'm hoping that it is no longer the 
case (I probably messed up anyway).

Thanks for your insights and observations on this.

Michael


~|
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:355306
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


full file information

2013-02-26 Thread Michael Dinowitz

I've played with cfdirectory and cffile as well as their functional
equivalents but none of them give me 'all' of the information available
about a file. It'll give me the lastmodified date but not the created or
accessed dates. Does anyone know of a cfx, java object, or something else
that will get me all of the data available from a file?

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:354694
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: full file information

2013-02-26 Thread Michael Dinowitz

Only returns Lastmodified, not created or lastaccessed.

On Tue, Feb 26, 2013 at 6:59 AM, Raymond Camden raymondcam...@gmail.comwrote:


 getFileInfo()



 On Tue, Feb 26, 2013 at 5:57 AM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:

 
  I've played with cfdirectory and cffile as well as their functional
  equivalents but none of them give me 'all' of the information available
  about a file. It'll give me the lastmodified date but not the created or
  accessed dates. Does anyone know of a cfx, java object, or something else
  that will get me all of the data available from a file?
 
  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:354696
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: list status

2012-12-03 Thread Michael Dinowitz

I'll look at both the password mechanism as well as unsubscribe you.


On Mon, Dec 3, 2012 at 11:43 AM, Dan Baughman dan.baugh...@gmail.comwrote:


 Hey guys,

 This list has served me well for a number of years but I'd like to
 unsubscribe... you can't unsubscribe without signing into the
 houseoffusion site and the forgot password functionality is not working.

 Does anyone know how to unsub from 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:353358
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: updating java / JDK with CF9

2012-07-22 Thread Michael Dinowitz

I'm using the latest release without any problems.



On Sun, Jul 22, 2012 at 7:51 PM, Nick Gleason n.glea...@citysoft.comwrote:


 Hi folks,

 A question about what is considered the appropriate version of Java for use
 with CF 9.

 As I understand it _24 is the last version officially suggested by Adobe.
 But that is susceptible to this exploit:

 http://www.oracle.com/technetwork/topics/security/javacpujun2012-1515912.htm
 l

 So, have people had success with more recent versions?  Or has Adobe
 suggested any more recent versions specifically?

 Thanks,

 Nick







 

~|
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:351943
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Replace Question

2012-06-27 Thread Michael Dinowitz

This is a case for Regular Expressions (RegEx):

REReplaceNoCase(answer, '(#search_string#)', 'span
class=keyword\1/span', 'all')#

1. Search the content of the variable answer
2. Look for the content of the variable search_string
2a. Because parenthesis are being used and we're doing RegEx, the matched
text will be 'captured' for later use. The parenthesis are special
characters, not part of what is being matched.
3. Replace the matched content with: span class=keyword\1/span
3a. take the captured text from the match and place it within the span
block in place of the \1

\1 will contain the exact text matched with whatever case it had rather
than the case of the search_string


On Wed, Jun 27, 2012 at 2:25 PM, Robert Harrison rob...@austin-williams.com
 wrote:


 I have a search results pages and I'd like to highlight the search term to
 show the matches. Of course, search is not case sensitive.

 On the results I can do something like:

ReplaceNoCase(answer, search_string,span
 class=keyword#search_string#/span,all)#

 This puts a nice little highlight around the search term and makes it easy
 to see in the results, but it may change the case.  For example, if I
 search for mick jagger and it finds Mick Jagger, my answer come out
 like:

... and a mick jagger was guy with big lips who dreamed of being
 a Beatle...

 Is there a way I could do the replace to highlight the result and NOT
 change the case?

 Thanks,
 Robert

 Robert Harrison
 Director of Interactive Services

 Austin  Williams
 Advertising I Branding I Digital I Direct
 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
 T 631.231.6600 X 119   F 631.434.7022
 http://www.austin-williams.com

 Blog:  http://www.austin-williams.com/blog
 Twitter:  http://www.twitter.com/austin_

 

~|
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:351740
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Replace Question

2012-06-27 Thread Michael Dinowitz

On Wed, Jun 27, 2012 at 2:51 PM, Robert Harrison rob...@austin-williams.com
 wrote:


  # REReplaceNoCase(answer, '(#search_string#)', 'span
 class=keyword\1/span', 'all')#

 Nice. Works perfectly. Thank You...

 just waiting for someone to complain about the nested ##'s though LOL :-)


'('  search_string  ')'

I drop all attempts at being anal about #s when I'm working with RegEx.
RegEx is anal enough.


~|
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:351743
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Regex... I'm horrible at regex

2012-05-31 Thread Michael Dinowitz

So you want the XXX in the following?
td width=60%Total Impressions/td
td width=5%XXX/td
td width=35%Impressions/td

What you want is
td width=5%(.*?)/td

(.*?) = capture any character, zero or more times, but only as many as
needed until the next part of the expression.
This will capture everything until a closing /td. I did it this way
just in case there is a value in it with brackets. If its only going
to be numbers then ([0-9]+) will work.

If this is not exactly what your looking for, please give some more
details and I'll craft something better.

On Thu, May 31, 2012 at 4:10 PM, Roger Anthony d...@anthony2.net wrote:

 I'm trying to pull total impressions from the administration screens on a 
 Xerox printer but for the life of me can't seem to get the regex right. I'm 
 thinking the Less Than and Greater Than signs are what's tripping me up, but 
 as frustrated as I am at the moment I can't tell you for sure.

 So, without further ado.. how the heck would you parse the filecontent to 
 look for the variable value that is 113067 below?  Thanks in advance!

 td width=60%Total Impressions/td
 td width=5%113067/td
 td width=35%Impressions/td

 

~|
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:351389
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CFHIGHCHARTS

2012-05-21 Thread Michael Dinowitz

I was looking around for CF integration with the highcharts graphing
package and I found a reference to CFHIGHCHARTS on a Railo page. The
page that it references fails and there is no link to any download for
such a tag/component/etc. Does anyone know anything about this?

Thanks


For those wondering, I'm implementing non-flash graphing for some
statistical data. html5/jquery/ajax/whatever results. If someone knows
something better, please let me know.

Thanks again

~|
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:351271
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHIGHCHARTS

2012-05-21 Thread Michael Dinowitz

Ah, I thought it was a custom tag that would be available outside of
the core Railo.

Thanks

On Mon, May 21, 2012 at 12:21 PM, Matt Quackenbush quackfu...@gmail.com wrote:

 Railo 4.0 will have cfhighchart. I'm unaware of its availability in 3.x,
 though. Railo 4 public beta will be available in June, per announcement
 made at cf.Objective().


 On Mon, May 21, 2012 at 11:10 AM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:


 I was looking around for CF integration with the highcharts graphing
 package and I found a reference to CFHIGHCHARTS on a Railo page. The
 page that it references fails and there is no link to any download for
 such a tag/component/etc. Does anyone know anything about this?

 Thanks


 For those wondering, I'm implementing non-flash graphing for some
 statistical data. html5/jquery/ajax/whatever results. If someone knows
 something better, please let me know.

 Thanks again



 

~|
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:351274
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Michael Dinowitz

blogging is not marketing, at least not corporate marketing.

On Tue, May 15, 2012 at 6:00 PM, Andrew Scott andr...@andyscott.id.au wrote:

 Actually Adobe did announce it via their blogs, even Ray Camden blogged
 about it.

 http://blogs.coldfusion.com/post.cfm/adobe-coldfusion-10-is-now-available

 --
 Regards,
 Andrew Scott
 WebSite: http://www.andyscott.id.au/
 Google+: http://plus.google.com/108193156965451149543



 On Wed, May 16, 2012 at 7:20 AM, Eric Roberts 
 ow...@threeravensconsulting.com wrote:


 Yeah...someone needs to go and smack the Adobe marketing department around
 a
 bit...If it wasn't for this, none of us would have even known about it.

 -Original Message-
 From: Tim Claremont [mailto:timothy.clarem...@viahealth.org]
 Sent: Tuesday, May 15, 2012 3:14 PM
 To: cf-talk
 Subject: Re: Holy sweet mother of Jeremy Allaire...


 And not one mention of it (or any other CF version for that matter) on the
 Adobe.com home page. Way to promote, Adobe.





 

~|
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:351215
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Can I ask why this place has been taken over by Brian Thornton aka CFDeveloper

2012-04-11 Thread Michael Dinowitz

The list rules were once a week for a job but once every 3 days should
be ok. I'm going to email the various people who have been posting
daily and put something on the site about it. Eventually I'll have a
job posting form rather than allow 'free form' posts. More work but
cleaner posts.


On Wed, Apr 11, 2012 at 3:47 PM, Cameron Childress camer...@gmail.com wrote:

 If I were to make a recommendation it would be to batch the CFDeveloper
 jobs postings as a daily digest.  I also have noticed a recruiter or two
 (Lina Danes/Pramod Dubey) posting the exact same job over and over daily.
 It wouldn't suck for them to stop doing that too...

 -Cameron

 On Wed, Apr 11, 2012 at 3:35 PM, Larry C. Lyons larrycly...@gmail.comwrote:

 These are legitimate jobs however. It appears that Brian has written
 an app that goes through Craigslist looking for CF related jobs. That
 would be a community service if you ask me.

 BTW jerry, lets keep this confined to cf-jobs-talk and not clutter up
 cf-jobs.

 regards,

 larry


 ...


 

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


Updating ColdFusion's java version

2012-03-12 Thread Michael Dinowitz

I've had no problem updating ColdFusion to Java6.31 but I was warning
in the past against upgrading to Java7. Has anyone tried it?

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:350365
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Remove all CF comments

2012-02-28 Thread Michael Dinowitz

The realistic problem that you'll find in this is nested comments. You
can't just delete anything between !--- and --- as you don't know
what is actually within that range. I use a regex that tests for how
deep the comments in an application goes. Then I use another set to
remove nested blocks from the most nested to the least.
My preference for this is powergrep but you can use grepwin as well.
I'll have to write up an article on the specific regex and its usage.
It's not a simple one and needs explanation both in concept and
execution.

But this is not a single, simple, program approach which can be used
without any oversight. It can be but I've never had to make it so and
I don't know anyone who has.

Sorry


On Tue, Feb 28, 2012 at 7:57 AM, Chad Baloga cbal...@gmail.com wrote:

 Are there any programs out there that will remove all CF comments from your 
 code??

 

~|
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:350136
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


how deeply nested are your code comments?

2012-02-28 Thread Michael Dinowitz

I know that we all remove unused code and don't comment it out. I know
we all use best practices in commenting code.
Lets assume you were working on someone elses application that did not
do these things and had comments in their code comments. How deeply
nested have you seen comments on average?
Have you seen comments on code which has in turn been commented out
leaving the comments as the second level nested rather than the first?
Worse?

~|
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:350137
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Show me some CF Photos

2012-02-28 Thread Michael Dinowitz

A section of the site that has not been touched in ages and has a
broken control or two. Looks like something to be fixed right after my
nested comments removal article.
Fun


On Tue, Feb 28, 2012 at 8:12 PM, Brian Thornton br...@cfdeveloper.com wrote:

 Back in the day (it was a tuesday i think) Mike and Judith had the
 idea to let us HOF users upload a photo of our fugly mug selfs...

 I thought this would be a reminder that all should feel welcome to do
 so at http://www.houseoffusion.com/users/

 

~|
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:350153
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF code mapper

2012-02-16 Thread Michael Dinowitz

Homesite. :)

On Thu, Feb 16, 2012 at 10:28 AM, DURETTE, STEVEN J sd1...@att.com wrote:

 Just wondering, what program is it that maps out the cfincludes?

 Steve

 On Wed, Feb 15, 2012 at 7:12 PM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:


 I'm tracing some code by hand and I'm wondering if there is a better
 way. There is an app that will allow you to point to a template and
 document all of the template's cfincludes, all of the cfincludes in
 the included templates, and so on. It does not do the same for
 cfmodules, cfcomponent calls, cfx tags, etc. Is there an app which
 will do this?

 I know that such an app can easily be written but I'd rather not
 reinvent the wheel if I can help 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:349920
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF code mapper

2012-02-16 Thread Michael Dinowitz

As soon as I get home tonight I'm going to download it and see what it
can do. If it can do what you say to ColdFusion code then it's the
next thing on my shopping list. It might be pushed to the top of the
list based on that open source deal they have. I've got a sweet
project that I have not announced yet that could fit the bill.


On Thu, Feb 16, 2012 at 12:41 PM, Rick Mason rhma...@gmail.com wrote:

 Michael,

 I attend a meeting last night of the local actionscript users group and the
 speaker was from JetBrains.  Although he was showing off their IDE for Flex
 they just added CF support.

 He showed a new feature of their ultimate edition that inspects your code
 and creates a UML diagram of it.

 http://www.jetbrains.com/idea/webhelp/uml.html

 Looked to be an extremely interesting IDE and since they have a free 30 day
 trial it might be worth giving it a try.

 Couple of other things I saw it do that were kind of unique:
 1. It will scan your code and locate variables declared and never used
 2. Find missing var's in your code
 3. When you define a color in your code it graphically shows up in the
 gutter
 4. Actually make suggestions how your code can be rewritten to make it more
 efficient.

 Though the presenter never showed any CF code last night in his examples it
 was a pretty impressive presentation.

 Rick




 On Thu, Feb 16, 2012 at 10:21 AM, Cameron Childress camer...@gmail.comwrote:


 I haven't seen this, though I would say that it sounds like something
 FusionReactor could do if it was a feature they chose to build.  Might
 check with them.

 -Cameron

 On Wed, Feb 15, 2012 at 7:12 PM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:

 
  I'm tracing some code by hand and I'm wondering if there is a better
  way. There is an app that will allow you to point to a template and
  document all of the template's cfincludes, all of the cfincludes in
  the included templates, and so on. It does not do the same for
  cfmodules, cfcomponent calls, cfx tags, etc. Is there an app which
  will do this?
 
  I know that such an app can easily be written but I'd rather not
  reinvent the wheel if I can help 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:349921
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF code mapper

2012-02-15 Thread Michael Dinowitz

I'm tracing some code by hand and I'm wondering if there is a better
way. There is an app that will allow you to point to a template and
document all of the template's cfincludes, all of the cfincludes in
the included templates, and so on. It does not do the same for
cfmodules, cfcomponent calls, cfx tags, etc. Is there an app which
will do this?

I know that such an app can easily be written but I'd rather not
reinvent the wheel if I can help it.

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:349906
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


list of running cfthreads

2011-12-29 Thread Michael Dinowitz

Is there a way to view the threads created with cfthread. How many are
in the queue, how long they've been waiting, etc.

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:349256
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


really strange session timeout

2011-08-24 Thread Michael Dinowitz

I've got an application.cfc that is showing a really strange
sessiontimeout. I have the following line between the cfcomponent tag
and the first cffunction (as most people do):
this.sessionTimeout = createTimeSpan(0,0,1,0)

Now that should set the session timeout to 1 minute with the variable
holding a value of 0.0006944. The problem is, the above code
gives me a value of 60 instead. If I put the same code into the
onrequeststart method, it gives me the proper value. Am I missing
something? I've never seen this before.

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:346996
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


turn on debug checkbox not working

2011-08-16 Thread Michael Dinowitz

I'm in the CF admin of a newly installed CF9 box and every time I try
to turn on debugging, the checkbox doesn't 'save'. I check it, hit
submit, and the reloaded page shows the checkbox as blank. In
addition, any change to any of the options on the page fails. I'm
thinking that there is a setting in an xml file that totally disables
all debugging, including the debug option page.
Has anyone heard of such a thing? Other ideas?

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:346796
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: turn on debug checkbox not working

2011-08-16 Thread Michael Dinowitz

Both IE and Firefox



On Tue, Aug 16, 2011 at 4:27 PM, Bryan Stevenson
br...@electricedgesystems.com wrote:

 I've seen FF hang on to form entries when reloading a pagewouldn't
 expect the same after  a form post, but just a not where you'd look
 first stuff to think about ;-

~|
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:346800
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


overriding output=false in a cfcomponent or cffunction

2011-07-01 Thread Michael Dinowitz

Lets say I have a cffunction tag using output=false and I'm using a
cftry/cfcatch within the function to handle an error. With output set to
false, I can't display an error message or dump any vars. Does anyone know
of a way to disable the output=false dynamically?

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:346043
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


(ot) cfeclipse and indigo

2011-06-30 Thread Michael Dinowitz

Eclipse Indigo (3.7) has been released and I was wondering if anyone has
tried either cfeclipse or cfbuilder on it? I'm using cfbuilder at home but
at one client I'm on cfeclipse and I'm wondering if upgrading would be
useful. Any thoughts?

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:345989
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Awful quiet today...did I forget a holiday?

2011-06-03 Thread Michael Dinowitz

People are waiting with baited breath for me to get the House of Fusion site
back up. There's still a problem or two, but the main site is up.

On Fri, Jun 3, 2011 at 1:44 PM, Carl Von Stetten vonner.li...@vonner.netwrote:


 Just checking, since I've seen no messages today... =-O

 

~|
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:345053
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Awful quiet today...did I forget a holiday?

2011-06-03 Thread Michael Dinowitz

When you hear some of the problems I've had to face your faith may waver.
The House of Fusion site has code on it going back almost 16 years and was
running on ColdFusion 8. The new box (thanks to Greg at AHP Hosting) is a
64 bit CF9 machine. This means that certain problems crept up.
Components that have a variable named local will blow up (unless that
'local' variable contained a structure).
Components that have uncommented text before the cfcomponent tag may cause
the component to fail.
The 'trick' that allows an application.cfc in a subdirectory to extend an
application.cfc in the root of a site now fails
The general problem of getting old access Dbs to work in a 64 bit
environment (rather easy but time consuming)
A whole litany of bad files in places they should not be such as mdb files
in a web path
username/passwords to email and ftp accounts in the site code
and that's not taking into account the actual code scans.

The site's up, it looks good and unless someone points out a problem then
I'm going to devote the rest of my time today to an EMR that is due Monday.
If someone does see a problem, please let me know. Yes Sean, I know the UI
in general is a problem. :)

On Fri, Jun 3, 2011 at 2:39 PM, Mark A. Kruger mkru...@cfwebtools.comwrote:


 Michael,

 Actually we all had great faith in you :)

 -Mark

 -Original Message-
 From: Michael Dinowitz [mailto:mdino...@houseoffusion.com]
 Sent: Friday, June 03, 2011 1:29 PM
 To: cf-talk
 Subject: Re: Awful quiet today...did I forget a holiday?


 People are waiting with baited breath for me to get the House of Fusion
 site
 back up. There's still a problem or two, but the main site is up.

 On Fri, Jun 3, 2011 at 1:44 PM, Carl Von Stetten
 vonner.li...@vonner.netwrote:

 
  Just checking, since I've seen no messages today... =-O
 
 



 

~|
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:345056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HouseOfFusion.com down?

2011-05-27 Thread Michael Dinowitz

Multiple IPs out of China. The sites will be going live today as soon as I
get back from a meeting.
I'll write up a description of what I did for a code review after Clark's
wedding. A few regex to find form uploads, cffile write/uploads, etc.


On Fri, May 27, 2011 at 10:45 AM, Al Musella, DPM muse...@virtualtrials.com
 wrote:


 He knows the IP address of the offender.. why not set up a firewall
 to block all traffic from that entire subnet?  If there is no
 firewall, windows server can also block ip ranges



 Michael has said (repeatedly!) that he won't bring the site back
 online until he's sure the loopholes are closed and the Chinese hacker
 can't wreck things again...
 
 On Thu, May 26, 2011 at 10:43 AM, Rick Faircloth
 r...@whitestonemedia.com wrote:
   I know this was discussed yesterday...



~|
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:344955
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: down?

2011-05-25 Thread Michael Dinowitz

I'm holding off turning the site back on until I finish a code review. I
want to make sure that there are no unexpected holes.



On Wed, May 25, 2011 at 3:27 PM, Michael Muller mich...@mullertech.comwrote:


 Is the website down?

 MM


 
 Michael Muller
 cell (413) 320-5336
 http://MontagueWebWorks.com
 ** Powered by ROCKETFUSION **

 Information is not knowledge
 Knowledge is not wisdom

 Eschew Obfuscation



 

~|
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:344896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: down?

2011-05-25 Thread Michael Dinowitz

I'm going to ask about a license soon but I still want to do some code
checking. Better safe than sorry.

On Wed, May 25, 2011 at 5:34 PM, Jordan Michaels jor...@viviotech.netwrote:


 Maybe this has already been mentioned and I just didn't see it, but have
 you considered using something like FuseGuard?

 http://foundeo.com/security/

 I suggest it because we had a client who was running on some old CF code
 (without cfqueryparam's) and they were getting SQL injected frequently.
 Instead of rewriting every query to use CFQUERYPARAM for every
 variable (the site was rather large) we installed FuseGuard and saved a
 LOT of time.

 Not only did it block the attacks without a major rewrite, it also
 provided a lot of information about what attack vectors the bad guys
 were using. It was very useful and well worth the cost.

 Just trying to be helpful. ;)

 Warm regards,
 Jordan Michaels
 Vivio Technologies
 http://www.viviotech.net/
 509.593.4207 x 1001

 On 05/25/2011 12:42 PM, Michael Dinowitz wrote:
 
  I'm holding off turning the site back on until I finish a code review. I
  want to make sure that there are no unexpected holes.
 
 
 
  On Wed, May 25, 2011 at 3:27 PM, Michael Mullermich...@mullertech.com
 wrote:
 
 
  Is the website down?
 
  MM
 
 
  
  Michael Muller
  cell (413) 320-5336
  http://MontagueWebWorks.com
  ** Powered by ROCKETFUSION **
 
  Information is not knowledge
  Knowledge is not wisdom
 
  Eschew Obfuscation
 
 
 
 
 
 

 

~|
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:344900
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HOF Site

2011-05-24 Thread Michael Dinowitz

I appreciate the offer. The last piece before going back live is a full code
review for holes. Not a hard thing to do with some regex and powergrep but
time consuming and time is money. :(


On Mon, May 23, 2011 at 12:50 PM, Mark Drew mark.d...@gmail.com wrote:


 I have an image of Greg, with baseball bat and a mean look.

 Good luck mate, any help required? just ask!

 MD



~|
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:344866
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HOF Site

2011-05-23 Thread Michael Dinowitz

I have an IP or two and I KNOW that Google has his information as
they've been paying him adsense revenue. Unfortunately, they will not
give that information out. I'm wondering what they need to get access
to the information. Lawyer letter? Court order? FBI warrant?

As you can probably see, the site is down again and he's asking to get
on my domain account so he can get his adsense account back. Like I'm
going to trust him with his behavior.

On 5/20/11, Raymond Camden rcam...@gmail.com wrote:

 You know it's a guy - got a name?

 On Fri, May 20, 2011 at 4:57 PM, Michael Dinowitz
 mdino...@houseoffusion.com wrote:

 Yes and no. It's the same guy who used the hole in Galleon to hack into
 HoF
 and Forta.com last year. At least he's using the same code. I found
 pieces
 of it in files around the site, though he didn't get access through CF
 this
 time (that I could see).

 While I have his adsense ID, Google will not give me any information as
 to
 who he is, where, or anything else. I do know that the IP used to run
 some
 of the scripts traces to China and his communications with me are
 definitely
 the result of a translation program. If I dedicated the time to it I
 could
 get a better idea of who he is and what else he's done but it's currently
 not worth the time and effort on my part.

 Now if someone wants to sponsor me to investigate further... :)



 

~|
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:344833
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HOF Site

2011-05-23 Thread Michael Dinowitz

Have I reported a guy from China to the police? No.
Was I afraid that he would do more damage in retaliation? Yes.
Am I still afraid? Yes, but I'm more angry than afraid so he's in trouble
now.
What am I going to do? First I'm going to get all of the information I can
from others who have been effected by him in the past. Then I'm going to
provide that and my own information to the FBI cyber crimes division and to
Google. This includes his Google adsense account number. Google's already
pulled his adsense account but there may be more they can do as they have a
presence in China. If there's a way to prosecute him, I'm all for it.
If anyone has contacts at the FBI, at Google, or in China, especially in the
government and/or police, please contact me off list. I'd love to get
someone over there to get this guy.
If anyone has any other suggestions, please let me know.

Thanks

On Mon, May 23, 2011 at 7:45 AM, Jenny Gavin-Wear 
jenn...@fasttrackonline.co.uk wrote:


 Have you reported this to the police?

 -Original Message-
 From: Michael Dinowitz [mailto:mdino...@houseoffusion.com]
 Sent: 23 May 2011 09:24
 To: cf-talk
 Subject: Re: HOF Site
 
 
 
 I have an IP or two and I KNOW that Google has his information as
 they've been paying him adsense revenue. Unfortunately, they will not
 give that information out. I'm wondering what they need to get access
 to the information. Lawyer letter? Court order? FBI warrant?
 
 As you can probably see, the site is down again and he's asking to get
 on my domain account so he can get his adsense account back. Like I'm
 going to trust him with his behavior.
 
 On 5/20/11, Raymond Camden rcam...@gmail.com wrote:
 
  You know it's a guy - got a name?
 
  On Fri, May 20, 2011 at 4:57 PM, Michael Dinowitz
  mdino...@houseoffusion.com wrote:
 
  Yes and no. It's the same guy who used the hole in Galleon to hack
 into
  HoF
  and Forta.com last year. At least he's using the same code. I found
  pieces
  of it in files around the site, though he didn't get access through CF
  this
  time (that I could see).
 
  While I have his adsense ID, Google will not give me any information
 as
  to
  who he is, where, or anything else. I do know that the IP used to run
  some
  of the scripts traces to China and his communications with me are
  definitely
  the result of a translation program. If I dedicated the time to it I
  could
  get a better idea of who he is and what else he's done but
 it's currently
  not worth the time and effort on my part.
 
  Now if someone wants to sponsor me to investigate further... :)
 
 
 
 
 
 

 

~|
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:344838
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HOF Site

2011-05-23 Thread Michael Dinowitz

I've been moving the site(s) to a new server but he keeps messing with the
current machine as I move things. Add to that a really important project
that has to take precedence...
I should have the site back up in an hour or two. Greg is going down there
now to physically deal with this.


On Mon, May 23, 2011 at 11:46 AM, Russ Michaels r...@michaels.me.uk wrote:


 Michael,

 Don't you think perhaps you should be moving your sites to a new server if
 he has access to this one and you are unable to block him?
 What if he installs some fishing, XSS or other scripts and starts to steal
 details form your users.



~|
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:344846
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HOF Site

2011-05-20 Thread Michael Dinowitz

The story is as follows:
Someone got on the box a month or two back and added their own Google
Adsense code to my pages. When I found it, I reported it to Google and
removed the code. The person who put the code there has been attacking me
again and again while asking me to get his Adsense account reinstated. He's
been on the box a few times in the last hour, stopping services, changing
pages, etc. He doesn't seem to realize that this is unacceptable behavior.


On Fri, May 20, 2011 at 11:20 AM, Steve Milburn scmilb...@gmail.com wrote:


 Just an alert to those who maintain the HOF site (Michael?) - It looks
 like it's been hacked.  Anyone else seeing something unexpected when
 view the main page?  I can navigate to directly to some other pages
 fine, but the front page (www.houseoffusion.com) has been compromised.

 Steve

 

~|
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:344765
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: HOF Site

2011-05-20 Thread Michael Dinowitz

Yes and no. It's the same guy who used the hole in Galleon to hack into HoF
and Forta.com last year. At least he's using the same code. I found pieces
of it in files around the site, though he didn't get access through CF this
time (that I could see).

While I have his adsense ID, Google will not give me any information as to
who he is, where, or anything else. I do know that the IP used to run some
of the scripts traces to China and his communications with me are definitely
the result of a translation program. If I dedicated the time to it I could
get a better idea of who he is and what else he's done but it's currently
not worth the time and effort on my part.

Now if someone wants to sponsor me to investigate further... :)


As an aside, tracing the IP that he used to access some of his scripts
landed me in China (again).

On Fri, May 20, 2011 at 1:21 PM, Michael Grant mgr...@modus.bz wrote:


 Wait... you know who this is?




 On Fri, May 20, 2011 at 11:30 AM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:

 
  The story is as follows:
  Someone got on the box a month or two back and added their own Google
  Adsense code to my pages. When I found it, I reported it to Google and
  removed the code. The person who put the code there has been attacking me
  again and again while asking me to get his Adsense account reinstated.
 He's
  been on the box a few times in the last hour, stopping services, changing
  pages, etc. He doesn't seem to realize that this is unacceptable
 behavior.
 



~|
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:344800
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Shameful

2011-05-17 Thread Michael Dinowitz

All,

1. Please try to ask questions without combative language. A polite question
gets a faster and more informative response.
2. If someone does post with combative language, please try to find the
actual question (if it exists) from within the post and address that.
3. Please avoid the urge to respond to a combative post in kind. Escalation
of an off topic war is not needed.
4. This list is for technical questions and answers. If you are looking to
debate or fight, there are other lists just waiting to fulfill your need. No
joke.

Thank you to all the list participants. It is you who help to keep this
technical list informative and on topic.

From your list owner.


~|
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:344595
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Shameful

2011-05-10 Thread Michael Dinowitz

Can you get a screen shot of what you're seeing when you try to run the
demo? If the ColdFusion pages are not being processed then the demos might
be outside the web path or something like that.


On Tue, May 10, 2011 at 8:03 PM, Irvin Gomez ir...@pixel69.com wrote:


 The Adobe Coldfusion 9 demos do not work and have not worked for who knows
 how long. I guess that's the best way to show Adobe's commitment to its
 comatose product.

 http://www.adobe.com/products/coldfusion/demos/


 

~|
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:344432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: (ot) Shameful

2011-05-10 Thread Michael Dinowitz

Just a small request to not let this thread (or others) drift to far away
from the technical nature of 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:344433
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Strange Hack... WHY?

2011-04-15 Thread Michael Dinowitz

The first thing that comes to mind it stealing your potential clients. They
come to the site and get someone else on your rep. The second thing is much
like the first but involves some sort of scam. The third is an attempt to
ruin your reputation.
This is not a case of flattery but a direct attack. The only question is why
and your response should be to both track them down (which you've started)
and be ready to alert the law as soon as you see what they're really up to.


On Fri, Apr 15, 2011 at 12:48 PM, Robert Harrison 
rob...@austin-williams.com wrote:


 Someone has scraped our site and duplicated it on a similar URL.  Our
 legitimate site is: http://www.austin-williams.com. The entire site has
 been scraped and posted at: http://www.austinandwill.com/ .

 The copy is almost an exact duplicate of our site, except they changed the
 contact phone number. The phone number goes to some voice mailbox with no
 identity.

 We tried to trace the source, but the IP is obscured with numerous
 redirects and seems to be in Russia, the registrar is in China and it's
 registered to me (like our real domain... except the name and email address
 are misspelled... purposely, I'm sure.).

 Obviously they've put a lot of effort into this, but WHY?

 Anyone have any thoughts on what they might be up to?

 Whatever it is, I'm sure it's not good.

 Thanks,

 Robert B. Harrison
 Director of Interactive Services
 Austin  Williams
 125 Kennedy Drive, Suite 100
 Hauppauge NY 11788
 P : 631.231.6600 Ext. 119
 F : 631.434.7022
 http://www.austin-williams.com

 Great advertising can't be either/or.  It must be .

 Plug in to our blog: AW Unplugged
 http://www.austin-williams.com/unplugged





 

~|
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:343758
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: I hate CFScript and I'm willing to pay for a CFScript -- CFtag parser

2011-04-07 Thread Michael Dinowitz

The translation is actually rather easy. It's just a bunch of RegEx for
parsing and rules for understanding. The limitations of cfscript are perfect
here as there are not many rules. The only thing would be the loops that are
available in cfscript but do not exist in standard cf. Also, if someone is
taking advantage of how cfscript handles loops (check per loop instance),
they will probably have a problem with the normal from/to cfloop.

If you want it to be a cfeclipse feature then I'd need someone who is more
knowledgeable in that area. It's easier as a cfbuilder extension though. I
think that more specifications are needed.

p.s. please don't flame here. Tech talk only. Flames on the cf-community
list.
Thanks

On Thu, Apr 7, 2011 at 7:20 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote:


 I actually don't hate cfscript, but I do hate that we have both tags and
 script based syntax for CFML.  And since it started off as tags, I firmly
 believe that's the way it should stay.

 I understand lots of people feel differently, but it really sucks (for me)
 seeing all the new great open source projects being released in cfscript.

 Therefore I have created a $1000 bounty (I have pledged $250) to the first
 developer who can deliver a working cfscript -- cftag based parser for
 eclipse.

 http://www.pledgebank.com/CFScriptSucks

 People can still write in cfscript if they want to, but people who feel
 like me won't have to deal with it anymore.

 Please post flames below.

 

~|
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:343612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: upgrade coldfusion 7 JDK

2011-03-23 Thread Michael Dinowitz

I remember 2 things from when I upgraded my CF7 to a jdk. The first was that I 
could not use the java path in c:\program files. The space was giving a problem 
for some reason. I had to do a reinstall of java to c:\java. 
The second was that some date operation was totally messed up. Unfortunately, I 
don't remember exactly what the problem was. 
Upgrading and then downgrading again is just a single line in a config file 
({cfroot}/runtime/bin/jvm.config) so if there's any real problems, you just 
flip back.

 Can i upgrade a cf7 to the latest jdk 1.6.0_24 ???

 i currently use : Java Version  1.4.2_14

Unfortunately, CF 7 doesn't support JDK 1.6. So, if you do this, some
things may not work. But I'm not sure what exactly won't work, so if
your code is pretty simple it might work fine for you.

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:343226
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: who's in charge around here?

2011-03-22 Thread Michael Dinowitz

Zac,

Upgrading the site has been on my 'todo' list forever but it takes second
place to things like these lists, etc. The colors and UI are about 10 years
out of date and are in dire need for an upgrade. If you have an idea or two
on UI, I'd be very happy to look at it. I might not be great at creating
graphics/UI, but once given a design, I can make it work within a pixel.

I'll deal a bit with speed a little later today. I'm moving the JVM around,
upgrading to the latest release, and reading a few docs on better garbage
collection. It'll all help.

As for hosting, the site actually has very high mail traffic besides the
website itself and hosting is being provided by ahphosting.com (formerly
cfhosting.com). They've been supporting the site(s) for quite a few years
now.

I appreciate the offer of help. Cash is always nice, but hands on help comes
from the heart.

Thanks

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion




On Tue, Mar 22, 2011 at 7:11 AM, zac wingfield 
z...@allied-facilities.comwrote:


 having just recently found H.O.F ive used it a few times. there are some
 really helpful, knowledgeable guys monitoring these lists and I’ve received
 some great help from the CF Newbie list.

 however the web site needs some attention. it's slow to respond and
 poorly presented.

 why are all the adverts over on the right hand side? they take up a whole
 quarter of the page.

 why must we be subscribed to each list before we can post?

 when viewing a thread sometime it's all displayed, other times i have to
 refresh the page, cant quite work it out.

 considering how much experience there is floating around here i guess i
 just expected it to be a little bit better put together.

 I know communities like this are normally built up from people either
 donating their time or cash so, if it's needed, I’d like to volunteer
 hosting services. I'll have a new server online within a couple of weeks.
 let me know if you're interested.

 Z


 

~|
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:343195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: META: email notification for single threads?

2011-02-08 Thread Michael Dinowitz

There is no option for that but let me see about adding it.

On Tue, Feb 8, 2011 at 9:21 AM, Dave Burns cft...@burnsorama.com wrote:


 I don't want to subscribe to emails for all of cf-talk because of the high
 volume but I do want it for threads I start and/or contribute to. Is there a
 way to do only that? I haven't been able to find it. Right now, I leave a
 browser tab open to the thread and I refresh it a couple of times during the
 day.





~|
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:341980
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Looking for CF jobs in NYC

2011-02-08 Thread Michael Dinowitz

There is a NYCFUG meeting tonight. You might want to attend in case there's
anyone looking for people. I'm going to be there as I'm looking as well. :)

http://nycfug.com/

On Tue, Feb 8, 2011 at 12:31 PM, ColdFusion Developer 
cfdeveloper...@gmail.com wrote:


 Hi Everyone,
 I worked as a ColdFusion web developer for more than 6 years in NYC.
 If you have any CF job position, please send me an email :
 coldfusiondeveloper...@gmail.com.

 Thank you very much in advance.
 ColdFusion Developer.




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


Re: other companies and developers to watch out for

2011-02-04 Thread Michael Dinowitz

Guys,

I was busy with a funeral for my young cousin and didn't come down on this
thread like I should have. One word here:

STOP

Stop with the fighting, the threats, the personal attacks, the various
actions that have caused some people to leave this list. Stop now or I'll
start banning people left and right. I'm trying to provide a resource for
the community but if all it does is lead to flames and all then I'll just
drop this list.
I don't want to but all of this is harming much more than you, it's harming
me, your fellow community members, and the ColdFusion itself. If people do a
search for ColdFusion jobs and sees the stuff that's coming up on this list,
they'll run for their lives.

I'm going to ask this one more time. Lets keep this professional.

Thank you

Michael Dinowitz


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


(Admin) Civility and professionalism

2011-02-02 Thread Michael Dinowitz

This is just a general admin message about civility and professionalism on this 
and other lists. I've had talks with various people about these issues and the 
results have been positive. For those I have not talked with but may have 
concerns in this area, please know that it's been handled. I'd rather not say 
more than that.

Thank you

Michael Dinowitz
List Admin 

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


Re: Insert without checking existance

2011-01-28 Thread Michael Dinowitz

Yes.

if exists(statement)
   something
else
   something else

The question I have to look up is if the whole operation is one 'unit' or
does it have to have transaction control. Is there a 'gap' between the
exists() check and the actual sql operation?




On Fri, Jan 28, 2011 at 9:15 AM, Che Vilnonis ch...@asitv.com wrote:


 Could this be combined with an ELSE statement in SQL? That is, insert if
 new, update if existing? Thanks, Che

 -Original Message-
 This is what I'm using at the moment but I'm going to read what you have as
 well. I want fast and safe.

 cfquery datasource=#variables.dsn#
if not exists(
Select keywordid
from keywords
where keyword = cfqueryparam value=#local.keyword#
 cfsqltype=cf_sql_varchar)
Insert into keywords(keyword)
values(cfqueryparam value=#local.keyword#
 cfsqltype=cf_sql_varchar)
/cfquery




 

~|
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:341631
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Insert without checking existance

2011-01-28 Thread Michael Dinowitz

I was doing the @@rowcount version to check then insert but I was unhappy
with the performance. I was looking for some something a little better.
Still not happy.

I've got a keywords table with 2 columns - an ID (int) and a keyword
(varchar). With an index on keyword, it should be very quick to do the
check/insert operation.

On Fri, Jan 28, 2011 at 11:02 AM, Che Vilnonis ch...@asitv.com wrote:


 Michael, I found this using Google...

 UPDATE Table1
SET (...)
WHERE Column1='SomeValue'

 IF @@ROWCOUNT=0

 INSERT INTO Table1
VALUES (...)

 Might be better? Che

 -Original Message-
 From: Michael Dinowitz [mailto:mdino...@houseoffusion.com]
 Sent: Friday, January 28, 2011 10:58 AM
 To: cf-talk
 Subject: Re: Insert without checking existance


 Yes.

 if exists(statement)
   something
 else
   something else

 The question I have to look up is if the whole operation is one 'unit' or
 does it have to have transaction control. Is there a 'gap' between the
 exists() check and the actual sql operation?



 

~|
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:341633
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Insert without checking existance

2011-01-28 Thread Michael Dinowitz

MSSQL 2000.
While this is for a client, a lot of what I'm doing here is going to applied
to my own stuff. The client will be moving to MSSQL 2008 soon but I'm
assessing if I can stay on MSSQL 2000, can move to MSSQL 2008, or should
just move over to MySQL for my own stuff.

The licensing on MSSQL 2008 is kind of high, but it ranks high on my
personal priority scale.

As a total aside, I rank CFBuilder low on the scale as it doesn't give me
more than I have with Homesite/CFEclipse. I'll reassess when the next
release comes out.




On Fri, Jan 28, 2011 at 1:24 PM, DURETTE, STEVEN J (ATTASIAIT) 
sd1...@att.com wrote:


 So just out of curiosity, is this on a SQL 2008 box?  If so then you can
 use merge and give different options for insert or update (even delete
 if you want)

 Steve


 

~|
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:341656
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Insert without checking existance

2011-01-27 Thread Michael Dinowitz

I'm inserting a keyword into a table that only contains unique keywords (db
constraint). I'm currently doing a select to see if the keyword already
exists and then an insert if it does not. This 2 step process is what I
think of as 'correct'. First check, then act.

After a little thought, the 'wrong' way might be better in this case. The
wrong way is to just try the insert without first checking if the value
already exists. If it fails, a try/catch deals with it. As messy as this
sounds, it saves a full step and is probably the more efficient of the two.

Am I wrong to think that the second method is wrong? Should I do it this
way?

Thanks

Michael Dinowitz


~|
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:341578
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Insert without checking existance

2011-01-27 Thread Michael Dinowitz

Is exists() more efficient than this?

SET NOCOUNT ON
Select keywordid
from keywords
 where keyword =@keyword
 if @@ROWCOUNT  1
 begin
Insert into keywords(keyword)
values(@keyword)
 end
SET NOCOUNT OFF

I'm using a stored procedure for the tiny performance savings I may get.


On Thu, Jan 27, 2011 at 6:21 PM, Michael Grant mgr...@modus.bz wrote:


 I generally prefer validation rather than an expectation of exceptions.
 What
 about using the EXISTS?

 I think this should work

 if EXISTS (select keyword from table where keyword = '#keyword#')
  -- do nothing
 ELSE
  -- do insert



 On Thu, Jan 27, 2011 at 6:06 PM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:

 
  I'm inserting a keyword into a table that only contains unique keywords
 (db
  constraint). I'm currently doing a select to see if the keyword already
  exists and then an insert if it does not. This 2 step process is what I
  think of as 'correct'. First check, then act.
 
  After a little thought, the 'wrong' way might be better in this case. The
  wrong way is to just try the insert without first checking if the value
  already exists. If it fails, a try/catch deals with it. As messy as this
  sounds, it saves a full step and is probably the more efficient of the
 two.
 
  Am I wrong to think that the second method is wrong? Should I do it this
  way?
 
  Thanks
 
  Michael Dinowitz
 
 
 

 

~|
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:341581
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Insert without checking existance

2011-01-27 Thread Michael Dinowitz

This is what I'm using at the moment but I'm going to read what you have as
well. I want fast and safe.

Thanks

cfquery datasource=#variables.dsn#
if not exists(
Select keywordid
from keywords
where keyword = cfqueryparam value=#local.keyword#
cfsqltype=cf_sql_varchar)
Insert into keywords(keyword)
values(cfqueryparam value=#local.keyword#
cfsqltype=cf_sql_varchar)
/cfquery


On Thu, Jan 27, 2011 at 9:51 PM, Steve Bryant st...@bryantwebconsulting.com
 wrote:


 Michael,

 I typically use a SELECT INTO with a NOT EXISTS clause. That keeps the
 entire thing in one tight query.


 http://www.bryantwebconsulting.com/blog/index.cfm/2005/3/16/prevent_duplicate_inserts

 See also the link in the comments for a more fail-safe method (though
 specific to SQL Server).

 Steve

 I'm inserting a keyword into a table that only contains unique keywords
 (db
 constraint). I'm currently doing a select to see if the keyword already
 exists and then an insert if it does not. This 2 step process is what I
 think of as 'correct'. First check, then act.
 
 After a little thought, the 'wrong' way might be better in this case. The
 wrong way is to just try the insert without first checking if the value
 already exists. If it fails, a try/catch deals with it. As messy as this
 sounds, it saves a full step and is probably the more efficient of the
 two.
 
 Am I wrong to think that the second method is wrong? Should I do it this
 way?
 
 Thanks
 
 Michael Dinowitz

 

~|
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:341600
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Atlanta GA ColdFusion Developer ready for work! Can start tomorrow!

2011-01-17 Thread Michael Dinowitz

Once a week is ok. Once a day is spam.
Saying that your available and some of your qualifications is good. Giving a
non-professional story is not.
I'm sure others will give their opinions on this but the above are two good
rules that the list admin likes to go by.


On Mon, Jan 17, 2011 at 12:18 PM, Phillip Vector
vec...@mostdeadlygame.comwrote:


 At what point is posting that you are available on the list considered
 spamming?



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


SQL 2008 standard vs. web

2011-01-05 Thread Michael Dinowitz

There are a few different versions of SQL 2008. One of them is billed
as SQL server web which is focused on being the backend for a data
driven website. Has anyone used this and have they had any problems?
Any real differences between this and SQL 2008 standard? I'm inclined
to go with the web version based on what I've read but first hand
feedback is best.

Thanks

Michael

~|
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:340474
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: REGEX hell

2010-11-22 Thread Michael Dinowitz

Are you sure it's a space and not 2 spaces? Or a tab? Try using \s* to
indicate that there may be one or more space characters.

\)\s*\)

cfset cleandata2 = REReplaceNoCase(cleandata1, '\)\s*\)', ')', 'all')

On Mon, Nov 22, 2010 at 8:48 PM, Rick Colman rcol...@cox.net wrote:


 I am trying to replace two trailing parens )) with a single paren.

 here is a sample string:

 (K AAA) (N AAC) (E GAA) )

 looks like there is a space in between the two )), so I tried:

 cfset cleandata2 = #REReplaceNoCase( cleandata1,'\)\ \)',')','all')#

 but this is not working.

 Any ideas as two what is wrong greatly appreciated.


 

~|
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:339443
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: REGEX hell

2010-11-22 Thread Michael Dinowitz

I agree that the * (0 or more) should be avoided unless needed but in this
case I felt it was. There may or may not be a space. There may be more than
one space. There may be a space character being seen as a space (like a
tab).
Because we don't know if a space will actually exist, the * is needed. The
+? (1 or more but as few as needed) assumes that at least one space exists.

As a rule I don't over-worry about using * when it's used with a \s (space)
unless I really have to.

On Tue, Nov 23, 2010 at 12:20 AM, andy matthews li...@commadelimited.comwrote:


 For future reference you should avoid using * where possible as it can
 easily lead to overmatching. Even using + would be better although both +
 and * alone are greedy matches. An even better solution would be to use a
 lazy match like so:

 \)\s+?\)

 The ? following the + tells the regex engine to match as little as
 possible.



 andy

 -Original Message-
 From: Rick Colman [mailto:rcol...@cox.net]
 Sent: Monday, November 22, 2010 9:59 PM
 To: cf-talk
 Subject: Re: REGEX hell


 This worked!! TNX.

 On 11/22/2010 6:04 PM, Michael Dinowitz wrote:
  Are you sure it's a space and not 2 spaces? Or a tab? Try using \s* to
  indicate that there may be one or more space characters.
 
  \)\s*\)
 
  cfset cleandata2 = REReplaceNoCase(cleandata1, '\)\s*\)', ')', 'all')
 
  On Mon, Nov 22, 2010 at 8:48 PM, Rick Colmanrcol...@cox.net  wrote:
 
  I am trying to replace two trailing parens )) with a single paren.
 
  here is a sample string:
 
  (K AAA) (N AAC) (E GAA) )
 
  looks like there is a space in between the two )), so I tried:
 
  cfset cleandata2 = #REReplaceNoCase( cleandata1,'\)\ \)',')','all')#
 
  but this is not working.
 
  Any ideas as two what is wrong greatly appreciated.
 
 
 
 



 

~|
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:339446
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Microsoft rumored to be buying Adobe

2010-10-07 Thread Michael Dinowitz

Please move this thread over to the community or OT list. Interesting though
it is, it's not really of a technical nature. (those who want to argue the
point with me are welcome to do so off list).

Thank you
--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion




On Thu, Oct 7, 2010 at 4:42 PM, Jeff Gladnick jeff.gladn...@gmail.comwrote:



 http://sanfrancisco.cbslocal.com/2010/10/07/adobe-shares-soar-on-rumor-of-microsoft-bid/

 What's that mean for Coldfusion!?

 

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


cfproperty getters

2010-08-23 Thread Michael Dinowitz

I'm using a component that has a variable of dsn. I set a cfproperty
tag to get access to the dsn using the implicit getter ability of CF
9.
cfproperty name=dsn

It fails in all cases giving me a response of:
The method getdsn was not found in component XXX

Is there something simple I'm missing?

Thanks
--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

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


Re: cfproperty getters

2010-08-23 Thread Michael Dinowitz

And the answer is that the cfcomponent tag has to have  accessors=true



On Mon, Aug 23, 2010 at 3:24 PM, Michael Dinowitz
mdino...@houseoffusion.com wrote:
 I'm using a component that has a variable of dsn. I set a cfproperty
 tag to get access to the dsn using the implicit getter ability of CF
 9.
 cfproperty name=dsn

 It fails in all cases giving me a response of:
 The method getdsn was not found in component XXX

 Is there something simple I'm missing?

 Thanks
 --
 Michael Dinowitz
 Lead Author - Adobe Coldfusion Anthology
 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion


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


Re: best 301 method

2010-08-17 Thread Michael Dinowitz

Both work well, but I prefer the cflocation method. It's cleaner
looking while the cfheader looks kind of hackish.
I list it in my style guide as favor cflocation over cfheader when
doing redirects

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion





On Tue, Aug 17, 2010 at 12:38 PM, Matthew Smith chedders...@gmail.com wrote:

 Which is preferred?

 cfheader statuscode=”301″ statustext=”Moved permanently” /
 cfheader name=”location” value=”
 http://www.mysite.com/new-location-for-content/” /

 or
 cflocation
 url = “http://www.mysite.com/new-location-for-content/”
 addToken = “no”
 statusCode = “301″

 Redoing all links on my site for better seo.

 --
 Regards,
 Matthew Smith


 

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


Adobe Security update: Hotfix available for ColdFusion

2010-08-10 Thread Michael Dinowitz

They don't say what the vulnerability is but...
http://www.adobe.com/support/security/bulletins/apsb10-18.html


--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

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


Re: Adobe Security update: Hotfix available for ColdFusion

2010-08-10 Thread Michael Dinowitz

Yep. I didn't know that because the page that was sent out was
terribly unhelpful. The actual page with the download is here:
http://kb2.adobe.com/cps/857/cpsid_85766.html

The link was in the text in the solution area.

Ben, you might want to tell whoever writes the alerts at Adobe to make
the link to the download a lot more visible.

Thanks



On Tue, Aug 10, 2010 at 4:47 PM, Ben Forta b...@forta.com wrote:

 I believe it addresses a potential vulnerability in ColdFusion
 Administrator.

 --- Ben

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


ColdFusion heapsize and Win 2008 datacenter

2010-07-26 Thread Michael Dinowitz

On a normal 32 bit windows server the max heapsize for ColdFusion is
limited to 1 gig. This limit does not exist on 64 bit servers. Does
this limit exist on 32 bit windows 2008 dataserver edition machines?
I've been told that there is no ram limit for this version of
windows but does that apply to ColdFusion?

Thanks

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

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


can there be an error structure without tagcontext

2010-07-26 Thread Michael Dinowitz

I'm rewriting an email alert system for errors and part of it is
pinpointing the error location early on in the email. This should be
in the error dump as error.tagcontext[1].template. Has anyone seen an
error dump that did not contain a tag context array? I'd hate to have
an error reporter that throws an error. :)

Thanks

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

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


Re: can there be an error structure without tagcontext

2010-07-26 Thread Michael Dinowitz

I hate doing all the extra work if it's not needed. There has to be 1
clause for one of the data values and 3 clauses for two of the others.
ick.

Also, remind me to request an attribute of output=true for the next
revision of cfsavecontent. I really hate having to add cfoutput around
the whole thing.

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion


On Mon, Jul 26, 2010 at 5:05 PM, Raymond Camden rcam...@gmail.com wrote:

 I want to say I have - but I have no proof. Why not just use an
 arrayLen and structKeyExists check to be safe?


 On Mon, Jul 26, 2010 at 4:01 PM, Michael Dinowitz
 mdino...@houseoffusion.com wrote:

 I'm rewriting an email alert system for errors and part of it is
 pinpointing the error location early on in the email. This should be
 in the error dump as error.tagcontext[1].template. Has anyone seen an
 error dump that did not contain a tag context array? I'd hate to have
 an error reporter that throws an error. :)

 Thanks

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


Re: can there be an error structure without tagcontext

2010-07-26 Thread Michael Dinowitz

extra work in the sense that if it's always there, why check. I only
want to check something when there is any chance of a doubt. I would
expect there to always be an entry in an error dump for what template
caused the error but it seems this is not the case.

The doc I dug up says that the tagcontext array is not always
available and even when available it may be an empty array. On the
other hand, if there is an element in the array, it will always have
both the template and the line number. So it's down to a check for the
tagcontext and a check for it's length. 2 is better than 6.


--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion





On Mon, Jul 26, 2010 at 5:28 PM, Michael Grant mgr...@modus.bz wrote:

 Personally I wouldn't consider checking for the existence of an
 array/structkey/variable before outputting it all that extra work. Also I
 would say that relying on an element to exist in order to preserve the
 integrity of a function/app/procedure is very good practice. My custom error
 handlers are riddled with isDefined etc to preserve the integrity of the
 error report.

 my $0.02

 On Mon, Jul 26, 2010 at 5:13 PM, Michael Dinowitz 
 mdino...@houseoffusion.com wrote:


 I hate doing all the extra work if it's not needed. There has to be 1
 clause for one of the data values and 3 clauses for two of the others.
 ick.

 Also, remind me to request an attribute of output=true for the next
 revision of cfsavecontent. I really hate having to add cfoutput around
 the whole thing.

 --
 Michael Dinowitz
 Lead Author - Adobe Coldfusion Anthology

 http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion


 On Mon, Jul 26, 2010 at 5:05 PM, Raymond Camden rcam...@gmail.com wrote:
 
  I want to say I have - but I have no proof. Why not just use an
  arrayLen and structKeyExists check to be safe?
 
 
  On Mon, Jul 26, 2010 at 4:01 PM, Michael Dinowitz
  mdino...@houseoffusion.com wrote:
 
  I'm rewriting an email alert system for errors and part of it is
  pinpointing the error location early on in the email. This should be
  in the error dump as error.tagcontext[1].template. Has anyone seen an
  error dump that did not contain a tag context array? I'd hate to have
  an error reporter that throws an error. :)
 
  Thanks



 

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


struct lookup vs. query of queries

2010-07-13 Thread Michael Dinowitz

I've got a loop which will need to look up a piece of data on each
iteration. The data is standardized so there is really just one call
to the database (outside the loop). I can either do a query of queries
on each iteration or I can turn the query into a structure and do a
structure lookup (structkeyexists, etc) on each iteration. I'm
assuming that the struct lookup will be faster/more efficient even
after having to turn the query into a structure.
Anyone have an opinion on this?

Thanks

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

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


Re: Ok...Assembla's gone a little mad. Need new SVN host...

2010-07-05 Thread Michael Dinowitz

There was a thread about the best external repositories a few months back.
http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:60947

Which plan were you on. I don't see any plans for either amount.


--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion





On Mon, Jul 5, 2010 at 7:26 PM, Rick Faircloth r...@whitestonemedia.com wrote:

 Assembla's apparently suffering financially and they're changed their

 SVN repo hosting plans such that what was currently costing me

 $20 per month will now cost $132.



 Needless to say, I'm looking for some options since I mostly use

 the repo's for backup.



 Anyone have any suggestions?



 Thanks for any input!



 Rick




 

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


Homesite 9 project

2010-06-01 Thread Michael Dinowitz

I'll be updating Homesite to the latest (CF9) docs. If anyone has any
suggestions, requests, whatever, please let me know. I'll also try and
update some of the tag controls. I have a program to do this visually
but it'll be a long process.

Thanks

--
Michael Dinowitz
Lead Author - Adobe Coldfusion Anthology
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion

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


  1   2   3   4   5   6   7   8   9   10   >