Re: YouTube like site needed

2007-01-13 Thread Michael Greenberg
Best thing out there I've seen is anystream

http://www.anystream.com/


On Jan 13, 2007, at 9:29 AM, Jim Wright wrote:

 Robert Walters wrote:
 Hello,

 My company wants me to build a site just like YouTube for our  
 users. Has
 anyone come across any software out there to do this?

 I can do the front end in CF but I need some type of engine that  
 takes
 any video and converts it to Flash FLV on the server.  Any ideas?


 I don't know of any automatic processing (but would love to know if  
 you
 find one), but I've been using Swish Video to do this manually...
 http://www.swishzone.com/index.php?area=productsproduct=video
 it is cheap, easy to use, and the output is pretty good.  It has a  
 batch
 mode, so you could just do it once a day on any uploaded files.

 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266495
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: YouTube like site needed

2007-01-13 Thread Michael Greenberg
No clue what it costs, but we have it completely integrated in our  
CMSpretty slick in my opinion :)

On Jan 13, 2007, at 11:02 AM, Jim Wright wrote:

 Michael Greenberg wrote:
 Best thing out there I've seen is anystream

 http://www.anystream.com/



 That looks interesting...any idea on what their pricing is like?

 

~|
Create robust enterprise, web RIAs.
Upgrade  integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266500
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: XML / XSLT / XPath

2005-09-17 Thread Michael Greenberg
Might want to get the O'reilly XSLT Cookbook as well as joining the  
Mulberry XSLT listXSLTs are easy once you get past some of the  
initial shock

Mulberry XSLT List - http://www.mulberrytech.com/xsl/xsl-list/


On Sep 17, 2005, at 6:08 PM, Michael Tangorre wrote:

 From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]
 That's a pretty huge range of topics :-)


 I know :-)

 I don't have any real experience with XML other than editing some  
 config
 files, parsing some xml docs and tinkering with XSLT over the last  
 couple
 weekends. I guess I am looking for a book that hits on all the  
 topics but
 not too deep. I can then get more specific books as the need  
 arises. Knowing
 this, any new recommendations? Nice site by the way... (make the  
 book links
 open in new windows :-) )

 Mike T



 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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


Re: XSLT question

2005-08-22 Thread Michael Greenberg
why not use it within a CDATA tag?

-Original Message-
From: S. Isaac Dealey [EMAIL PROTECTED]
Sent: Aug 22, 2005 4:54 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: XSLT question

Aha! Well... yeah, if I needed to output a cfelseif tag using XSLT,
that's the way I'd do it. :)

 You're right, this was how I was using xslt to create cfm
 templates
 which aren't valid xml.  See now, I've learned something
 new today

 On 8/22/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:
   xsl:template match=//track
   a
   href=/jukebox/audio/player.cfm?filename=x
   sl:value-of
  select=listen/ target=_blanklisten/a
   /xsl:template

 Seems odd... seems like that would be problematic if you
 needed to add
 additional attributes, etc. since at that point, I don't
 believe the
 XSL parser would be seeing a tag, but rather a string...
 Whatever
 works I guess... this just seems really scary to me...


s. isaac dealey   954.522.6080
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.fusiontap.com
http://coldfusion.sys-con.com/author/4806Dealey.htm






~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

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


Re: XSLT question

2005-08-22 Thread Michael Greenberg
This is one thing I love about working in jspx. It makes things like  
this so much easier.

Michael

On Aug 22, 2005, at 4:48 PM, Marlon Moyer wrote:

 You're right, this was how I was using xslt to create cfm templates
 which aren't valid xml.  See now, I've learned something new today

 On 8/22/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:

  xsl:template match=//track
  lt;a href=/jukebox/audio/player.cfm?filename=x
  sl:value-of
 select=listen/ target=_blankgt;listenlt;/agt;
  /xsl:template


 Seems odd... seems like that would be problematic if you needed to  
 add
 additional attributes, etc. since at that point, I don't believe the
 XSL parser would be seeing a tag, but rather a string... Whatever
 works I guess... this just seems really scary to me...


 s. isaac dealey   954.522.6080
 new epoch : isn't it time for a change?

 add features without fixtures with
 the onTap open source framework

 http://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm







 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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


Re: XSLT question

2005-08-22 Thread Michael Greenberg
With jspx it forces you to write valid XML and you get in that  
mindset and dont run into these type of issues

On Aug 22, 2005, at 8:47 PM, S. Isaac Dealey wrote:

 How so?


 This is one thing I love about working in jspx.
 It makes things like this so much easier.



 Michael



 On Aug 22, 2005, at 4:48 PM, Marlon Moyer wrote:



 You're right, this was how I was using xslt to create cfm
 templates
 which aren't valid xml.  See now, I've learned something
 new today

 On 8/22/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:


  xsl:template match=//track
  lt;a
  href=/jukebox/audio/player.cfm?filename=x
  sl:value-of
 select=listen/ target=_blankgt;listenlt;/agt;
  /xsl:template



 Seems odd... seems like that would be problematic if you
 needed to
 add
 additional attributes, etc. since at that point, I don't
 believe the
 XSL parser would be seeing a tag, but rather a string...
 Whatever
 works I guess... this just seems really scary to me...


 s. isaac dealey   954.522.6080
 new epoch : isn't it time for a change?

 add features without fixtures with
 the onTap open source framework

 http://www.fusiontap.com
 http://coldfusion.sys-con.com/author/4806Dealey.htm












 ~~



 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

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


Re: XSLT question

2005-08-22 Thread Michael Greenberg
I was just responding...but what Barney said :)

On Aug 22, 2005, at 9:21 PM, Barney Boisvert wrote:

 I think he was talking about jspx vs. CF, because someone mentioned
 using XSLT to generate cfm templates, and the problems with CF not
 being XML.  And with jspx, your HTML and JSP together make an XML
 document, so it's not just looking at the JSP portion.  That's nice,
 because you have actual XML, but it's occasionally troublesome because
 you can't break your HTML up with JSP tags in a non-XML-compliane way.

 cheers,
 barneyb

 On 8/22/05, S. Isaac Dealey [EMAIL PROTECTED] wrote:

 Umm... an XSLT parser forces me to write valid XML...

  and there wasn't anything invalid in the example... just  
 seemingly
 sloppy...


 With jspx it forces you to write valid XML and
 you get in that mindset and dont run into these
 type of issues



 -- 
 Barney Boisvert
 [EMAIL PROTECTED]
 360.319.6145
 http://www.barneyb.com/

 Got Gmail? I have 50 invites.

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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


Re: HomeSite+ and Perl Files

2005-07-15 Thread Michael Greenberg
Is it possibly choking on Unix line breaks? Not sure...just a thought :)

Michael

-Original Message-
From: Jim McAtee [EMAIL PROTECTED]
Sent: Jul 15, 2005 12:17 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: HomeSite+ and Perl Files

When I attempt to open a Perl file (with .pl or .pm extension) in 
HomeSite+ I first get a dialog box stating that the file isn't a 
recognized text document.  After I tell HomeSite to open it any way, the 
color coding is correct.  In the File Settings, Extension Manager I have 
these extensions entered and checked off as editable.  What else is 
necessary? 




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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


RE: Rich Internet Applications for Mobile Devices

2005-05-31 Thread Michael Greenberg
You could almost say the same thing for Flash at this point in time...yes it is 
getting better, but th number of units that have flash installed is still quite 
low.at least from the numbers Ive seen.

MG

-Original Message-
From: Dave Watts [EMAIL PROTECTED]
Sent: May 30, 2005 10:23 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: RE: Rich Internet Applications for Mobile Devices

 The idea of being offline or online is something MM Central 
 takes care of.

I don't think Central applications run on most mobile devices.

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

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


Re: [OT] Eclispe and Java

2004-12-21 Thread Michael Greenberg
Did you try just using javac ?

-Original Message-
From: Critter [EMAIL PROTECTED]
Sent: Dec 21, 2004 11:05 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: [OT] Eclispe and Java

I am just trying to build a simple class file using eclipse.. but I
keep getting syntax errors..

