Re: Converted Application.cfm to Application.cfc and Having Problems

2009-06-18 Thread Michael Dinowitz
in with a fresh mind and I will strip everything down to the minimum until I find the problem. I just with Adobe would not have used custom tag paths to locate components. mike _ From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Thu 6/18/2009 5:34 PM To: cf-talk Subject: Re

Re: client holding open a connection

2009-06-12 Thread Michael Dinowitz
It looks like cfflush might be the culprit here. The connection seems to be to a bot which may be slow or inefficient. I'm speculating that the connection that is opened by cfflush to the webserver and caller may not obey the default timeout for an application. Again, not sure, but the removal

Re: client holding open a connection

2009-06-12 Thread Michael Dinowitz
Not refusing but either not closing the connection or keeping it open longer than it should. Normally, the CF server generates some content and sends it as a whole to the webserver to be delivered. Once the data is handed off, the CF thread is dead. In this case, a timeout will kill the thread

client holding open a connection

2009-06-11 Thread Michael Dinowitz
a hack. -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority(http://www.fusionauthority.com) Adobe Community Expert / Advanced Certified ColdFusion Professional Si, soy el senor chico malo para todos

Re: client holding open a connection

2009-06-11 Thread Michael Dinowitz
various. some have not 'compatable' segment of the browser type, some do. Different IPs announce as different browsers. It looks like a bot but it would be a bot that's used by banks as well as non-banks and it would have that connection open issue. I may know what the problem is, but I'm still

New House of Fusion lists and aliases

2009-06-08 Thread Michael Dinowitz
. Michael Dinowitz Host: House of Fusion ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm

Re: Dynamic robots.txt

2009-05-27 Thread Michael Dinowitz
I've gone the route of rewriting IIS's 404 handler in the past and I highly suggest against it. Mapping .txt to CF would work, but that means every .txt file will be handled, not just robots.txt. What I do for my clients is use the ionic isapi to watch for any call to robots.txt and then redirect

Re: Dynamic robots.txt

2009-05-27 Thread Michael Dinowitz
time for him. nathan strutz [Blog and Family @ http://www.dopefly.com/] [AZCFUG Manager @ http://www.azcfug.org/] [Twitter @nathanstrutz] On Wed, May 27, 2009 at 11:17 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: I've gone the route of rewriting IIS's 404 handler

Re: cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Michael Dinowitz
What does .Net have that you think is missing in ColdFusion? Should there be a separate page for each language on what's missing and maybe how it can be remedied? On Sun, May 17, 2009 at 6:18 PM, Mike Chabot mcha...@gmail.com wrote: For features where there is no obvious equivalent you could

Missing mail

2009-05-15 Thread Michael Dinowitz
Some messages sent last night did not make it to the list. If you think your post was one of them, check the archives to see if its there. If not, please post again. Thank you -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com

(ot) Database comparison software

2009-05-15 Thread Michael Dinowitz
. I could do a 'hack' and generate a script for each DB and then compare them but there must be something a little cleaner. Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority(http

Best way to extend from a parent directory

2009-05-14 Thread Michael Dinowitz
to extend from a directory up without using either of these methods? Basically, the equivalent of html's ../ Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority(http

Re: Paypal Changes

2009-05-14 Thread Michael Dinowitz
If you mean Payflowpro then there are 2 fast solutions that do not require a new Java install: 1. CF_PayFlowPro (http://cf_payflowpro.riaforge.org) This is a component that literally drops into place where the Payflowpro CFXC tag was. I used it for a client and it took all of 1 minute to put in

Re: steve.lichtenberg has invited you to Spokeo

2009-05-05 Thread Michael Dinowitz
Please do not send general social networking requests to the lists. If there is someone you want to connect with, let them know directly. General requests like this can be lost on your specific target. Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion

Re: better mass mailing

2009-05-01 Thread Michael Dinowitz
None at all. I think its great and does the job well. Unfortunately, without hearing from Howie, I have to find solutions for people who want to use the product but can't register, renew, buy, or whatever it. On Thu, Apr 30, 2009 at 4:30 PM, Al Musella, DPM muse...@virtualtrials.comwrote:

better mass mailing

2009-04-30 Thread Michael Dinowitz
but I'm looking towards the future. Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority(http://www.fusionauthority.com) Adobe Community Expert / Advanced Certified ColdFusion Professional Si

Re: CFINPUT won't accept submit as a type

2009-04-26 Thread Michael Dinowitz
The server has to be on CF MX (6) or lower. CF7 and over has submit as a proper type for cfinput. On Mon, Apr 27, 2009 at 1:09 AM, Maureen mamamaur...@gmail.com wrote: Have any of you seen this? It makes no sense at all since cfinput type=submit is valid syntax Here's the code: cfform

cf admin mail location mapping

2009-04-21 Thread Michael Dinowitz
Does anyone know offhand where the mail directory is mapped in CF8? I'd rather not have the mail piled onto the C drive if I can help it. Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority

Re: cf admin mail location mapping

2009-04-21 Thread Michael Dinowitz
offhand where the mail directory is mapped in CF8? I'd rather not have the mail piled onto the C drive if I can help it. Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority(http

Re: CFIMAGE - for all formats

2009-04-17 Thread Michael Dinowitz
What is the image type? On Fri, Apr 17, 2009 at 7:25 AM, Fawzi Amadu abd...@gmail.com wrote: Hi, I am trying to resize images with CFIMAGE but when I process my code, I keep getting an error that: The images/consumer/ image format is not supported on this operating system. Initially I

Re: (OT) W32.Virut.W

2009-03-27 Thread Michael Dinowitz
? http://www.freedrweb.com/ HTH G! On Thu, Mar 26, 2009 at 5:12 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: Thanks but neither solution seems to have an option to actually remove the viruses. ~| Adobe

Re: (OT) W32.Virut.W

2009-03-26 Thread Michael Dinowitz
Thanks but neither solution seems to have an option to actually remove the viruses. On Wed, Mar 25, 2009 at 11:33 PM, Kym Kovan dev-li...@mbcomms.net.auwrote: Michael Dinowitz wrote: The House of Fusion webserver has the W32.Virut.W virus. Does anyone know a way to remove this virus

(OT) W32.Virut.W

2009-03-25 Thread Michael Dinowitz
The House of Fusion webserver has the W32.Virut.W virus. Does anyone know a way to remove this virus remotely on a windows 2000 machine? I can't boot it into safe mode so that's not an option. Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http

Re: Yikes... List Spam

2009-03-24 Thread Michael Dinowitz
Yes, a spam message got through masquerading as a legit post. I've removed it. I think that's 1 so far this year. :( Do everyone else get spam mail through the list? ~| Adobe® ColdFusion® 8 software 8 is the most important

(admin) off topic threads

2009-03-24 Thread Michael Dinowitz
As we just saw, a spam message got through to the list. I've since deleted it from the archives. If such a message does come through in the future, or any message which is an abuse of the list, please do not reply to it as I will have to remove the reply as well. Thanks -- Michael Dinowitz

Re: Yet another SEO/URL rewrite question....

2009-03-19 Thread Michael Dinowitz
.baseball is a non-standard extension and does not fit the 3-4 letter norm so Google may not like it. some-cool-products.cfm is valid but the name should be contextual to the content of the file. If your product is baseballs and footballs, I'd suggest

Re: Read email contents and enter into database

2009-03-17 Thread Michael Dinowitz
cfpop returns a query object which can be looped through to get each email, which is contained within a single row. Do a test on the email and look at body, textbody, and htmlbody to see which you want. Once you know what you want to send to the DB, just loop over the query and run a cfquery to

Re: Infusion mail server from Coolfusion

2009-03-11 Thread Michael Dinowitz
I've installed a copy onto a new machine just recently and had no real problems with the demo time. I have not moved my license yet but will try it tonight to see if I can get it done. What version of the code did you try to install and what's failing? If it was a higher version than what I got

Re: Infusion mail server from Coolfusion

2009-03-11 Thread Michael Dinowitz
If anyone has problems getting a new install of iMS working, let me know. I'll try to walk you through On Wed, Mar 11, 2009 at 5:03 PM, Michael Dinowitz mdino...@houseoffusion.com wrote: I've installed a copy onto a new machine just recently and had no real problems with the demo time. I

Re: CF restart daily

2009-03-10 Thread Michael Dinowitz
in /var/log/message Also on Linux: how are you viewing cron jobs? If it is root's cron job, you won't see it with crontab until you su to root. Hope you get the source. :) Thanks. ~Brad - Original Message - From: Michael Dinowitz mdino...@houseoffusion.com To: cf-talk cf-talk

CF restart daily

2009-03-06 Thread Michael Dinowitz
I've looked through the archives. I've checked my settings. I've done just about everything possible to be done and I still can't find out why HoF reboots every day at about 12:00. If it was memory, I'd expect it to be more random. It looks like some sort of scheduled event but there is no cron

Re: Need a new host

2009-03-02 Thread Michael Dinowitz
I've used AHPHosting.net for the last 10 years or so. Their only problem is that whenever there is a problem with my servers, they look bad. I have my own boxes there, thought the new mail server is on a VPS. On Mon, Mar 2, 2009 at 9:13 AM, David Fekke da...@fekke.com wrote: I need a new host

Re: Chrome now higher traffic than IE on some of my sites

2009-03-02 Thread Michael Dinowitz
House of Fusion's Google analytics stats for January shows: 47.06% Firefox 43.41% IE 4.30% Chrome 3.04% Safari 1.40% Opera We tend to be tech user heavy on our visitors so the numbers may not reflect those of non-tech focused sites. An additional but unrelated stat shows that visitors

Re: HTTP_USER_AGENT question

2009-02-20 Thread Michael Dinowitz
) and assigns them a timeout of 2 seconds. I'm under the impression that bots (or just the Google bot?) don't do sessions at all, no? On Fri, Feb 20, 2009 at 1:44 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: I use this in my application.cfc right at top. It notes the more common

Re: HTTP_USER_AGENT question

2009-02-19 Thread Michael Dinowitz
I use this in my application.cfc right at top. It notes the more common bots (google) and assigns them a timeout of 2 seconds. You can use the same logic for whatever you want. IF (REFindNoCase('Slurp|Google|BecomeBot|msnbot|ZyBorg|RufusBot|EMonitor|java', cgi.http_user_agent))

Re: CF posts and CF-talk

2009-02-18 Thread Michael Dinowitz
How are you searching and what criteria? On Wed, Feb 18, 2009 at 12:23 PM, Don L do...@yahoo.com wrote: I tried to dig up some old posts/follow-ups here, with phrase and/or {myUserId} to no avail. What gives? tks. ~|

Re: CF posts and CF-talk

2009-02-18 Thread Michael Dinowitz
Did you try the search in the upper left hand corner? It's CF-Talk specific. The search in the upper right has an option for all of HoF, but not as specific as the left one. Also, use don l. in quotes as one criteria. On Wed, Feb 18, 2009 at 2:11 PM, Don L do...@yahoo.com wrote: How are you

Re: CF posts and CF-talk

2009-02-18 Thread Michael Dinowitz
I have to reorganize the site. desperately. On Wed, Feb 18, 2009 at 2:37 PM, Don L do...@yahoo.com wrote: Did you try the search in the upper left hand corner? It's CF-Talk specific. The search in the upper right has an option for all of HoF, but not as specific as the left one. Also, use

(Admin) Please check your filter

2009-02-06 Thread Michael Dinowitz
Someone on the list has an anti-spam filter which is spamming anyone who posts to the list. If you recognize this text then please look into it. Location: ICAA/First Administrative Group/CA-SYD-EXCH-01 Thanks -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House

Re: (Admin) Please check your filter

2009-02-06 Thread Michael Dinowitz
I removed the person this morning. If I get a response to this email I'll dig further. On Fri, Feb 6, 2009 at 1:48 PM, Dave Watts dwa...@figleaf.com wrote: Someone on the list has an anti-spam filter which is spamming anyone who posts to the list. If you recognize this text then please

Re: Antigen Notification

2009-02-04 Thread Michael Dinowitz
can you forward me the entire message so I can look it over and stop it. I just need to see who's address is generating these. Thanks On Wed, Feb 4, 2009 at 2:42 PM, Claude Schneegans schneeg...@internetique.com wrote: Hi, Wondering if other people are receiving this message for every

Re: Antigen Notification

2009-02-04 Thread Michael Dinowitz
Found it. Fixed it ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread Michael Dinowitz
Are you defining a base content-type for the page? meta http-equiv=Content-type content=text/html; charset=UTF-8 What about your doctype? On Tue, Feb 3, 2009 at 4:50 PM, John Pullam jpul...@mcleansystems.comwrote: I have a strange problem that involves passing hidden fields that contain

Re: PayPal French accents mishandled from CF pages

2009-02-03 Thread Michael Dinowitz
Load up both pages in firefox and then view info for each. A plain, non-outputting CF page gave me a content-type of utf-8 while a plain, non-outputting htm page gave me a content-type of ISO-8859-1. I think CF automatically returns the generated page using the utf-8 content type. On Tue, Feb 3,

Re: Just checking

2009-01-30 Thread Michael Dinowitz
The mail server had a totally corrupted drive and I had to get a whole new machine together. That means a new and better mail server but a downtime as I tried to recover stuff and get everything working. Not heard a peep from CF-Talk in a while. Is anybody there? :O.

Re: Adobe Bolt anyone?

2009-01-23 Thread Michael Dinowitz
Information about Bolt can be found here: http://labs.adobe.com/wiki/index.php/Bolt There is a link to apply for the beta program when it is available. Other than that, the NDA on Adobe alpha/beta programs restrict speaking about the program. On Fri, Jan 23, 2009 at 12:46 PM, Rick Faircloth

webservice failure in cf 8

2009-01-16 Thread Michael Dinowitz
://sitename/remote.cfc?wsdl; name=ws refreshwsdl=Yes Anyone ever see this or know what's up? Thanks If I don't reply to a reply with my thanks its because I'm running to pick up Judith and the new baby before Shabbos. One day old and home. Fun!! :) -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz

Re: webservice failure in cf 8

2009-01-16 Thread Michael Dinowitz
Wonderful. Thanks I have a client site that was working great. The machine got a worm and the CF was reinstalled as CF 8.01. Now the webservice on the site fails with an error of: java.lang.ClassNotFoundException: _.redirect.RemotenumbersService The webservice is: cfobject

Re: AHP Hosting Down... Anyone on AHP?

2009-01-14 Thread Michael Dinowitz
House of Fusion is on the AHP Hosting network and has no problems. I checked on some client sites and they're fine as well. What's wrong? On Wed, Jan 14, 2009 at 3:09 PM, Mike Francisco cfmike...@gmail.com wrote: Is anyone being affected by AHP Hosting right now? Mike

Re: AHP Hosting Down... Anyone on AHP?

2009-01-14 Thread Michael Dinowitz
I saw their home site (http://www.ahphosting.net) down but not any of the clients I knew of. As long as the clients are still up... The last thing I need is the network going down as we release the PDF for the next issue of Flex Authority. On Wed, Jan 14, 2009 at 3:31 PM, Mike Francisco

Re: Authors out there?

2009-01-07 Thread Michael Dinowitz
1. CF-Jobs 2. Please post original url 3. A number of people on this list have written for Fusion Authority and other publications so it should be a great interest. On Wed, Jan 7, 2009 at 9:18 AM, Greg Luce luce...@gmail.com wrote: Just thought I'd forward this that came up in my RSS reader

Re: (ot) Ionic's Isapi Rewrite Filter and Site Crash

2009-01-07 Thread Michael Dinowitz
I had the same problem at one point and I think it turned out to be a bad regex. A few questions: 1. is the ini file of the same filename as the dll and are they in the same directory? 2. are you making sure that the rewriterule is both case insensitive and is set to be the last rule checked? 3.

Re: (ot) Ionic's Isapi Rewrite Filter and Site Crash

2009-01-07 Thread Michael Dinowitz
What I meant was testing a file in a physical directory structure like you have below. Creating an attorney directory and a bob_smith subdirectory. The index.cfm that is run may tell you more based on the debug info. But this may be moot as the regex I gave below may fix the problem. Or maybe not.

Re: Test Post

2008-12-25 Thread Michael Dinowitz
The mail server did a disk check when I rebooted it and it took till now for it to finish. Sorry about the massive delay, but we're back. I'll have the email about House of Fusion support donations out to you soon. :) No, really.

Official ColdFusion IDE announced

2008-11-18 Thread Michael Dinowitz
Ben just announced it. Sign up for access to the beta (or whatever) at http://labs.adobe.com/wiki/index.php/Bolt ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Official ColdFusion IDE announced

2008-11-18 Thread Michael Dinowitz
I don't think most people are using cfeclipse. It's not a very comfortable environment for a lot of people, myself included. I'd love to see statistics, but I'm betting less than a third of the community is on it. Free is nice, but comfort is better. If it costs more than $0 I'll carry on

Re: Official ColdFusion IDE announced

2008-11-18 Thread Michael Dinowitz
Lets be blunt - Bolt is a commercial product and it will have a price tag. If it has features you want and you think its worth it then you'll buy it. If not, then not. No need to debate, no need to argue. Bottom line. ~|

Re: Any regular expression guru here?

2008-11-13 Thread Michael Dinowitz
In the example below, you only want to replace the b while leaving the a and c alone, right? Will the b always have a format of b=tyweu8939skdksspdssdsd. Does tyweu8939skdksspdssdsd have a pattern to it? Is it that the b= values always have 21 characters after it? Point is, what's the pattern

Re: CF Job Market

2008-11-07 Thread Michael Dinowitz
The second issue of the Fusion Authority Quarterly Update was all about CF and OO. I'd say it's a good place to start. -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusion Authority(http

Re: lists question

2008-11-05 Thread Michael Dinowitz
CF-Jobs is written so that any reply is automatically sent to the original posters email address, not to the cf-jobs list. In order to reply to the cf-jobs list someone would have to write the cf-jobs email address in specifically or have a bad email client. I'm setting the cf-jobs list to reject

Re: lists question

2008-11-05 Thread Michael Dinowitz
as you put on there telecommuting as an option and salary offered (rejecting letters like DOB or such), I'm all for it. :) Michael Dinowitz wrote: CF-Jobs is written so that any reply is automatically sent to the original posters email address, not to the cf-jobs list. In order to reply

I'm available

2008-10-29 Thread Michael Dinowitz
Hi, I'm Michael Dinowitz. I run this list and it's home, House of Fusion. I'm available for ColdFusion and content optimization (SEO) work as well as training in those (and related) areas. -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House of Fusion(http

Re: I'm available

2008-10-29 Thread Michael Dinowitz
GMail automatically set the wrong address. :( On Thu, Oct 30, 2008 at 1:06 AM, Michael Dinowitz [EMAIL PROTECTED] wrote: Hi, I'm Michael Dinowitz. I run this list and it's home, House of Fusion. I'm available for ColdFusion and content optimization (SEO) work as well as training in those

Re: Ben Forta for president?

2008-10-24 Thread Michael Dinowitz
Please move the non-technical part of this thread to CF-Community. Thanks On Thu, Oct 23, 2008 at 10:16 PM, Mike Kear [EMAIL PROTECTED] wrote: Is this true? Ben Forta is running for President of the USA?? Bit of fun, but I'm really impressed with the video. Have a look

Re: onMissingTemplate() as a controller - somewhat...

2008-10-17 Thread Michael Dinowitz
It's a valid way of thinking and even warranted an article ( https://secure.houseoffusion.com/Vol2Issue3.cfm). The performance overhead is just as much as any other handler - what's needed to look up the actual template and data. I use this all the time and there is no problem with it that I've

Re: onMissingTemplate() as a controller - somewhat...

2008-10-17 Thread Michael Dinowitz
I did the same with the global error handler and that was the wrong tool. The onmissingtemplate() handler is a very good tool for this, especially for those who do not have the ability to use a rewriter. As for the intent of the onmissingtemplate() handler, it was discussed while in beta and

Re: onMissingTemplate() as a controller - somewhat...

2008-10-17 Thread Michael Dinowitz
On Fri, Oct 17, 2008 at 4:01 PM, Judah McAuley [EMAIL PROTECTED] wrote: Those are some fine points. I presume that in all cases, you have to have your webserver not check for the existence of a file before handing off the request. Correct. This is why there is a problem when the visitor is

Re: onMissingTemplate() as a controller - somewhat...

2008-10-17 Thread Michael Dinowitz
I almost forgot the most important thing about using onmissingtemplate() for dynamic page generation. It allows an application to be distributed. A CF8 version of blogcfc could be using it to display each blog entry as if it was a real page rather than an obviously generated one with masked

testers needed for tag stripper

2008-10-13 Thread Michael Dinowitz
to nesting. Before I release it, I need a few testers. Anyone willing? The basic test I've done is to remove nested comments, but others may find situations that I have not thought of that may cause the code to fail. Please email me off list for the code. Thanks -- Michael Dinowitz (http

Re: How does Security affect search engine spiders?

2008-10-12 Thread Michael Dinowitz
There is an option in adsense to bypass login based security in order to index pages for ads. While your pages may not have ads on them, using this option guarantees that Google will get through your security. On 10/12/08, Doug Boude (rhymes with 'loud') [EMAIL PROTECTED] wrote: Hi all. I am

Re: How does Security affect search engine spiders?

2008-10-12 Thread Michael Dinowitz
. This says that Google has indexed past the login. On 10/12/08, Adrian Lynch [EMAIL PROTECTED] wrote: And not include what it finds in its index? Adrian -Original Message- From: Michael Dinowitz Sent: 12 October 2008 22:51 To: cf-talk Subject: Re: How does Security affect search engine

Re: How early can I learn MOM, SCOM AND WSUS

2008-10-08 Thread Michael Dinowitz
It would depend on what you want to do and what you know already. Could you give more details about what you mean? As for other non-technical posts to this thread, please remember that this is a tech only list. On Wed, Oct 8, 2008 at 3:20 PM, sandeep saini [EMAIL PROTECTED]wrote: Thanks

Re: New SQL Injection

2008-09-20 Thread Michael Dinowitz
If your interested, I have a project that I just wrote for a client that will allow you to scan an entire directory tree for all files that have a cfquery with un-paramed variables and fix them. It doesn't work automatically (it could but I disabled that option) but instead gives you the queries

Re: What Cold Fusion Job boards are there?

2008-09-12 Thread Michael Dinowitz
NY is a hard place to find people as they're all 'taken'. Those who are freelancers, like myself, either have a few set contracts or are at the whim of headhunters who want to fit a programmer into a box with a low price with no concept of skill. I'm talking to a friend to get some space at Touro

Re: imageScaleToFit() on CF8.0.1 takes forever or times out

2008-08-31 Thread Michael Dinowitz
I'd check the jvm memory settings for both boxes. Images are held in allocated memory to be processed. Also, could you post some code here? There are things like imageantialias() that are not needed for scaling but are use by some which has a negative effect. Finally, I'd look at things like drive

Re: House of Fusion Web Site Problem

2008-08-25 Thread Michael Dinowitz
It's on the list and it'll be looked at today. Unfortunately, we've been busy with a few things such as getting the first issue of the Flex Authority (http://www.flex-authority.com) out the door. Look for a full Nav redesign going into place with jquery. On Mon, Aug 25, 2008 at 9:50 AM, Andy

Re: ANN: Open source ColdFusion CRM solution

2008-08-25 Thread Michael Dinowitz
Its not a matter of unfairly singled out as I have made the same request to a number of people in the past. Conferences and hosting companies have been the main ones but they have not been alone. When I saw the post with its full feature list and then a demo version, it yelled sales post to me. I

Re: ANN: Open source ColdFusion CRM solution

2008-08-24 Thread Michael Dinowitz
Please clear any systems for sale, classes for pay, etc. with me before sending to the list. I'd like to prevent the list from becoming a free-for-all where each hosting company and product advertises. Thank you. On Mon, Aug 25, 2008 at 12:03 AM, Marius Milosav [EMAIL PROTECTED]wrote: Hello

Re: SQL injection attack on House of Fusion

2008-08-10 Thread Michael Dinowitz
I propose a baseball bat. It works well with both genders. On Sun, Aug 10, 2008 at 11:16 PM, William Seiter [EMAIL PROTECTED] wrote: You assume much. Women are just as prowess at running a computer virus attack as men. We just don't hear about them as much, as they seem to not get caught as

Re: SQL injection attack on House of Fusion

2008-08-10 Thread Michael Dinowitz
Wait, sorry. This is a cf-community thread, not a cf-talk one. It will be moved right away. On Sun, Aug 10, 2008 at 11:32 PM, Michael Dinowitz [EMAIL PROTECTED] wrote: I propose a baseball bat. It works well with both genders. On Sun, Aug 10, 2008 at 11:16 PM, William Seiter [EMAIL PROTECTED

SQL injection attack on House of Fusion

2008-08-08 Thread Michael Dinowitz
at a time. In that case, place a cfmail before the abort and send youself the cgi.remote_addr. Then block it on the webserver level. It works very well. I've blocked a dozen IPs and now the site is back to flying. -- Michael Dinowitz (http://www.linkedin.com/in/mdinowitz) President: House

Re: SQL injection attack on House of Fusion

2008-08-08 Thread Michael Dinowitz
Fax: (919)962-3600 Email: [EMAIL PROTECTED] Michael Dinowitz wrote: Sorry for the problems with the House of Fusion site. We've been under massive attack by sql injection bots and I've just been able to get a handle on it. A fast solution to the problem is this: cfif findnocase(';DECLARE

Re: SQL injection attack on House of Fusion

2008-08-08 Thread Michael Dinowitz
Which explains why House of Fusion is being so heavily hit. We're literally everywhere on Google. Fusion Authority on the other hand has all of its urls masked to .htm so the only one being attacked there is an old .cfm archive. I'm working on a webserver level fix for this which will bypass the

Re: SQL injection attack on House of Fusion

2008-08-08 Thread Michael Dinowitz
I'm using ionic isapi with the following RewriteCond %{QUERY_STRING} ;DECLARE [I] RewriteRule ;DECLARE /index.htm [I,L] it works perfectly except for a single issue. If you're using a custom 404 in iis (like piping 404 errors to CF), then the isapi will hang the server. -- Michael Dinowitz

Re: Any cfhttp gurus out there?

2008-07-16 Thread Michael Dinowitz
Dump out the entire cfhttp to see what the headers look like. It may be that they are using connection keep-alive to prevent spidering or something else. In some cases the page is doing a redirect and you don't see it because cfhttp turns on redirect as a default. Setting it to no may tell you

Re: Missing Messages --- was Re: The Woes of CFThread -- going out of my mind!

2008-07-10 Thread Michael Dinowitz
I'd also check if there's a spam blocker 'upstream' from you, especially if your getting your mail through a business location. In addition, the server is set to try and send mail for 48 hours before dropping it. A network problem that prevents or distorts mail server connections within that time

Re: SOT: submitting a form

2008-06-27 Thread Michael Dinowitz
The issue is with how you've stored the list name and a new security feature. An email address can have two parts, the address itself and how it announces itself. My email is mdinowit but it announces itself as Michael Dinowitz. If an email comes to the list and announces itself as something other

Re: CF Newbie Developer NYC

2008-06-26 Thread Michael Dinowitz
If you need, I'm available for teaching and mentoring in the NY area (I'm in Brooklyn), though not as a full time employee. This may allow you to 'grow' someone into a better ColdFusion programmer or even train one from the ground up. On Thu, Jun 26, 2008 at 11:12 AM, kim torrance [EMAIL

cfhttp failing to retrieve page

2008-06-06 Thread Michael Dinowitz
OK, this one has stumped me and it shouldn't. Using cfhttp to get this url, I get no result www.comicbookdb.com/browse.php?search=Publisherletter=all I've played with the following settings with no result: useragent throwonerror redirect If I try www.comicbookdb.com I get a result I've even tried

Re: cfhttp failing to retrieve page

2008-06-06 Thread Michael Dinowitz
: Did you try a network monitor tool? Also, did it work before? Don't forget CF caches the DNS look up. If the DNS changed for the site, CF could have the wrong IP. On Fri, Jun 6, 2008 at 2:59 PM, Michael Dinowitz [EMAIL PROTECTED] wrote: OK, this one has stumped me and it shouldn't. Using

Re: cfhttp failing to retrieve page

2008-06-06 Thread Michael Dinowitz
on the kept alive connection. A browser would be able to get the additional data while a bot would not. Interesting. I wonder if I can implement it. Let me test. Sometimes you just need to talk a problem out with others to get a solution. Thanks On Fri, Jun 6, 2008 at 4:09 PM, Michael Dinowitz

Re: do not increase counter is returns 0

2008-06-04 Thread Michael Dinowitz
This thread and all associated threads end NOW! Your admin ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Re: Adobe ColdFusion Survey

2008-06-04 Thread Michael Dinowitz
1. All marketing posts should either be cleared before being posted to the list or posted to a non-technical list like CF-OT or CF-Community. 2. While discussion about the merits of the survey may be of community interest, please move it to another list. CF-OT is perfect for this. 3. Only you

Re: CF Developers - Iraq

2008-06-02 Thread Michael Dinowitz
posts on the cf-jobs list. I have no idea what the pay is.. You would have to contact the person directly to get that. On Mon, Jun 2, 2008 at 8:40 AM, Michael Dinowitz [EMAIL PROTECTED] wrote: $500 an hour sounds like a reason for me to go despite my enhance risks. I wonder if I could get

Re: Re[4]: CF Developers - Iraq

2008-06-02 Thread Michael Dinowitz
Oh, well dental is worth the $187.50 reduction an hour. On Mon, Jun 2, 2008 at 12:39 PM, Alex Puritche [EMAIL PROTECTED] wrote: Second that. Although, as alien, I'd agree just for $312.5/h + dental insurance. MD Yes, I know I would never get the price but that's the point. If someone MD

Re: Problem with onSessionStart

2008-05-27 Thread Michael Dinowitz
Dump out your CGI scope and make sure that the variable values you are expecting are there. Along the same vein, the ucase is not needed as the basic comparison is case insensitive. cfdump var=#cgi# On Tue, May 27, 2008 at 12:58 PM, Carl Von Stetten [EMAIL PROTECTED] wrote: Why do you have

Re: Problem with onSessionStart

2008-05-27 Thread Michael Dinowitz
JSESSIONID, CFID and CFTOKEN. Do I need CFID and CFTOKEN explicitly in my URLs? I thought the JSESSIONID was enough. Michael Dinowitz wrote: Dump out your CGI scope and make sure that the variable values you are expecting are there. Along the same vein, the ucase is not needed as the basic

Re: Test

2008-05-16 Thread Michael Dinowitz
fixed. On Fri, May 16, 2008 at 3:10 PM, Jason Durham [EMAIL PROTECTED] wrote: Getting bounce backs testing list ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Re: Test

2008-05-16 Thread Michael Dinowitz
I'm always upgrading and optimizing. Ps... the list has been extremely fast for me since that last hiccup Mike. Whatever you did... I like it :-) .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com

Re: Are we all going to get email bombed?

2008-05-08 Thread Michael Dinowitz
The coldfusion on the mail server had a problem and only a trickle of mail was going through. When I found this out I restarted it and your getting the result. If you see a problem with the lists, please feel free to email me or call me at 718-951-3235 (home) 718-252-2329 (cell) - If you see

<    1   2   3   4   5   6   7   8   9   10   >