public class Welcome {

public static void main(String[] args) {
greeting[0] = Welcome;
greeting[1] = howdy;

for (String g : greeting)
System.out.println(g);
}
}

SeverityDescription ResourceIn Folder   Location
Creation Time
2   Syntax error on token ), invalid
AssignmentOperator  Welcome.javaWelcome line 20 December 21, 2004
10:51:12 AM
2   Syntax error on token(s), misplaced
construct(s)Welcome.javaWelcome line 20 December 21, 2004 10:51:12
AM

i am thinking it has to do with maybe eclipse using the wrong jre...
but i am not sure.. I've pointed eclipse to use the newer jdk.. (i
think..) any suggestions?
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ Single Dads ]-=
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-[ http://single-dads.us ]-=



~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

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


Re: Major PHP flaw??

2004-12-20 Thread Michael Greenberg
No other info??? That seems extremely vague
.
-Original Message-
From: Bryan Stevenson [EMAIL PROTECTED]
Sent: Dec 20, 2004 3:46 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Re: Major PHP flaw??

and the line monster ate ithere we go for try # 2:

Security Notice:

There has been an anouncement of a serious security problem with all current
versions of PHP, a scripting language that you may be using on your site.

PHP is used for many free forum, message board and link management scripts.
A security flaw in PHP can allow the whole server to be compromised by 
hackers
who can then damage or deface all the sites on that server. This flaw is
already being exploited, so time is of the escence in fixing this. This is 
an
unacceptable security risk to WeDoHosting.com Customers.

If you are hosting your service on our Windows servers, you may ignore this
notice since this is not applicable to Windows servers.

If you are not using PHP on your website, then you may ignore this notice as
well.

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original Message - 
From: Bryan Stevenson [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Monday, December 20, 2004 12:43 PM
Subject: Major PHP flaw??


 Hey All,

 I just had this sent to me from a local ISP, but without any 
 specificsanybody know anything?

 I must say it's nice to see that it's no effecting Windows Servers for a 
 change ;-)



 



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

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


RE: Major PHP flaw??

2004-12-20 Thread Michael Greenberg
Thanks Moshthats what I was looking for :)

-Original Message-
From: Mosh Teitelbaum [EMAIL PROTECTED]
Sent: Dec 20, 2004 4:00 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: RE: Major PHP flaw??

The Hardened-PHP Project has announced several serious and according to
them, easy-to-exploit vulnerabilities within PHP. A flaw within the function
unserialize() is rated as very critical for millions of PHP servers, because
it is exposed to remote attackers through lots of very popular
webapplications. The list includes forum software like phpBB2, WBB2,
Invision Board and vBulletin. It is time to upgrade now.

http://developers.slashdot.org/article.pl?sid=04/12/17/1641212tid=169tid=1
72

--
Mosh Teitelbaum
evoch, LLC
Tel: (301) 942-5378
Fax: (301) 933-3651
Email: [EMAIL PROTECTED]
WWW: http://www.evoch.com/


 -Original Message-
 From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
 Sent: Monday, December 20, 2004 3:46 PM
 To: CF-Talk
 Subject: Re: Major PHP flaw??


 and the line monster ate ithere we go for try # 2:

 Security Notice:

 There has been an anouncement of a serious security problem with
 all current
 versions of PHP, a scripting language that you may be using on your site.

 PHP is used for many free forum, message board and link
 management scripts.
 A security flaw in PHP can allow the whole server to be compromised by
 hackers
 who can then damage or deface all the sites on that server. This flaw is
 already being exploited, so time is of the escence in fixing
 this. This is
 an
 unacceptable security risk to WeDoHosting.com Customers.

 If you are hosting your service on our Windows servers, you may
 ignore this
 notice since this is not applicable to Windows servers.

 If you are not using PHP on your website, then you may ignore
 this notice as
 well.

 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 phone: 250.480.0642
 fax: 250.480.1264
 cell: 250.920.8830
 e-mail: [EMAIL PROTECTED]
 web: www.electricedgesystems.com
 - Original Message -
 From: Bryan Stevenson [EMAIL PROTECTED]
 To: CF-Talk cf-talk@houseoffusion.com
 Sent: Monday, December 20, 2004 12:43 PM
 Subject: Major PHP flaw??


  Hey All,
 
  I just had this sent to me from a local ISP, but without any
  specificsanybody know anything?
 
  I must say it's nice to see that it's no effecting Windows
 Servers for a
  change ;-)
 
 
 
 

 



~|
Special thanks to the CF Community Suite Silver Sponsor - New Atlanta
http://www.newatlanta.com

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


Re: Using a J2EE Application Server

2004-12-13 Thread Michael Greenberg
Ok I gotcha now :)

Technically yes J2EE server can function as a webserver, but I wouldn't 
recommend doing that because its really not what it's meant to do.

As far as the comment that was made to you it seems like they are confusing 
J2EE and Apache. Yes you could have CF ride on top of Apache however I don't 
think you can serve it on top of that. I don't think there are connectors 
available to do so. (I did a quick look up for Tomcat, JBoss, Weblogic, or 
WebSphere and didnt see them available)

I definitely think that if you wanted to do anything on J2EE server I'd 
recommend using JSPs and Servlets.

Thanks,
Michael

-Original Message-
From: Andrew Dixon [EMAIL PROTECTED]
Sent: Dec 13, 2004 10:31 AM
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: Using a J2EE Application Server

Hi.

We are basically looking for a more robust platform on which to run
CF. We have a site with about 500,000 page view per day and every now
and again the CF server service will die and the only way we have
found to get it running again is to kill the CF server threads (using
the kill command) and then start it again, trying to stop the server
doesn't work. Some else suggested to a college that using CF on the
J2EE platform might help make it more robust, but we have zero
experience of the J2EE platform and we where using looking for a basic
intro into work it is, does and whether or not it might help.

I understand the Apache is not a J2EE server, but I was wondering if
the J2EE server replaces the web server (like Apache) or if you still
use a web server as well.

The server is Dual Xeon 2Ghz with 4Gb RAM and 80Gb IDE Hard Drive. The
average load on the machine never gets to high, but the CF server just
appears to full over sometimes. We are using CFMX6.1 + Updater, which
has improved the stability slightly. Any ideas?

Andrew


On Mon, 13 Dec 2004 10:17:46 -0500 (GMT-05:00), Michael Greenberg
[EMAIL PROTECTED] wrote:
 Hi Andrew,
 Not sure what you're asking...Apache is not a J2EE server, however a J2EE 
 server like Tomcat or JBoss can ride on top of Apache. Are you looking for a 
 full blown J2EE server that does EJB or just a JSP Container? One thing a 
 J2EE server architecture will give you is force you to separate presentation 
 and logic, but the same can be said about Fusebox I suppose.
 
 Can you give more info?
 
 Thanks,
 Michael
 
 
 
 
 -Original Message-
 From: Andrew Dixon [EMAIL PROTECTED]
 Sent: Dec 13, 2004 9:56 AM
 To: CF-Talk [EMAIL PROTECTED]
 Subject: Using a J2EE Application Server
 
 Hi All.
 
 I'm looking for a little bit of information. In what case would you
 use CFMX on a J2EE platform? We current have a server using CFMX 
 Apache on RedHat. What does using the J2EE platform give me and do the
 J2EE replace Apache as the webserver or do you still need that?
 
 Thanks for any information anyone can provide.
 
 Best Regards
 
 Andrew.
 
 
 



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

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


Re: Using a J2EE Application Server

2004-12-13 Thread Michael Greenberg
Is migrating your app to JSP/Servlets a possibility?


-Original Message-
From: Andrew Dixon [EMAIL PROTECTED]
Sent: Dec 13, 2004 10:38 AM
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: Using a J2EE Application Server

We are on a Redhat Linux box, so the IIS Lockdown tool is not going to
do much, but I have used on a Window box before and it causes lots of
problems!!!

Andrew.


On Mon, 13 Dec 2004 15:30:12 -, Robertson-Ravo, Neil (RX)
[EMAIL PROTECTED] wrote:
 We too are having these issues.and we are contemplating the move to
 J2EE...Have you ran the IIS Lockdown tool?
 
 
 
 
 -Original Message-
 From: Andrew Dixon [mailto:[EMAIL PROTECTED]
 Sent: 13 December 2004 15:31
 To: CF-Talk
 Subject: Re: Using a J2EE Application Server
 
 Hi.
 
 We are basically looking for a more robust platform on which to run
 CF. We have a site with about 500,000 page view per day and every now
 and again the CF server service will die and the only way we have
 found to get it running again is to kill the CF server threads (using
 the kill command) and then start it again, trying to stop the server
 doesn't work. Some else suggested to a college that using CF on the
 J2EE platform might help make it more robust, but we have zero
 experience of the J2EE platform and we where using looking for a basic
 intro into work it is, does and whether or not it might help.
 
 I understand the Apache is not a J2EE server, but I was wondering if
 the J2EE server replaces the web server (like Apache) or if you still
 use a web server as well.
 
 The server is Dual Xeon 2Ghz with 4Gb RAM and 80Gb IDE Hard Drive. The
 average load on the machine never gets to high, but the CF server just
 appears to full over sometimes. We are using CFMX6.1 + Updater, which
 has improved the stability slightly. Any ideas?
 
 Andrew
 
 On Mon, 13 Dec 2004 10:17:46 -0500 (GMT-05:00), Michael Greenberg
 [EMAIL PROTECTED] wrote:
  Hi Andrew,
  Not sure what you're asking...Apache is not a J2EE server, however a J2EE
 server like Tomcat or JBoss can ride on top of Apache. Are you looking for a
 full blown J2EE server that does EJB or just a JSP Container? One thing a
 J2EE server architecture will give you is force you to separate presentation
 and logic, but the same can be said about Fusebox I suppose.
 
  Can you give more info?
 
  Thanks,
  Michael
 
 
 
 
  -Original Message-
  From: Andrew Dixon [EMAIL PROTECTED]
  Sent: Dec 13, 2004 9:56 AM
  To: CF-Talk [EMAIL PROTECTED]
  Subject: Using a J2EE Application Server
 
  Hi All.
 
  I'm looking for a little bit of information. In what case would you
  use CFMX on a J2EE platform? We current have a server using CFMX 
  Apache on RedHat. What does using the J2EE platform give me and do the
  J2EE replace Apache as the webserver or do you still need that?
 
  Thanks for any information anyone can provide.
 
  Best Regards
 
  Andrew.
 
 
 
 
 



~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

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


Re: Using a J2EE Application Server

2004-12-13 Thread Michael Greenberg
If you choose to rewrite in something other than CF and if you dont have a need 
for multithreading or if its a small application that might be better than Java 
:)

-Original Message-
From: Andrew Dixon [EMAIL PROTECTED]
Sent: Dec 13, 2004 10:49 AM
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: Using a J2EE Application Server

Not really. Someone else suggested moving it to PHP, which we have
some experience with, so I think if it was a re-write it would go down
that route.

Andrew.


On Mon, 13 Dec 2004 10:42:27 -0500 (GMT-05:00), Michael Greenberg
[EMAIL PROTECTED] wrote:
 Is migrating your app to JSP/Servlets a possibility?
 
 
 
 
 -Original Message-
 From: Andrew Dixon [EMAIL PROTECTED]
 Sent: Dec 13, 2004 10:38 AM
 To: CF-Talk [EMAIL PROTECTED]
 Subject: Re: Using a J2EE Application Server
 
 We are on a Redhat Linux box, so the IIS Lockdown tool is not going to
 do much, but I have used on a Window box before and it causes lots of
 problems!!!
 
 Andrew.
 
 On Mon, 13 Dec 2004 15:30:12 -, Robertson-Ravo, Neil (RX)
 [EMAIL PROTECTED] wrote:
  We too are having these issues.and we are contemplating the move to
  J2EE...Have you ran the IIS Lockdown tool?
 
 
 
 
  -Original Message-
  From: Andrew Dixon [mailto:[EMAIL PROTECTED]
  Sent: 13 December 2004 15:31
  To: CF-Talk
  Subject: Re: Using a J2EE Application Server
 
  Hi.
 
  We are basically looking for a more robust platform on which to run
  CF. We have a site with about 500,000 page view per day and every now
  and again the CF server service will die and the only way we have
  found to get it running again is to kill the CF server threads (using
  the kill command) and then start it again, trying to stop the server
  doesn't work. Some else suggested to a college that using CF on the
  J2EE platform might help make it more robust, but we have zero
  experience of the J2EE platform and we where using looking for a basic
  intro into work it is, does and whether or not it might help.
 
  I understand the Apache is not a J2EE server, but I was wondering if
  the J2EE server replaces the web server (like Apache) or if you still
  use a web server as well.
 
  The server is Dual Xeon 2Ghz with 4Gb RAM and 80Gb IDE Hard Drive. The
  average load on the machine never gets to high, but the CF server just
  appears to full over sometimes. We are using CFMX6.1 + Updater, which
  has improved the stability slightly. Any ideas?
 
  Andrew
 
  On Mon, 13 Dec 2004 10:17:46 -0500 (GMT-05:00), Michael Greenberg
  [EMAIL PROTECTED] wrote:
   Hi Andrew,
   Not sure what you're asking...Apache is not a J2EE server, however a J2EE
  server like Tomcat or JBoss can ride on top of Apache. Are you looking for a
  full blown J2EE server that does EJB or just a JSP Container? One thing a
  J2EE server architecture will give you is force you to separate presentation
  and logic, but the same can be said about Fusebox I suppose.
  
   Can you give more info?
  
   Thanks,
   Michael
  
  
  
  
   -Original Message-
   From: Andrew Dixon [EMAIL PROTECTED]
   Sent: Dec 13, 2004 9:56 AM
   To: CF-Talk [EMAIL PROTECTED]
   Subject: Using a J2EE Application Server
  
   Hi All.
  
   I'm looking for a little bit of information. In what case would you
   use CFMX on a J2EE platform? We current have a server using CFMX 
   Apache on RedHat. What does using the J2EE platform give me and do the
   J2EE replace Apache as the webserver or do you still need that?
  
   Thanks for any information anyone can provide.
  
   Best Regards
  
   Andrew.
  
  
  
 
 
 
 



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

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


Re: Using a J2EE Application Server

2004-12-13 Thread Michael Greenberg
Hi Andrew,
Not sure what you're asking...Apache is not a J2EE server, however a J2EE 
server like Tomcat or JBoss can ride on top of Apache. Are you looking for a 
full blown J2EE server that does EJB or just a JSP Container? One thing a J2EE 
server architecture will give you is force you to separate presentation and 
logic, but the same can be said about Fusebox I suppose.

Can you give more info?

Thanks,
Michael



-Original Message-
From: Andrew Dixon [EMAIL PROTECTED]
Sent: Dec 13, 2004 9:56 AM
To: CF-Talk [EMAIL PROTECTED]
Subject: Using a J2EE Application Server

Hi All.

I'm looking for a little bit of information. In what case would you
use CFMX on a J2EE platform? We current have a server using CFMX 
Apache on RedHat. What does using the J2EE platform give me and do the
J2EE replace Apache as the webserver or do you still need that?

Thanks for any information anyone can provide.

Best Regards

Andrew.



~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

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


Re: Using a J2EE Application Server

2004-12-13 Thread Michael Greenberg
ahhh...didn't know you could do this with JMXdon't know if I'd feel comfy 
with this in a production environment...but just my 2 cents from working with 
JMX in the past :)

-Original Message-
From: Chris Norloff [EMAIL PROTECTED]
Sent: Dec 13, 2004 10:38 AM
To: CF-Talk [EMAIL PROTECTED]
Subject: Re: Using a J2EE Application Server

Using CFMX on J2EE lets you move into existing J2EE environments. It lets you 
use both CFMX and Java developers to build your application(s). 

It can allow you to use CFMX for rapid-prototyping, then build in Java as you 
need.  

With the use of J2EE Session Management, you can fully integrate CFMX and Java 
apps as CFMX  Java share one session and identifier (jsessionid, and the HTTP 
session object).

J2EE is just middle-tier, you still need a web server. Apache (modified) is 
used as the web server with WebSphere and Oracle Application Server.

See:
http://www.macromedia.com/software/coldfusion/j2ee/index.html#100
http://www.macromedia.com/devnet/mx/coldfusion/java_j2ee.html

best,
Chris Norloff

-- Original Message --
From: Andrew Dixon [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date:  Mon, 13 Dec 2004 14:56:30 +

Hi All.

I'm looking for a little bit of information. In what case would you
use CFMX on a J2EE platform? We current have a server using CFMX 
Apache on RedHat. What does using the J2EE platform give me and do the
J2EE replace Apache as the webserver or do you still need that?

Thanks for any information anyone can provide.

Best Regards

Andrew.





~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

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


Re: Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Michael Greenberg
Do you have your JAVA_HOME  environment variable set?


On Nov 19, 2004, at 10:09 AM, Robertson-Ravo, Neil (RX) wrote:

 Anyone for experience a problem where after a Windows update (which  
 may not
 be related) Tomcat fails to start?

 I am getting the following in the Event Log:

 Initially : The Tomcat service has started

 Then I get:

 The LoadLibrary function failed for the following reason: The specified
 module could not be found.

 And

 Could Not Load the Java Virtual Machine


 Running Tomcat 4.0.1, Java 1.4.2_05

 Thanks

 Neil


 This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
 Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed  
 Business,
 Registered in England, Number 678540.  It contains information which is
 confidential and may also be privileged.  It is for the exclusive use  
 of the
 intended recipient(s).  If you are not the intended recipient(s)  
 please note
 that any form of distribution, copying or use of this communication or  
 the
 information in it is strictly prohibited and may be unlawful.  If you  
 have
 received this communication in error please return it to the sender or  
 call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within  
 this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com

 

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

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


Re: Tomcat 4.0.1 Failing to Start

2004-11-19 Thread Michael Greenberg
What about from the command line?

If it works there I think its the devil's fault :)

On Nov 19, 2004, at 10:44 AM, Robertson-Ravo, Neil (RX) wrote:

 Yep...the weirdest thing is this : if I click on startup.bat it will  
 start
 AOK(I can browse to 8100 sites), but if I try and start it via a  
 Windows
 Service it chokes?!



 -Original Message-
 From: Michael Greenberg [mailto:[EMAIL PROTECTED]
 Sent: 19 November 2004 15:31
 To: CF-Talk
 Subject: Re: Tomcat 4.0.1 Failing to Start

 Do you have your JAVA_HOME  environment variable set?


 On Nov 19, 2004, at 10:09 AM, Robertson-Ravo, Neil (RX) wrote:

 Anyone for experience a problem where after a Windows update (which
 may not
 be related) Tomcat fails to start?

 I am getting the following in the Event Log:

 Initially : The Tomcat service has started

 Then I get:

 The LoadLibrary function failed for the following reason: The  
 specified
 module could not be found.

 And

 Could Not Load the Java Virtual Machine


 Running Tomcat 4.0.1, Java 1.4.2_05

 Thanks

 Neil


 This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
 Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed
 Business,
 Registered in England, Number 678540.  It contains information which  
 is
 confidential and may also be privileged.  It is for the exclusive use
 of the
 intended recipient(s).  If you are not the intended recipient(s)
 please note
 that any form of distribution, copying or use of this communication or
 the
 information in it is strictly prohibited and may be unlawful.  If you
 have
 received this communication in error please return it to the sender or
 call
 our switchboard on +44 (0) 20 89107910.  The opinions expressed within
 this
 communication are not necessarily those expressed by Reed Exhibitions.
 Visit our website at http://www.reedexpo.com





 

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

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


Re: OT-Flash-Creating Flv's

2003-09-18 Thread Michael Greenberg
Critz,
What are you using to create your flv? Are you using Squeeze? What are your
compression settings also.

Thanks,
Michael


On 9/18/03 7:08 PM, Critz [EMAIL PROTECTED] wrote:

 oi CF-Talk,!!
 
 everytime  I import video into flashmxit turns out very pixelly...large
 pixels... any ideas as
 to how i can get around this? When i export it to an flv, it still looks
 pixelly :(
 
 
 Crit
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137632
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: OT-Flash-Creating Flv's

2003-09-18 Thread Michael Greenberg
The best way to get the goods in flv is Sorenson Squeezevery cool tool
:)

http://www.sorenson.com/content.php?cats=2

I usually get excellent quality from it.


On 9/18/03 9:36 PM, Critz [EMAIL PROTECTED] wrote:

 oi Michael!!
 
 no  clue,  i  had  only exported an imported video from flash didn't
 really know how to go about
 it...
 

~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137637
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


Email Quandry

2003-01-08 Thread Michael Greenberg
Hi folks,
I have an issue with an HTML email newsletter I am trying to send out. I
have a database of approximately 11,000 email addresses I need to send this
newsletter to. Is there a way that I can send this out to about 100
addresses at a time? I need some sort of mechanism to loop through the
database grab 100 email addresses and send. I'm using CF 5 on Windows 2K.

Thanks,
Michael

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Email Quandry

2003-01-08 Thread Michael Greenberg
Peter,
The only issue I have with that is that this is a quick hack that I am not
getting paid to do.I will look at this in the future though when I rebuild
this tool and I have a budget to work with.

Also cfdev is down :)

Thanks,
Michael

- Original Message -
From: Tilbrook, Peter [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 12:06 AM
Subject: RE: Email Quandry


 Check out ActivMail (http://www.cfdev.com)

 ==
 Peter Tilbrook
 Internet Applications Developer
 Australian Building Codes Board
 GPO Box 9839
 CANBERRA ACT 2601
 AUSTRALIA

   WWW: http://www.abcb.gov.au/
E-Mail: [EMAIL PROTECTED]
 Telephone: (02) 6213 6731
Mobile: 0439 401 823
 Facsimile: (02) 6213 7287


 -Original Message-
 From: Michael Greenberg [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, 9 January 2003 4:05 PM
 To: CF-Talk
 Subject: Email Quandry


 Hi folks,
 I have an issue with an HTML email newsletter I am trying to send out. I
 have a database of approximately 11,000 email addresses I need to send
this
 newsletter to. Is there a way that I can send this out to about 100
 addresses at a time? I need some sort of mechanism to loop through the
 database grab 100 email addresses and send. I'm using CF 5 on Windows 2K.

 Thanks,
 Michael


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Email Quandry

2003-01-08 Thread Michael Greenberg
Im just concerned with 11,000 emails going out at once that it might bring
the server down. Yes it is via SMTP.

Thanks,
Michael

- Original Message -
From: Paris Lundis [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 12:13 AM
Subject: Re: Email Quandry


 should be no big problem with a set that small... what is happening
 wrong? and what mail server are you sending this stuff to?  type of
 SMTP server...

 Paris Lundis
 Founder
 Areaindex, L.L.C.
 http://www.areaindex.com
 http://www.pubcrawler.com
 412-292-3135
 [finding the future in the past, passing the future in the present]
 [connecting people, places and things]


 -Original Message-
 From: Michael Greenberg [EMAIL PROTECTED]
 Date: Thu, 9 Jan 2003 00:05:02 -0500
 Subject: Email Quandry

  Hi folks,
  I have an issue with an HTML email newsletter I am trying to send
  out. I
  have a database of approximately 11,000 email addresses I need to
  send this
  newsletter to. Is there a way that I can send this out to about 100
  addresses at a time? I need some sort of mechanism to loop through
  the
  database grab 100 email addresses and send. I'm using CF 5 on Windows
  2K.
 
  Thanks,
  Michael
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Problem with Studio

2002-12-26 Thread Michael Greenberg
John,
Did you happen to install DWMX ? I had this happen when I upgraded to DWMX,
my CF Studio 5 was completely hosed. I just uninstalled and reinstalled and
everything has worked swell since.

Thanks,
Michael

- Original Message -
From: John Allred [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, December 26, 2002 9:44 PM
Subject: Problem with Studio


 This is probably a shot in the dark, but maybe someone can steer me in
 the right direction.

 My Studio 4.01 has been humming happily for a long time. But, sometime
 in the last few days I've lost access to the database viewer on
 localhost. When I try to view my tables, I get the message, The
 connection to the server cannot be established. I can't find anything
 in the help docs. Everything in IIS appears to be working. Plus, the CF
 server displays my site through the browser just fine.

 Don't know if I'm giving all the relevant information, but I sure could
 use an educated guess on where to look for the problem.

 Thanks,
 John
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: MM Rich Text Editor - WAS: RE: Macromedia Contribute

2002-12-11 Thread Michael Greenberg
Not to bash CFdev Peter. I love their product and I have deployed their
product using CF,JSP,and PHP, but they have the worst support in the world.
I left a message from them after 2 emails and I didnt get a call back from
them for 3 weeks.

I do love their product though :)

Thanks,
Michael

- Original Message -
From: Tilbrook, Peter [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, December 11, 2002 11:28 PM
Subject: RE: MM Rich Text Editor - WAS: RE: Macromedia Contribute


 ActivEdit from CFDEV (www.cfdev.com) is VERY good. If only they would
 invoice me so I can buy it! :)

 ==
 Peter Tilbrook
 Project Officer
 Strategic Development
 Australian Building Codes Board
 Department of Industry, Tourism and Resources
 GPO Box 9839
 CANBERRA ACT 2601
 AUSTRALIA

E-Mail: [EMAIL PROTECTED]
 Telephone: (02) 6213 6731
Mobile: 0439 401 823
 Facsimile: (02) 6213 7287


 -Original Message-
 From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, 12 December 2002 1:58 PM
 To: CF-Talk
 Subject: Re: MM Rich Text Editor - WAS: RE: Macromedia Contribute


 Kay Smoljak [EMAIL PROTECTED] wrote in message
 000901c2a16d$76f6ace0$0a00a8c0@blackhalo">news:000901c2a16d$76f6ace0$0a00a8c0@blackhalo...
  Take a look at Massimo's xhtmleditor -
 

http://www.macromedia.com/software/dreamweaver/special/extensions/#xhtml_edi
 tor
 
  It doesn't have all the features of some of the others, but it produces
 beautiful code, links to your stylesheet, and it's free.

 The extension above still has at least a bug or two. A later version is
 available on DRK 1 and the editor is still evolving into something better

 Massimo


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: PHP - CF

2002-11-29 Thread Michael Greenberg
I didnt find a way to convert code over but I thought this was a cool CF
Studio hack :)

http://www.coztech.com/index.cfm?ID=94

Thanks,
Michael
- Original Message -
From: webguy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 7:32 AM
Subject: RE: PHP - CF


 I'm just lazy. LOL  Are php programmers Open Source?

 WG

  -Original Message-
  From: Robertson-Ravo, Neil (RX)
  [mailto:[EMAIL PROTECTED]]
  Sent: 29 November 2002 12:18
  To: CF-Talk
  Subject: RE: PHP - CF
 
 
  A PHP programmer?
 
  -Original Message-
  From: webguy [mailto:[EMAIL PROTECTED]]
  Sent: 29 November 2002 12:19
  To: CF-Talk
  Subject: PHP - CF
 
 
  Anyone know of a PHP to CF converter???
 
  WG
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: PHP - CF

2002-11-29 Thread Michael Greenberg
Here's one that goes the other way. I haven't tested this out or anything,
but it makes you think :)

http://sourceforge.net/projects/cf2php/

Thanks,
Michael

- Original Message -
From: samcfug [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 1:07 PM
Subject: Re: PHP - CF


 Yeah, we are open source, but certainly not free!  LOL

 That would be the programming masterpiece to have a suite of utilities
that
 would translate code from one programming language to another.
 In fact that could well be classified as the Killer app of the century!
Not
 to mention every software company in the business would go right to work
to
 change up their own code languages in an effort to break the utility,
right?

 =
 Douglas White
 group Manager
 mailto:[EMAIL PROTECTED]
 http://www.samcfug.org
 =
 - Original Message -
 From: Robertson-Ravo, Neil (RX) [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, November 29, 2002 7:26 AM
 Subject: RE: PHP - CF


 | Yep :-)  LOL, I hear ya!
 |
 | -Original Message-
 | From: webguy [mailto:[EMAIL PROTECTED]]
 | Sent: 29 November 2002 12:32
 | To: CF-Talk
 | Subject: RE: PHP - CF
 |
 |
 | I'm just lazy. LOL  Are php programmers Open Source?
 |
 | WG
 |
 |  -Original Message-
 |  From: Robertson-Ravo, Neil (RX)
 |  [mailto:[EMAIL PROTECTED]]
 |  Sent: 29 November 2002 12:18
 |  To: CF-Talk
 |  Subject: RE: PHP - CF
 | 
 | 
 |  A PHP programmer?
 | 
 |  -Original Message-
 |  From: webguy [mailto:[EMAIL PROTECTED]]
 |  Sent: 29 November 2002 12:19
 |  To: CF-Talk
 |  Subject: PHP - CF
 | 
 | 
 |  Anyone know of a PHP to CF converter???
 | 
 |  WG
 | 
 |
 |
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: PHP - CF

2002-11-29 Thread Michael Greenberg
The thing I question is how good the interpretation of code would be. I used
an asp to CF converter once and it wasn't even close, but who knows what
this will do.

If anybody out there is playing around with this please let the group know
what your results were.

Michael

- Original Message -
From: Thane Sherrington [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 3:18 PM
Subject: RE: PHP - CF


 At 03:56 PM 11/29/02 -0400, Angel Stewart wrote:
 Does this mean I can write CFML code, test it on the CF server...and
 then convert it to PHP and it will work the same?

 It would be nice, but it is an alpha product that hasn't been updated
since
 Sept of 2001 (at least, as far as I can tell.)

 T

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: PHP - CF

2002-11-29 Thread Michael Greenberg
While we are on this topic. I ran into this PHP hack for CF Studio I thought
I would share.

http://www.coztech.com/index.cfm?ID=94

Michael
- Original Message -
From: Michael Greenberg [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Friday, November 29, 2002 3:48 PM
Subject: Re: PHP - CF


 The thing I question is how good the interpretation of code would be. I
used
 an asp to CF converter once and it wasn't even close, but who knows what
 this will do.

 If anybody out there is playing around with this please let the group know
 what your results were.

 Michael

 - Original Message -
 From: Thane Sherrington [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Friday, November 29, 2002 3:18 PM
 Subject: RE: PHP - CF


  At 03:56 PM 11/29/02 -0400, Angel Stewart wrote:
  Does this mean I can write CFML code, test it on the CF server...and
  then convert it to PHP and it will work the same?
 
  It would be nice, but it is an alpha product that hasn't been updated
 since
  Sept of 2001 (at least, as far as I can tell.)
 
  T
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Message Board

2002-11-25 Thread Michael Greenberg
Try Simpleboard -
http://www.simplemessageboard.com

Or you might want to try CFBB as well
http://www.adersoftware.com/index.cfm?page=cfbb
I've heard good things about both

Thanks,
Michael


- Original Message -
From: Double Down, Inc. [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, November 25, 2002 12:13 PM
Subject: Message Board


 Does anyone know of a good free message board program? I have checked out
the ones on the developers exchange and was wondering if anyone had any
others that they would recommend.

 TIA
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: Grabbing Stock Quotes

2002-11-21 Thread Michael Greenberg
Angel,
Ive used this one in the past...
http://www.amkor.com/proving_grounds/cf_stockgrabber/index.cfm

It worked ok, but I'll bet there is a good web service out there you can
grab. Check http://www.xmethods.net I would check for ya, but I gotta run :)

Thanks,
Michael

- Original Message -
From: Angel Stewart [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, November 21, 2002 12:16 PM
Subject: Grabbing Stock Quotes


 Hey all,

 I'm looking for a decent custom tag that grabs stock quotes.

 I've not been able to find one on the Dev Exchange that works properly
 :-\

 -Gel

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Re: Large Corporations that use ColdFusion

2002-11-21 Thread Michael Greenberg
FYI.

Please don't forget to enter these in the database if you haven't already
done so

http://www.fusionstation.com/whosusingcf/

Thanks,
Michael

- Original Message -
From: Jared Clinton [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, November 21, 2002 7:42 PM
Subject: RE: Large Corporations that use ColdFusion


 Jim and Eric,

 FYI: NEC Australia web site is written in cold fusion, www.nec.com.au

 -Jared Clinton

 -Original Message-
 From: Jim Davis [mailto:[EMAIL PROTECTED]]
 Sent: Friday, 22 November 2002 10:29 AM
 To: CF-Talk
 Subject: RE: Large Corporations that use ColdFusion


   -Original Message-
   From: Eric Carlisle [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, September 10, 2002 3:20 PM
   To: CF-Talk
   Subject: Large Corporations that use ColdFusion
  
   I've seen this post before, so I'm sorry for the repeat.  I'm
  defending
   the
   use of ColdFusion in a large corporate environment.  I need some
  names
   (as
   many as you can throw at me) of large corporations that use
  ColdFusion
   (did
   I see somewhere that Ebay uses CF for intranet usage?). If this is
   redundant list traffic, please send to me offline.
  
   Thanks :)
  
   Eric

 Well, at least for now New England Financial still uses it
 (www.nef.com).  We're about 2500 people and have been happily using it
 for five years.

 We were, however bought by MetLife - and they don't use it.  Lord knows
 why since we're done in CF faster and better than any project they've
 done in JSP (WebSphere) but there you go.  I'm pushing for CFMX on
 WebSphere, but am not encouraged lately.

 I've also done CF projects personally for John Hancock and Litton-PRC -
 both very large companies.

 I've also met people working with CF at Northrop-Grumond [sic?] and
 Lockheed-Martin, but I'm not sure of what capacity it was used in.

 What are the corporate issues with CF?  If you let us know some of the
 problems (performance, support, community, availability, etc) I'm sure
 we can, collectively, come up with any number of specific examples.

 Jim Davis



 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Big Corporations using Cold Fusion

2002-11-20 Thread Michael Greenberg
As a follow up to this thread from yesterday. I'm going to start compiling a
list of corporations using CF. Go here
(http://www.fusionstation.com/whosusingcf/) and fill out the form.

I'll update everyone when I get a decent amount of these in the database.
The plan moving forward from there is to pull these into a cool Flash
Remoting type of presentation.

If you have any questions give me a shout.

Thanks,
Michael

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: Large Corporations that use ColdFusion

2002-11-19 Thread Michael Greenberg
I know Bank of America uses it internally and it's used externally @
Peachtree Software... http://www.peachtree.com

Also at my last gig I built a portal product that we sold to over 750
financial institutions that runs on CF

S1 Customer Center - http://k2.secure-banking.com/0002.cfm

Thanks,
Michael

- Original Message -
From: David Groth [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, September 11, 2002 8:58 AM
Subject: RE: Large Corporations that use ColdFusion


 http://www.detroitlions.com
 As a Detroit Lion's (professional American football) fan, we often
 question whether they are actually a large corporation ... ;^)

 Dave Groth

  [EMAIL PROTECTED] 09/10/02 08:44PM 
 Also the Montreal Canandiens for us hockey folks...all CF
 http://www.canadiens.com

 They've also got an in-house scouting application all done in
 CF..pretty
 neat...


 -Original Message-
 From: Douglas Brown [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 10, 2002 9:54 PM
 To: CF-Talk
 Subject: Re: Large Corporations that use ColdFusion

 You can also ad the site for the NFC Champion St. Louis Rams to the
 list
 Ben.




 Douglas Brown
 Email: [EMAIL PROTECTED]
 - Original Message -
 From: Ben Forta [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, September 10, 2002 1:52 PM
 Subject: RE: Large Corporations that use ColdFusion


  http://www.forta.com/cf/using/list.cfm?highlight=1 for the
 highlighted
  ones (including some biggies).
 
  http://www.forta.com/cf/using/ for the complete list.
 
  Also visit www.cffaq.com for ammunition.
 
 
 
 
 
  -Original Message-
  From: Eric Carlisle [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 3:20 PM
  To: CF-Talk
  Subject: Large Corporations that use ColdFusion
 
 
  I've seen this post before, so I'm sorry for the repeat.  I'm
 defending
  the
  use of ColdFusion in a large corporate environment.  I need some
 names
  (as
  many as you can throw at me) of large corporations that use
 ColdFusion
  (did
  I see somewhere that Ebay uses CF for intranet usage?). If this is
  redundant list traffic, please send to me offline.
 
  Thanks :)
 
  Eric
 
 
 
 


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



Re: Large Corporations that use ColdFusion

2002-11-19 Thread Michael Greenberg
Is there a complete list of all of these somewhere? I think its important to
have these all together. If no one has these compiled in a recent list I
will be more than happy to do so.

Thanks,
Michael

- Original Message -
From: Mike Brunt [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, November 19, 2002 10:07 AM
Subject: RE: Large Corporations that use ColdFusion


 Some clients I worked with on ColdFusion whilst at Allaire Macromedia and
 since (many of these are internal so it is not apparent).

 Alcatel
 ATT Wireless
 Baylor College of Medicine
 Carlson Companies (TGI Fridays - Wyndham Hotels etc)
 eBay
 Ernst and Young
 Gambro Healthcare
 IDG Publications
 HealthStream
 Hooked on Phonics
 Loudcloud (A big 3 automaker client)
 San Diego Gas and Electric
 Sempra Energy
 Sony Pictures
 Southern California Gas

 Hth
 Mike Brunt - CTO
 Webapper Services LLC
 Blog - http://www.webapper.net
 Downey CA Office
 562.243.6255
 AIM webappermb

 Web Application Specialists

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 19, 2002 6:40 AM
 To: CF-Talk
 Subject: RE: Large Corporations that use ColdFusion


 We use it here internally at Alltel...

 Hey, victoriasecrets.com uses it!  Enough said.

 Doug

 -Original Message-
 From: Robertson-Ravo, Neil (REC)
 [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 19, 2002 7:36 AM
 To: CF-Talk
 Subject: RE: Large Corporations that use ColdFusion
 
 
 We also use it :-)
 
 -Original Message-
 From: Michael Greenberg [mailto:[EMAIL PROTECTED]]
 Sent: 19 November 2002 12:30
 To: CF-Talk
 Subject: Re: Large Corporations that use ColdFusion
 
 
 I know Bank of America uses it internally and it's used externally @
 Peachtree Software... http://www.peachtree.com
 
 Also at my last gig I built a portal product that we sold to over 750
 financial institutions that runs on CF
 
 S1 Customer Center - http://k2.secure-banking.com/0002.cfm
 
 Thanks,
 Michael
 
 - Original Message -
 From: David Groth [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Wednesday, September 11, 2002 8:58 AM
 Subject: RE: Large Corporations that use ColdFusion
 
 
  http://www.detroitlions.com
  As a Detroit Lion's (professional American football) fan, we often
  question whether they are actually a large corporation ... ;^)
 
  Dave Groth
 
   [EMAIL PROTECTED] 09/10/02 08:44PM 
  Also the Montreal Canandiens for us hockey folks...all CF
  http://www.canadiens.com
 
  They've also got an in-house scouting application all done in
  CF..pretty
  neat...
 
 
  -Original Message-
  From: Douglas Brown [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, September 10, 2002 9:54 PM
  To: CF-Talk
  Subject: Re: Large Corporations that use ColdFusion
 
  You can also ad the site for the NFC Champion St. Louis Rams to the
  list
  Ben.
 
 
 
 
  Douglas Brown
  Email: [EMAIL PROTECTED]
  - Original Message -
  From: Ben Forta [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, September 10, 2002 1:52 PM
  Subject: RE: Large Corporations that use ColdFusion
 
 
   http://www.forta.com/cf/using/list.cfm?highlight=1 for the
  highlighted
   ones (including some biggies).
  
   http://www.forta.com/cf/using/ for the complete list.
  
   Also visit www.cffaq.com for ammunition.
  
  
  
  
  
   -Original Message-
   From: Eric Carlisle [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, September 10, 2002 3:20 PM
   To: CF-Talk
   Subject: Large Corporations that use ColdFusion
  
  
   I've seen this post before, so I'm sorry for the repeat.  I'm
  defending
   the
   use of ColdFusion in a large corporate environment.  I need some
  names
   (as
   many as you can throw at me) of large corporations that use
  ColdFusion
   (did
   I see somewhere that Ebay uses CF for intranet usage?). If this is
   redundant list traffic, please send to me offline.
  
   Thanks :)
  
   Eric
  
  
  
  
 
 
 
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



Re: Large Corporations that use ColdFusion

2002-11-19 Thread Michael Greenberg
Its not recent though is the only thing... I was thinking about turning it
into a Flash Remoting project :)

- Original Message -
From: Scott Mulholland [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, November 19, 2002 10:23 AM
Subject: RE: Large Corporations that use ColdFusion


 I know there is one on forta.com (http://www.forta.com/cf/using/), but
 not sure how recent it is.

 -Original Message-
 From: Michael Greenberg [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 19, 2002 10:10 AM
 To: CF-Talk
 Subject: Re: Large Corporations that use ColdFusion


 Is there a complete list of all of these somewhere? I think its
 important to have these all together. If no one has these compiled in a
 recent list I will be more than happy to do so.

 Thanks,
 Michael

 - Original Message -
 From: Mike Brunt [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, November 19, 2002 10:07 AM
 Subject: RE: Large Corporations that use ColdFusion


  Some clients I worked with on ColdFusion whilst at Allaire Macromedia
  and since (many of these are internal so it is not apparent).
 
  Alcatel
  ATT Wireless
  Baylor College of Medicine
  Carlson Companies (TGI Fridays - Wyndham Hotels etc)
  eBay
  Ernst and Young
  Gambro Healthcare
  IDG Publications
  HealthStream
  Hooked on Phonics
  Loudcloud (A big 3 automaker client)
  San Diego Gas and Electric
  Sempra Energy
  Sony Pictures
  Southern California Gas
 
  Hth
  Mike Brunt - CTO
  Webapper Services LLC
  Blog - http://www.webapper.net
  Downey CA Office
  562.243.6255
  AIM webappermb
 
  Web Application Specialists
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, November 19, 2002 6:40 AM
  To: CF-Talk
  Subject: RE: Large Corporations that use ColdFusion
 
 
  We use it here internally at Alltel...
 
  Hey, victoriasecrets.com uses it!  Enough said.
 
  Doug
 
  -Original Message-
  From: Robertson-Ravo, Neil (REC)
  [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, November 19, 2002 7:36 AM
  To: CF-Talk
  Subject: RE: Large Corporations that use ColdFusion
  
  
  We also use it :-)
  
  -Original Message-
  From: Michael Greenberg [mailto:[EMAIL PROTECTED]]
  Sent: 19 November 2002 12:30
  To: CF-Talk
  Subject: Re: Large Corporations that use ColdFusion
  
  
  I know Bank of America uses it internally and it's used externally @
  Peachtree Software... http://www.peachtree.com
  
  Also at my last gig I built a portal product that we sold to over 750

  financial institutions that runs on CF
  
  S1 Customer Center - http://k2.secure-banking.com/0002.cfm
  
  Thanks,
  Michael
  
  - Original Message -
  From: David Groth [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Wednesday, September 11, 2002 8:58 AM
  Subject: RE: Large Corporations that use ColdFusion
  
  
   http://www.detroitlions.com
   As a Detroit Lion's (professional American football) fan, we often
   question whether they are actually a large corporation ... ;^)
  
   Dave Groth
  
[EMAIL PROTECTED] 09/10/02 08:44PM 
   Also the Montreal Canandiens for us hockey folks...all CF
   http://www.canadiens.com
  
   They've also got an in-house scouting application all done in
   CF..pretty neat...
  
  
   -Original Message-
   From: Douglas Brown [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, September 10, 2002 9:54 PM
   To: CF-Talk
   Subject: Re: Large Corporations that use ColdFusion
  
   You can also ad the site for the NFC Champion St. Louis Rams to the

   list Ben.
  
  
  
  
   Douglas Brown
   Email: [EMAIL PROTECTED]
   - Original Message -
   From: Ben Forta [EMAIL PROTECTED]
   To: CF-Talk [EMAIL PROTECTED]
   Sent: Tuesday, September 10, 2002 1:52 PM
   Subject: RE: Large Corporations that use ColdFusion
  
  
http://www.forta.com/cf/using/list.cfm?highlight=1 for the
   highlighted
ones (including some biggies).
   
http://www.forta.com/cf/using/ for the complete list.
   
Also visit www.cffaq.com for ammunition.
   
   
   
   
   
-Original Message-
From: Eric Carlisle [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 10, 2002 3:20 PM
To: CF-Talk
Subject: Large Corporations that use ColdFusion
   
   
I've seen this post before, so I'm sorry for the repeat.  I'm
   defending
the
use of ColdFusion in a large corporate environment.  I need some
   names
(as
many as you can throw at me) of large corporations that use
   ColdFusion
(did
I see somewhere that Ebay uses CF for intranet usage?). If this
is redundant list traffic, please send to me offline.
   
Thanks :)
   
Eric
   
   
   
   
  
  
  
  
  
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ

Re: Behind closed doors was RE: Large Corporations that useColdFusion

2002-11-19 Thread Michael Greenberg
That was exactly my intention. I was thinking and description...thats it :)
- Original Message -
From: S. Isaac Dealey [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, November 19, 2002 12:18 PM
Subject: RE: Behind closed doors was RE: Large Corporations that
useColdFusion


 I think the implication was to produce something with more specifics than
 Ben's. Ben's site says who, but now how -- i.e.

 Lokheed Martin -- www.lockheed.com -- Defense Contractor -- Internal CF
 applications to manage engineering and business workflow, as well as
 appointment and meeting scheduling and integration with Outlook.

 Although I suspect it's more likely to be filled up with entries like:

 Lokheed Martin -- www.lockheed.com
 -- Defense Contractor -- CLASSIFIED
 Men's Warehouse -- www.menswarehouse.com
 -- Clothing Store -- TRADE SECRET
 Toys R Us -- www.toysrus.com
 -- Toy Store -- WE'D HAVE TO KILL YOU
 Little Debbie -- www.littledebbie.com
 -- Snack Food Company -- YOU'RE KIDDING, RIGHT?

 S. Isaac Dealey
 Certified Advanced ColdFusion 5 Developer

 www.turnkey.to
 954-776-0046

  kinda like what ben's site does???

  [EMAIL PROTECTED] 11/19/02 11:30AM 
  I think the only way you could do it is to start a site or a section of
  a site where developers can submit the company name that is using CF for
  internal apps.

  Ben

  -Original Message-
  From: Mike Brunt [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, November 19, 2002 11:35 AM
  To: CF-Talk
  Subject: Behind closed doors was RE: Large Corporations that use
  ColdFusion

  This has cropped up before, one of the problems is many of these apps
  and
  internal and cannot be verified from outside.  Any one got any ideas how
  that could be dealt with and monitored?

  Mike Brunt - CTO
  Webapper Services LLC
  Blog - http://www.webapper.net
  Downey CA Office
  562.243.6255
  AIM webappermb

  Web Application Specialists

  -Original Message-
  From: Michael Greenberg [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, November 19, 2002 7:31 AM
  To: CF-Talk
  Subject: Re: Large Corporations that use ColdFusion


  Its not recent though is the only thing... I was thinking about turning
  it
  into a Flash Remoting project :)

  - Original Message -
  From: Scott Mulholland [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, November 19, 2002 10:23 AM
  Subject: RE: Large Corporations that use ColdFusion


  I know there is one on forta.com (http://www.forta.com/cf/using/), but
  not sure how recent it is.
 
  -Original Message-
  From: Michael Greenberg [mailto:[EMAIL PROTECTED]]
  Sent: Tuesday, November 19, 2002 10:10 AM
  To: CF-Talk
  Subject: Re: Large Corporations that use ColdFusion
 
 
  Is there a complete list of all of these somewhere? I think its
  important to have these all together. If no one has these compiled in
  a
  recent list I will be more than happy to do so.
 
  Thanks,
  Michael
 
  - Original Message -
  From: Mike Brunt [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Tuesday, November 19, 2002 10:07 AM
  Subject: RE: Large Corporations that use ColdFusion
 
 
   Some clients I worked with on ColdFusion whilst at Allaire
  Macromedia
   and since (many of these are internal so it is not apparent).
  
   Alcatel
   ATT Wireless
   Baylor College of Medicine
   Carlson Companies (TGI Fridays - Wyndham Hotels etc)
   eBay
   Ernst and Young
   Gambro Healthcare
   IDG Publications
   HealthStream
   Hooked on Phonics
   Loudcloud (A big 3 automaker client)
   San Diego Gas and Electric
   Sempra Energy
   Sony Pictures
   Southern California Gas
  
   Hth
   Mike Brunt - CTO
   Webapper Services LLC
   Blog - http://www.webapper.net
   Downey CA Office
   562.243.6255
   AIM webappermb
  
   Web Application Specialists
  
   -Original Message-
   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, November 19, 2002 6:40 AM
   To: CF-Talk
   Subject: RE: Large Corporations that use ColdFusion
  
  
   We use it here internally at Alltel...
  
   Hey, victoriasecrets.com uses it!  Enough said.
  
   Doug
  
   -Original Message-
   From: Robertson-Ravo, Neil (REC)
   [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, November 19, 2002 7:36 AM
   To: CF-Talk
   Subject: RE: Large Corporations that use ColdFusion
   
   
   We also use it :-)
   
   -Original Message-
   From: Michael Greenberg [mailto:[EMAIL PROTECTED]]
   Sent: 19 November 2002 12:30
   To: CF-Talk
   Subject: Re: Large Corporations that use ColdFusion
   
   
   I know Bank of America uses it internally and it's used externally
  @
   Peachtree Software... http://www.peachtree.com
   
   Also at my last gig I built a portal product that we sold to over
  750
 
   financial institutions that runs on CF
   
   S1 Customer Center - http://k2.secure-banking.com/0002.cfm
   
   Thanks,
   Michael
   
   - Original Message -
   From: David Groth [EMAIL

Re: OO Programming Questions

2002-11-17 Thread Michael Greenberg
Hi Frank,
I dont know of any lists, but I do know of a great tutorial as well as a
great book:

1 - http://www.debreuil.com/docs/ch01_Intro.htm - it's Flash 5 specific, but
an excellent starter.
2- Ben Forta's CFWACK for MX - He has a whole section on cfcs which helped
me get the concept
3 - An excellent book from what I hear:
Object Oriented Programming with Actionscript
http://www.amazon.com/exec/obidos/tg/detail/-/0735711836/ref=ase_devmx-20/10
4-5640365-8111961?v=glances=books

I think the first link I gave should really make it all click.

Thanks,
Michael

- Original Message -
From: Frank Mamone [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, November 17, 2002 1:10 PM
Subject: OO Programming Questions


 Hi,

 I'm learning OO Programming with ActionScript in order to do some Flash
Apps. I was just wondering if anyone knew of a mailing list where I can ask
general OO programming questions.


 Thanks,

 Frank

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: OO Programming Questions

2002-11-17 Thread Michael Greenberg
I agree Michael,once you really start getting into cfcs you really see the
value of grasping the concept of OOP and Ben's examples really maked it all
click. It was hard for me to think of Cold Fusion in an object oreinted
manner, but that cleared it up :)

Thanks,
Michael

- Original Message -
From: Michael Dinowitz [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, November 17, 2002 1:27 PM
Subject: Re: OO Programming Questions


 There are a number of flash related lists at chattyfig.figleaf.com which
may
 contain an Actionscript list. There is a CF-Flash list on HoF for talk
specific
 to connecting Flash to CF.
 I'm sure that if the question came up here it would be discussed to the
benefit
 of the list members.


  Hi,
 
  I'm learning OO Programming with ActionScript in order to do some Flash
Apps.
 I was just wondering if anyone knew of a mailing list where I can ask
general OO
 programming questions.
 
 
  Thanks,
 
  Frank
 
 
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



OT: FlashCom host

2002-11-17 Thread Michael Greenberg
Does anyone know of a good (any) Flash Communication server hosts? 

Any experience or advice on a host would be helpful.

Thanks,
Michael
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: FlashCom host

2002-11-17 Thread Michael Greenberg
Thanks Sam,

I'll give them a shot. They seem to be the only game in town :)

Michael
- Original Message -
From: Samuel Neff [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Sunday, November 17, 2002 4:55 PM
Subject: RE: FlashCom host


 I haven't used Media Temple, but I can say that I met one of their
 people at DevCon and he appeared very knowledgeable about Flash Comm.

 -Original Message-
 From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, November 17, 2002 3:45 PM
 To: CF-Talk
 Subject: Re: FlashCom host


  Does anyone know of a good (any) Flash Communication server hosts?
 
  Any experience or advice on a host would be helpful.
 
 I have no direct experience with them:

 http://www.mediatemple.com/

 Massimo


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: SOT Tool to disassemble Java class files

2002-11-16 Thread Michael Greenberg
I remember someone saying on one of the Sun lists that you can do this in
JBuilder, but Im not sure how. Since you are on a Mac have looked you into
doing this in Code Warrior. I know I have decomplied classes with something
that hooks into Powerplant.It was a 3rd party tool and it was on OS 8.6 but
I can't remember. You might want to try one of the CW newsgroups as well.

I would also recommend pinging the Jrun list as well.

Thanks,
Michael

- Original Message -
From: Dick Applebaum [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, November 16, 2002 6:40 AM
Subject: SOT Tool to disassemble Java class files


 What do people use to disassemble Java Class files?

 This is legitimate!

 I am trying to figure out what functions exist in a Java applet, so I
 can interface them with JavaScript.

 I am on Mac OS X, so 'Nix or Java based tools would be preferred.

 TIA

 Dick

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: CF Studio like free editor?

2002-11-16 Thread Michael Greenberg
DL,
Ever try 1st Page?
http://www.evrsoft.com/products/

I would call it a poor man's CF Studio. One thing I will warn you about and
that it handles some of syntax in strange ways as far as color coding goes,
especially with components. I like it ok but I like CF Studio in many ways
as far text editing goes.

But as far as components are concerned DWMX is really the way to go...it
makes life easy :)

Thanks,
Michael

- Original Message -
From: Li Chunshen (Don) [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, November 16, 2002 6:50 PM
Subject: CF Studio like free editor?


 Probably, I'm going to buy a copy of HomeSite soon
 (for lack of alternatives), (HomeSite eval has
 expired), but before that, I'd like to try some CF
 Studio like free editor naturally without CF end TAG
 insertion?  Does any one know anything like that
 exist?  Thanks.

 DL



 __
 Do you Yahoo!?
 Yahoo! Web Hosting - Let the expert host your site
 http://webhosting.yahoo.com
 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



Re: Submitting flash forms to CF

2002-11-16 Thread Michael Greenberg
Bill,
Your one bottleneck here will be CF 5, since that wont facilitate Flash
Remoting.

Go here:
http://www.flashcfm.com/tutorial_search.cfm?categoryid=1

and download the 2nd listing. I think this should give you what you are
looking for.

Thanks,
Michael

- Original Message -
From: Bill Henderson [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Saturday, November 16, 2002 8:49 PM
Subject: OT: Submitting flash forms to CF


 Hey all -

 I am starting to mess around with flash forms, and I was looking for a
 way to send all the form fields in the submission. In the forms I have
 built so far, it seems that only the inputs that the user enter data
 into get sent in the submission. I am looking for some way to send blank
 fields without having to cfparam them on the submitted page. Also, does
 any body know any action script to loop around the flash form fields and
 create a form.fieldnames variable? Or do I need to set this manually?

 (Flash MX, IIS 5, CF 5)

 Thanks -
 Bill Henderson
 [EMAIL PROTECTED]


 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com