re: OT: SQL Manager?

2007-08-15 Thread Michael Wolfe
AquaData Studio
http://www.aquafold.com


From: Adkins, Randy [EMAIL PROTECTED]
Sent: Wednesday, August 15, 2007 9:15 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: OT: SQL Manager? 

Who can recommend a SQL Management utility other than Enterprise Manager
to manage multiple Microsoft SQL Databases and not having multiple
pieces installed like EMS SQL Management Studio for SQL Server  (
http://www.sqlmanager.net/en/products/studio/mssql ).

Don't get me wrong they have a nice utility but I can not afford
spending $500+ on a utility to manage databases on a shared hosting
provider.
They have everything is various applications so unless you buy the
studio, you would need SQL Manager, Data Export, Data Import, SQL Query,
and others just to have a complete package like MS SQL Servers
Enterprise Manager.

Only reason I am looking else where is that I want to be able to
register more than one database with the same host.

ex:
host: sql.somehost.com
username: Client_A_Name
password: Client_A_Pass
database: clientA

host: sql.somehost.com
username: Client_B_Name
password: Client_B_Pass
database: clientB

Notice the same host... EM will not allow you to register more than one
host. Since the databases are unique to the client, I want to keep them
separated.

I also looked at Aqua Data Fold, which isn't bad either. There is alot
to that program and well running at $400 per user still up there is
cost.

I am sure there is something a bit cheaper. 



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


RE: OT: SQL Manager?

2007-08-15 Thread Michael Wolfe
Oops. Sorry. Should've read the whole post.

How about SQL Server Management Studio?

1) It's free with SQL Server 2K5.
2) All your tools are available from one interface.
3) It's backwards compatible with SQL Server 2K.
4) and... you can register the same server multiple times with different 
credentials.


From: Adkins, Randy [EMAIL PROTECTED]
Sent: Wednesday, August 15, 2007 9:47 AM
To: CF-Talk cf-talk@houseoffusion.com
Subject: RE: OT: SQL Manager? 

Hmm didn't I mention that one already? 

-Original Message-
From: Michael Wolfe [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 9:40 AM
To: CF-Talk
Subject: re: OT: SQL Manager?

AquaData Studio
http://www.aquafold.com


From: Adkins, Randy 
Sent: Wednesday, August 15, 2007 9:15 AM
To: CF-Talk 
Subject: OT: SQL Manager? 

Who can recommend a SQL Management utility other than Enterprise Manager
to manage multiple Microsoft SQL Databases and not having multiple
pieces installed like EMS SQL Management Studio for SQL Server  (
http://www.sqlmanager.net/en/products/studio/mssql ).

Don't get me wrong they have a nice utility but I can not afford
spending $500+ on a utility to manage databases on a shared hosting
provider.
They have everything is various applications so unless you buy the
studio, you would need SQL Manager, Data Export, Data Import, SQL Query,
and others just to have a complete package like MS SQL Servers
Enterprise Manager.

Only reason I am looking else where is that I want to be able to
register more than one database with the same host.

ex:
host: sql.somehost.com
username: Client_A_Name
password: Client_A_Pass
database: clientA

host: sql.somehost.com
username: Client_B_Name
password: Client_B_Pass
database: clientB

Notice the same host... EM will not allow you to register more than one
host. Since the databases are unique to the client, I want to keep them
separated.

I also looked at Aqua Data Fold, which isn't bad either. There is alot
to that program and well running at $400 per user still up there is
cost.

I am sure there is something a bit cheaper. 



~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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


RE: XMI to ColdFusion Code?

2007-02-28 Thread Michael Wolfe
Jeff,

The cfcxmi script on tigris is really just a proof-of-concept that I did a
couple of years ago. Although several people have expressed an interest in
updating it, I don't think it has changed in quite a while.


-- Mike Wolfe 

 -Original Message-
 From: Jeff Chastain [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, February 28, 2007 2:27 PM
 To: CF-Talk
 Subject: XMI to ColdFusion Code?
 
 I have a pretty large UML diagram put together in Visio 2003 
 (as a UML diagram and not just shapes).  I installed the 
 add-on to Visio which allows it to generate an XMI file.I 
 then took this XMI file and put it into the cfcmxi script on 
 tigris, but it threw errors, so I am wondering if the XMI 
 file format is different (I have seen references to several 
 versions of XMI).  Has anybody done a conversion/generation 
 of code from Visio 2003?
 
 Thanks.
 -- Jeff
 
 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade  see new features.
http://www.adobe.com/products/coldfusion

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


RE: ColdFusion based Open Source WebMail

2007-01-31 Thread Michael Wolfe
I put together a pop3 email client a while ago. While it doesn't use the
latest and greatest frameworks, it does a pretty good job. The only gotcha
is that it uses CFX_POP3. However, it's pretty easy to switch it back to
using CFPOP.

If you're interested, you can download it from
http://www.visionary-art.com/files/mikeymail.zip

Please excuse the stupid app name... The code is open-source, with the
exception of the HTMLArea code used to compose messages.



-- Mike Wolfe

 -Original Message-
 From: Dave Phillips [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, January 27, 2007 12:46 PM
 To: CF-Talk
 Subject: ColdFusion based Open Source WebMail
 
 Hi,
  
 I'm looking for an open source webmail app written in CF that I can
 integrate into my existing contact management system that I 
 have already
 written in CF.  I know about inFusion Mail Server, but right now, I'm
 looking just for a webmail app that works with ANY POP account.
  
 Suggestions?
  
 Thanks!
  
 Dave




~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http: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:268293
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Software to Start/Stop Groups of Services.

2006-09-25 Thread Michael Wolfe
Use AutoIt

http://www.autoitscript.com/autoit3


It comes with a very nice IDE that includes full documentation and script
samples.

See below for an example app that does exactly what you are looking for.
Paste the code into the AutoIt IDE and compile it.


-- Mike Wolfe


 -Original Message-
 From: Che Vilnonis [mailto:[EMAIL PROTECTED] 
 Sent: 25 September 2006 21:12
 To: CF-Talk
 Subject: RE: Software to Start/Stop Groups of Services.
 
 I should add that I desire this so I can develop on my laptop 
 when needed
 and simply shut everything off when I need to free up the 
 system resources.
 For gaming... for playing movies, etc.
 
 ~Che
 


svcrun.au3
--


#NoTrayIcon

;Include constants
#include GUIConstants.au3
#include Array.au3
#include math.au3
#include Process.au3

;Initialize variables
Global $GUIWidth
Global $GUIHeight

$GUIWidth = 250
$GUIHeight = 185

Dim $cfArray
Dim $sqlArray
Dim $mySQLArray
Dim $IISArray

$cfArray = _ArrayCreate(ColdFusion MX 7 Search Server,ColdFusion MX 7
ODBC Server,ColdFusion MX 7 ODBC Agent,ColdFusion MX 7 Application
Server)
$sqlArray = _ArrayCreate(SQLSERVERAGENT,MSSQLSERVER,Distributed
Transaction Coordinator)
$mysqlArray = _ArrayCreate(MySQL)
$iisArray = _ArrayCreate(World Wide Web Publishing,IISAdmin)

GUICreate(Dev Services Manager, $GUIWidth, $GUIHeight)

$Progress_Bar = GUICtrlCreateProgress(50, 10, 150, 20)

$cfCheck = GUICtrlCreateCheckbox(ColdFusion, 50, 40)
$sqlCheck = GUICtrlCreateCheckbox(SQL Server, 130, 40)
$iisCheck = GUICtrlCreateCheckbox(IIS, 50, 64)
$mysqlCheck = GUICtrlCreateCheckbox(mySQL, 130, 64)

$startRadio = GUICtrlCreateRadio(Start, 50, 90)
$stopRadio = GUICtrlCreateRadio(Stop, 105, 90)
$cycleRadio = GUICtrlCreateRadio(Cycle, 155, 90)

;Create a status label
$Status_lbl = GUICtrlCreateLabel(,10,117,230,20,$SS_CENTER)

$Go_Btn = GUICtrlCreateButton(Go, 90, 140, 70, 25)

GUICtrlSetState ($startRadio,$GUI_CHECKED)
GUICtrlSetState ($Go_Btn,$GUI_FOCUS)

GUISetState(@SW_SHOW)

While 1
$msg = GUIGetMsg()

Select
;Check if user clicked on the close button
Case $msg = $GUI_EVENT_CLOSE
;Destroy the GUI including the controls
GUIDelete()
;Exit the script
Exit

;Check if user clicked on the Go button
Case $msg = $Go_Btn
If GUICtrlRead($startRadio) = $GUI_CHECKED Then
If GUICtrlRead($iisCheck) = $GUI_CHECKED
Then

_svcManage($iisArray,start,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($mysqlCheck) = $GUI_CHECKED
Then

_svcManage($mysqlArray,start,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($sqlCheck) = $GUI_CHECKED
Then

_svcManage($sqlArray,start,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($cfCheck) = $GUI_CHECKED Then

_svcManage($cfArray,start,$Progress_Bar,$Status_lbl)
EndIf
ElseIf GUICtrlRead($stopRadio) = $GUI_CHECKED then 
If GUICtrlRead($cfCheck) = $GUI_CHECKED Then

_svcManage($cfArray,stop,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($sqlCheck) = $GUI_CHECKED
Then

_svcManage($sqlArray,stop,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($mysqlCheck) = $GUI_CHECKED
Then

_svcManage($mySQLArray,stop,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($iisCheck) = $GUI_CHECKED
Then

_svcManage($iisArray,stop,$Progress_Bar,$Status_lbl)
EndIf
Else
If GUICtrlRead($cfCheck) = $GUI_CHECKED Then

_svcManage($cfArray,stop,$Progress_Bar,$Status_lbl)

_svcManage($cfArray,start,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($sqlCheck) = $GUI_CHECKED
Then

_svcManage($sqlArray,stop,$Progress_Bar,$Status_lbl)

_svcManage($sqlArray,start,$Progress_Bar,$Status_lbl)
EndIf

If GUICtrlRead($mysqlCheck) = $GUI_CHECKED
Then

_svcManage($mySQLArray,stop,$Progress_Bar,$Status_lbl)

_svcManage($mySQLArray,start,$Progress_Bar,$Status_lbl)

RE: CF Cluster Help

2006-08-21 Thread Michael Wolfe
Ali,

See Brandon Purcell's article on CF clustering...

http://www.bpurcell.org/viewContent.cfm?ContentID=121


-- Mike Wolfe 

 -Original Message-
 Can anyone help me in setting up Coldfusion 7 and JRun for 
 Clustered Environment.
 I have 4 servers. How can i do the session management settings.
 
 Thanks
 
 Ali




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


re: Sql equation

2006-08-17 Thread Michael Wolfe

Mike,

Assuming that you are using SQL Server:

SELECT 
 product_id, 
 product_title, 
 product_views / ABS(DATEDIFF([day], date_created, GETDATE())) AS avgViews, 
 ABS(DATEDIFF([day], date_created, GETDATE())) AS liveDays 
FROM tblProduct

-- Mike Wolfe



From: Mike | NZSolutions Ltd [EMAIL 
PROTECTED]
Sent: Thursday, August 17, 2006 6:27 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Sql equation 

Hi guys,

I do not know where to start with this one...

I have a products table consiting of (abbreviated)

tblProduct
---
- product_id
- date_created
- product_title
- product_views

What I wish to display is the viewing statistics for each product from
the period the record was created in the database.

Eg. Product XYZ - Average 100 views per day - Live 354 days

I am thinking this will be most efficiently done in the query itself?
Then I can limit records eg. TOP 10? If so, how should I go about this.

As always thanks.

mike




~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: Trying to get my mail server (ArgoSoft Pro) to send mail for clients...

2006-08-07 Thread Michael Wolfe
Rick,

You should be able to set up multiple domains in the ArgoSoft administrator.

In order to lock down relaying, you have two options:

First, enable the option to allow relaying. Then, either enable the option
to require user authentication, or limit the IP address to 127.0.0.1 (or
whatever the IP for your CF server is).


-- Mike Wolfe


 -Original Message-
 From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 07, 2006 4:54 PM
 To: CF-Talk
 Subject: SOT: Trying to get my mail server (ArgoSoft Pro) to 
 send mail for clients...
 
 Hi, all.
 
 I'm using ArgoSoft Pro Mail Server for sending email via CF.automated
 notices,
 email newsletters, etc.and I'm trying to enable the relaying without
 creating
 an open relay.  I'm not quite sure how this is accomplished.
 
 The developer of the software seemed to get a little lost when I was
 describing what I was doing with it with CF.
 
 Any general tips on sending mail for multiple domains with CF 
 using a mail
 server,
 particularly ArgoSoft Pro?
 
 Thanks,
 
 Rick
 
 
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


RE: IDEA: Candidate Blacklist

2006-08-07 Thread Michael Wolfe
Hi All,

I've been watching this thread wind up (and wind down), and I've seen the
participants on both sides over-react.

Now, I have no personal stake in all this, other than the fact that I
subscribe to CF-Jobs and CF-Jobs-Talk and I don't like seeing this kind of
crap.

Phillip, Ray, etc.: If you don't like a job posting, please feel free to not
apply for it.
Christian: If you don't like a candidate, please feel free to trash their
resume.

To all of you: If you are reading this, then you are obviously either
looking for a position, or looking for a candidate to fill a position. How
you act on this list reflects on how others perceive you.

My 2 cents, and now I withdraw back to lurking status.


-- Mike Wolfe



 -Original Message-
 From: Rey Bango [mailto:[EMAIL PROTECTED] 
 Sent: Monday, August 07, 2006 8:03 PM
 To: CF-Jobs-Talk
 Subject: Re: IDEA: Candidate Blacklist
 
 Christian,
 
 I think you should just let this go and not perpetuate the situation. 
 You have your list of candidates so your posting achieved 
 your expected 
 results.
 
 As Cameron said, all this is being googled and the last thing 
 you want 
 is for anyone, especially a prospective client, to see you actually 
 engaged in a flame war over a job posting.
 
 Take the higher ground man and go close some business.
 
 Rey
 
 Christian N. Abad wrote:
  Hello Everyone:
  
  In light of today's rather interesting thread on the CF-Jobs and
  CF-Jobs-Talk lists, it has come to my attention that we may 
 need to create a
  Candidate Blacklist for individuals just like Ray Meade, 
 Phillip M.
  Vector, Kevin Mansel, and everyone else who feels the need 
 to flame job
  postings.
  
  I'd be happy to have one of my junior resources bang out a simple
  application to track these people who, as an employer, I 
 would never want to
  hire - not even to scrub the toilets.  I feel a simple 
 forums site would
  handle this nicely.  (The candidate blacklist, not the 
 toilet scrubbing...)
  
  I'm thinking of a concise and memorable URL, like:
  
  cfjobsblacklist.com
  donothirethesepeople.com
  thesepeoplehavenothingbettertodothanflamejobposts.com
  
  ;-)
  
  Thoughts? 
  
  ~Christian
 
 

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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


Re: OT: issue tracker for graphics

2006-07-24 Thread Michael Wolfe
Hugo,

Do a search on Google for digital asset management. Lots of choices, from 
free to $$$.

-- Mike Wolfe

~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:247480
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Eclipse 3.2 VSS 1.61

2006-07-05 Thread Michael Wolfe
Bob,

I believe that there's a setting for that under
Preferences-Team-Pessimistic Filesystem Provider.

-- Mike

 -Original Message-
 From: Robert Everland III [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 05, 2006 10:41 AM
 To: CF-Talk
 Subject: Re: Eclipse 3.2 VSS 1.61
 
 I just tried ESSTP and the only thing I didn't like which is 
 a deal breaker for me is that it won't ask me to check it out 
 once I start typing. I was able to get VSS to work, I just 
 had to make sure I had the SDK version of Eclipse.
 
 
 
 Bob




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245468
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: Eclipse 3.2 VSS 1.61

2006-07-03 Thread Michael Wolfe
Bob,

I've had better luck with ESSTP (http://esstp.sourceforge.net/).

YMMV

-- Mike Wolfe


 -Original Message-
 From: Robert Everland III [mailto:[EMAIL PROTECTED] 
 Sent: Monday, July 03, 2006 8:50 AM
 To: CF-Talk
 Subject: Eclipse 3.2 VSS 1.61
 
 Has anyone found a way to get this plugin to work with the 
 new Eclipse? http://vssplugin.sourceforge.net/
 
 
 
 
 Bob




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245330
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: Eclipse 3.2 VSS 1.61

2006-07-03 Thread Michael Wolfe
Kev,

No problems, really. Just some discomfort with how vssplugin handles
check-out/in. It feels like the person who created the plugin was more
familiar with CVS than VSS.

ESSTP just seems to work more like VSS.


-- Mike


 -Original Message-
 From: Kev McCabe [mailto:[EMAIL PROTECTED] 
 Sent: Monday, July 03, 2006 4:54 PM
 To: CF-Talk
 Subject: RE: Eclipse 3.2 VSS 1.61
 
 I've not had a problem.
 
 What issues are you having? 




~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245338
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: Eclipse 3.2 VSS 1.61

2006-07-03 Thread Michael Wolfe
Something to keep in mind is that neither of these plugins have been updated
for quite a while, so you use them with new Eclipse versions at your own
risk.

-- Mike 

 -Original Message-
 From: Kev McCabe [mailto:[EMAIL PROTECTED] 
 Sent: Monday, July 03, 2006 8:51 PM
 To: CF-Talk
 Subject: RE: Eclipse 3.2 VSS 1.61
 
 Cool,
 
 Never seen ESSTP May have to install tomorrow while in the 
 office, if its
 more like VSS may help a few people I know that are having 
 issues using it
 correctly :-) and stop _BACKUP's gr lol
 
 Cheers 
 
 -Original Message-
 From: Michael Wolfe [mailto:[EMAIL PROTECTED] 
 Sent: 03 July 2006 23:21
 To: CF-Talk
 Subject: RE: Eclipse 3.2 VSS 1.61
 
 Kev,
 
 No problems, really. Just some discomfort with how vssplugin handles
 check-out/in. It feels like the person who created the plugin was more
 familiar with CVS than VSS.
 
 ESSTP just seems to work more like VSS.
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245351
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: Currency Converter

2006-05-22 Thread Michael Wolfe

Mike,

I've used oanda.com for several projects.

-- Mike Wolfe



From: Mike | NZSolutions Ltd [EMAIL 
PROTECTED]
Sent: Sunday, May 21, 2006 10:10 PM
To: CF-Talk cf-talk@houseoffusion.com
Subject: Currency Converter 

Hi guys,

I am looking for a currency converter to include on a clients site. What
are people's favourites - something coldfusion orientated would be cool.

Basically I just need the visitor to be able to see the displayed price
(NZ Dollars) in their own currency - it does no need to alter any
variables. The transaction will still be in NZ Dollars.

mike






~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241131
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: anyone using Perforce?

2006-05-04 Thread Michael Wolfe
I use Perforce at work and for my personal projects. If you want to know
more, contact me off-list.


-- Mike Wolfe


 -Original Message-
 From: [EMAIL PROTECTED] 
 [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, May 03, 2006 9:46 AM
 To: CF-Talk
 Subject: OT: anyone using Perforce?
 
 Anyone else using Perforce for their source control?
 
 We have been using it heavily for about 6 months, and we'd 
 love to touch base with other web development shops who are 
 using it -- mostly to ensure that we're using it as 
 intelligently as we can.
 
 Anyone with advice or tips?
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239579
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: SQL Delema

2006-04-23 Thread Michael Wolfe
Richard,

It sounds like a nested set model might be useful in this case.

See
http://www.intelligententerprise.com/001020/celko.jhtml?_requestid=235427
for more information, or search google for nested set.

If this looks like it will work for you, contact me off-list, and I can give
you some example code.

-- Mike Wolfe 

 -Original Message-
 From: Richard Dillman [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, April 23, 2006 8:43 PM
 To: CF-Talk
 Subject: OT: SQL Delema
 
 heres the deal,  I need to build a contact management piece 
 to add into the
 registration app im working on.
 
 The contacts need to relate to eachother as they are 
 children.  Foster Care
 is the underlying theme.
 
 Im a bit at a loss for a way for multiple children to be related to
 eachother. say a family of 8 with each child haveing a 
 pointer to each of
 the other 7.
 
 I think this would test the limits of my SQL knowledge.
 
 CF MX7 latest patches/ SQL Server 2000
 
 btw thanks Robert for your kind offer last week but I've 
 found that what
 they are asking for is very specialized so ill have to build 
 everything from
 scratch.
 
 --
 Richard Dillman
 [EMAIL PROTECTED]
 (317) 916-8341
 
 The most important step is always the first one.
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238498
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: advice wanted regarding short notice

2006-03-25 Thread Michael Wolfe
Isaac,

I left Las Vegas about two years ago because there isn't much of a market
for CF developers. Be warned that when your contract runs out, you may not
be able to find another job.

My advice to you would be to take things slow.

If you are considering relocation, there are plenty of jobs for a developer
of your caliber that won't require a pay cut. For example, in Pennsylvania,
where I live, there are several pharmaceutical companies that are currently
hiring for CF positions.


-- Mike Wolfe


 -Original Message-
 From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, March 25, 2006 7:35 PM
 To: CF-Jobs-Talk
 Subject: advice wanted regarding short notice
 
 Hi,
 
 I have several recruiters who are supposed to contact me in the
 upcoming week. No offers, just several leads; 2 in Las Vegas, 2 in Ann
 Arbor MI (I have family there), one in Cleveland and 2 more in the DC
 Metro area. I've been focusing my efforts primarily on finding
 something in the DC Metro area with several challenges, including the
 fact that I don't have a degree and the fact that since it turned out
 I had to take a pay-cut to accept my last job, I'm still flat broke 5
 months later and can't afford to pay up-front to move the 2 hours
 north to the DC area.
 
 Today I received a call from a recruiter with a job in northern
 Virginia (DC Metro). Asside from mentioning being impressed with my
 very niche resume, he described being in a real hurry to fill this
 job because the previous programmer told them yesterday without
 warning that he wouldn't be in the office on Monday because he'd
 accepted another job. I'm to check in to a hotel tomorrow
 afternoon/evening on their account so that I can interview with the
 client (Department of the Interior) on Monday. If I'm approved and
 accept the offer Monday, I would be on a 6 week contract at $45/hr
 starting Tuesday and they would pay all my hotel costs. The recruiter
 says that the project is expecting to be refunded soon (I assume 6
 weeks) and he expects they would likely make me a permanent employee
 in the next month or two roughly coinciding with the funding, at which
 point there would be salary negotiation.
 
 Here's my list of my concerns:
 
 PRO:
 1) government client, not requiring a degree and not requiring a
 security clearance (I'm not opposed to getting one, but it'll be nice
 if I don't have to put up with the hassle)
 
 2) assuming the recruiter is being honest, it seems like this might be
 an easier way to overcome the issue of convincing a company in DC that
 I'm not only good enough to not need a degree at $80k but that it's
 worthwhile to advance me cash for relocation.
 
 3) great rate -- I wonder about this tho because one of the jobs in
 Vegas is a 12 month contract where the cost of living is significantly
 lower and they're offering the same rate, so I wonder if I'm not
 getting $50 just because they're being cheap (although they are paying
 for the hotel if I accept the job).
 
 CON:
 1) It seems not unlikely that there may be problems with the job --
 the previous programmer leaving suddenly isn't confidence inspiring,
 although it's not proof of anything
 
 2) If I decide to accept the job tomorrow, I have to pass up the
 opportunity to interview with and possibly consider several other
 offers in the next week or two (they'd want me to start Tuesday, so I
 wouldn't even be coming home between the interview and the job).
 
 3) If the project isn't refunded, even at $45/hr I may be in serious
 financial distress after taking the next month to move us the two
 hours north.
 
 4) The recruiter described my skills as being very niche. What
 bothers me mostly is that he said most of their government clients
 have been hiring .NET developers instead and seemed to imply (if not
 outright say) that ColdFusion is a dead/dying technology. I'm
 wondering if I should just blow this off as simple ignorance on the
 part of the recruiter or if I should take this as a bad omen.
 
 
 I have a phone interview with one of the companies in Vegas at 5pm
 tomorrow that will need to be taken from the hotel room. I'm also not
 sure how many other contacts I'll have to postpone until Tuesday at
 the earliest because I'll be unavailable tomorrow.
 
 I'm interested in hearing others thoughts on this. I'm having some
 buyers remorse about agreeing to the interview because I'm concerned
 that accepting the job may be another big mistake (like the last job I
 accepted), or that even if I don't accept the job that postponing
 contact with other recruiters until Tuesday may be problematic.
 
 
 Thanks,
 
 
 s. isaac dealey 434.293.6201
 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
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:11:2960

RE: Re[2]: CF Editable Dynamic Menus

2005-12-07 Thread Michael Wolfe
Take a look at Rico (http://www.openrico.org). It has a very nice Accordion
component that might work for you. You can view a demo at
http://www.openrico.org/rico/demos.page?demo=rico_accordion

Also, if you are interested, I did a modified version of the accordian
component that allows you to have more than one pane open (or all closed).
Email me off-list if you are interested.


-- Mike Wolfe 

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, December 07, 2005 2:50 PM
 To: CF-Talk
 Subject: Re[2]: CF Editable Dynamic Menus
 
 Hi Massimo,
 that looks quite nice.
 But I need at least one layer (clickable section)
 more like in: http://www.torquato.de/
 
 Is it possible ?
 
 Uwe
 
  Does someone know any dynamic menu system that can be 
 managed/edited
  from a CF application?
 
 MF I have two menus available as custom tags. You can take a 
 look here:
 MF http://www.olimpo.ch/tmt/
 
 MF At least one of the sample shows how the data can be dynamic.
 MF Hope it may help
 
 
 
 
 
 

~|
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:226521
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


Software Project Manager - Philadelphia, PA

2005-07-12 Thread Michael Wolfe
Hi All,

My company is hiring a Software Project Manager for its Plymouth Meeting, PA 
office. NOTE: This is not a coding job. However, you should have significant 
development experience.

FYI... Plymouth Meeting is 20 miles north of Philadelphia.

Please send resumes to [EMAIL PROTECTED] No recruiters or agencies.


Michael Wolfe
Software Development Manager
ReSearch Pharmaceutical Services, Inc.
[EMAIL PROTECTED]


---

Software Development Project Manager

Description:

ReSearch Pharmaceutical Services (RPS), a leading provider of solutions to the 
pharmaceutical industry and #72 on Inc. magazine’s 500 Fastest Growing US 
Companies, is looking for a Software Project Manager to lead the development 
and maintenance of its market-leading applications for the clinical research 
industry. 

The candidate should have experience developing and following a formal software 
development lifecycle (SDLC), preferably in a regulated industry.  Project 
Management Professional (PMP) certification is desirable.

The successful applicant will manage projects with a small, dedicated team 
consisting of developers, IT professionals, business managers and others to 
build internal and external applications.  Effective cross-functional 
management skills are a must.

An ideal candidate will have solid hands-on development and IT experience with 
Cold Fusion MX, SQL Server, object-oriented design and network administration.  
Experience with scalability, security, reliability and maintenance issues, in 
developer/IT or managerial roles, is a plus.


Responsibilities:

- Managing project plans, timelines and resources to deliver mission critical 
systems with minimal down time.
- Managing and streamlining development and QA processes.
- Documenting Business, Functional and Design Requirements.
- Test Script management (Unit Testing, Modular Testing, and System/Integration 
Testing). 
- Maintaining accurate and up-to-date documentation on all RPS software 
projects systems.


Required Experience:
- 5+ years’ professional project management experience using formal SDLC 
(Software Development Life Cycle) methodologies.
- 3+ years’ hands-on development experience in web/database systems.
- 3+ years’ experience in configuration and change control management.
- 3+ years’ experience in Cold Fusion with MX and CFCs
- 3+ years’ experience with SQL Server, including stored procedures, indexes, 
UDFs, triggers and administration
- Excellent time management skills.
- Excellent communication skills, both written and oral.


Experience with the following a plus:

- Project Management Professional (PMP) or AMA certification 
- Borland’s CaliberRM and StarTeam 
- Unified Process or other formal lifecycle management methodology 
- Pharmaceutical industry experience 
- Object Oriented design 
- J2EE 
- Visual Basic / Visual Basic for Applications 
- MS Access 
- Eclipse 
- Web Design 

About RPS

RPS (ReSearch Pharmaceutical Services, Inc.), a privately held, employee-owned 
company, is the first Pharmaceutical Resource Organization (PRO) in the 
Pharmaceutical/Biotechnology industry.  RPS provides innovative and customized 
solutions to assist companies with the management and execution of their 
clinical drug programs.

Leading global companies have chosen the RPS solution for the full range of 
clinical development and clinical technology services.  The customized clinical 
teams and of highly experienced RPS professionals operate with the Sponsor in a 
seamless and integrated manner and utilize our clinical technologies to manage, 
collect and communicate data via the Internet.  This PRO model has made RPS one 
of the largest and fastest growing companies within the clinical trial 
outsourcing and staffing sectors of the Pharmaceutical/Biotechnology 
industries.  

RPS is expanding its North American operations and is looking for a quality 
software project manager in their East coast facility in Plymouth Meeting, PA.  
The clinical technology solutions include highly regulated, Internet-based 
systems that collect and manage clinical research data and facilitate the 
clinical research process.

For additional information, visit http://www.rpsweb.com.

Please include your salary history / requirements in your cover letter.

~|
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:11:2734
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/11
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:11
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.11
Donations  Support: http

Re: Section 508 Compliance

2005-06-20 Thread Michael Wolfe
http://www.section508.gov/

On 6/20/05, Russ [EMAIL PROTECTED] wrote:


Also, since the Bobby compliance checker is no longer free, take a look at the 
CSE HTML Validator (http://www.htmlvalidator.com). It does a nice job of 
checking your generated HTML for 508 compliance.

--
Michael Wolfe

~|
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:210002
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: Is there coldfusion based webmail product out there?

2005-01-25 Thread Michael Wolfe
I have been working on a POP3 client. You can read more about it at 
http://www.mikeycentral.com/blog/index.cfm?mode=aliasalias=mikeymail


--
Michael Wolfe
[EMAIL PROTECTED]
 


 -Original Message-
 From: Discover Antartica [mailto:[EMAIL PROTECTED] 
 Sent: Monday, January 24, 2005 9:22 AM
 To: CF-Talk
 Subject: Is there coldfusion based webmail product out there?
 
 Is there coldfusion based webmail product out there? for free 
 or paid, either one.



~|
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:191658
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: Bandwidth Throttler

2005-01-06 Thread Michael Wolfe
I have had good luck with WebScarab
(http://www.owasp.org/software/webscarab.html).


Mike Wolfe


 -Original Message-
 I need to do some testing on a flash remoting project and 
 there seems to be some issues with slower speeds. Does anyone 
 know of any free or paid bandwidth throttlers that allow me 
 to install it on my workstation and limit the amount of bandwith. 



~|
Get the mailserver that powers this list at 
http://www.houseoffusion.com/banners/view.cfm?bannerid=17

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189490
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: UML Modeling

2004-08-28 Thread Michael Wolfe
I have been working on an XMI to CFC converter...

 
It's still unfinished, but I've got it to the point where it will generate a
structure that contains the definitions for the package, classes,
attributes, functions, etc. It's a short step from there to generating
CFC's.

 
If anyone is interested in working on it, I have posted the code at
http://www.mikeycentral.com/cfcxmi/xmi.zip

Michael Wolfe

_

From: Ian Sheridan [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 27, 2004 7:45 AM
To: CF-Talk
Subject: Re: UML Modeling

wow thanks for pointing out ArgoUML. works great. Now somebody has to
create the XMI translation CFCs. I would try but I just don't have the
time at the moment.

Ian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: MS DRK?

2004-03-06 Thread Michael Wolfe
Daily backups and routine maintenance... 

 --

Michael Wolfe
[EMAIL PROTECTED]


_

From: Matt Liotta [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 05, 2004 8:51 AM
To: CF-Talk
Subject: Re: MS DRK?

Apparently, you have never had your SourceSafe database corrupted. Once 
you have that happen, you will never again trust your code to a 
non-human readable database.

-Matt

On Mar 5, 2004, at 11:44 AM, Raymond Camden wrote:

 Has sourcesafe even been updated lately? I love it - but it seems like 
 a
dead product.
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Can you reset row numbers in a DB after deleting all rows?

2004-02-29 Thread Michael Wolfe
This won't work if the table has any foreign keys related to it. A better
solution is to use DBCC CHECKIDENT('table_name', RESEED, 1)

 
--

Michael Wolfe
[EMAIL PROTECTED]


_

From: Joe Eugene [mailto:[EMAIL PROTECTED] 
Sent: Sunday, February 29, 2004 6:41 PM
To: CF-Talk
Subject: RE: Can you reset row numbers in a DB after deleting all rows?

truncate table TableName (will clear all the data and reset any identity
fields)

Joe
-Original Message-
From: Nick Baker [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 29, 2004 9:19 PM
To: CF-Talk
Subject: Can you reset row numbers in a DB after deleting all rows?

MS Access
CF 5

Can you reset rows numbers back to starting at row number 1 in a DB, after
deleting all rows?

The goal is to totally erase and restore DB, on the fly, from time to
time.
New info will have the same columns, but a different number of rows each
time. The Delete Row function of a CFQUERY will do this, but the new row
number starts where the delete row numbers left off. We will eventually
run
out of row numbers.

Or is there another way to do this, e.g., delete and regenerate the table
anew on the fly?

Thanks,

Nick 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Help: UTF-16 in ColdFusion 5???

2004-02-24 Thread Michael Wolfe
I just have to say that PAUL VERNON ROCKS!

 
I use CFX_POP3 and CFX_ReadLn every day, and I'm still amazed that the guy
gives away such excellent code for free.

 
Keep up the good work, Paul. If you ever decide to start charging for
CFX_POP3, I'll be first in line at the cash register.

--

Michael Wolfe
[EMAIL PROTECTED]


_

From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 24, 2004 1:16 PM
To: CF-Talk
Subject: RE: Help: UTF-16 in ColdFusion 5???

I have a CFX tag that has experimental support for UTF-16. It does UTF-8 and
UTF-7, I say experimental because I've never tested it with UTF-16. It is
commercial but under the circumstances, I'll let you have it on permanent
test for free it if you wish :)

Paul
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: How do I tell if I got FlashMX professional?

2004-02-10 Thread Michael Wolfe
Jeff,

 
The installer is the same for Standard and Professional. The difference is
the serial number... If your IT guy purchased the Professional version, you
will see this once you enter the serial number.

 --

Michael Wolfe
[EMAIL PROTECTED]


_

From: Jeff Small [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 10, 2004 11:40 AM
To: CF-Talk
Subject: SOT: How do I tell if I got FlashMX professional?

I just upgraded to StudioMX 2004, purchased from the 
Macromedia site by our IT guy, and I made sure that I told 
him I wanted Flash Professional as I understood that 
this one was the one you wanted if you wanted to integrate 
CF and Flash. When I downloaded it, I noticed that my 
Flash installer said Install_Flash_MX_2004.exe. Is this 
the professional version? How does one verify that it's 
the right one?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMX - best way to strip content from html page

2004-02-09 Thread Michael Wolfe
Rob,

 
I just went through this situation while building my new webmail app.And I
have to agree with the others... It's not an easy thing to strip html and
just leave the content. I had to use several different functions to get the
job done:

 
1) Replace all BR and P tags with CR/LF's (thanks to Ben Forta for his
ParagraphFormat2 UDF!)
2) Strip all scripts, applets and objects.
3) Strip all HTML tags.

 
The most important thing I learned from all of this is that most situations
are unique. Depending on your application, you will need to strip specific
portions of a page. You said that you need a generic solution, but I don't
think that is possible.

 
The best solution for you would probably be to develop maps for each site. 

 
1) Examine a site and and create a set of regex's that, when run in order,
will give you the result you want. 
2) Store the maps in a file or db table.
3) Run a query to get the map for the site.
4) Do a CFHTTP to get the initial content
5) Loop through the map query and do REREPLACE's on the content.
6) Save the result

 
HTH

 --

Michael Wolfe
[EMAIL PROTECTED]


_

From: Rob Rohan [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 09, 2004 9:21 AM
To: CF-Talk
Subject: Re: CFMX - best way to strip content from html page

On Mon, 2004-02-09 at 09:06, Tyler Clendenin wrote:
My only recommendation would be difficult.
You would have to build your own application for comparison of code and
strip out everything that is similar (you would have to decide on the 
rules).

Comparison of code? Meaning look at what a typical anchor tag looks
like, typical _javascript_, etc? Ah, so you are suggesting *removing* what
is bad not getting what is good... interesting... I'll muddle that one
over - thanks Tyler

-- 
Vale,
Rob

Luxuria immodica insaniam creat.
Sanam formam viatae conservate!

http://www.rohanclan.com
http://treebeard.sourceforge.net
http://ashpool.sourceforge.net
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




jRockit

2004-02-05 Thread Michael Wolfe
Hi All,

 
A few days ago, someone quoted Charlie Arehart regarding CFMXoptimization
tips.One of the things that was mentioned was that you should replace the
Sun JRE with jRockit.I did some research and learned that jRockit is
distributed by BEA (for free).

 
Can anyone tell me more about jRockit?Why is it better than the Sun JRE?
Is it fully compatible with the Sun version? Is it fully compatible with
CFMX?

 
Charlie, are you out there?

 
Thanks,

 --

Michael Wolfe
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: jRockit

2004-02-05 Thread Michael Wolfe
Thanks to all of you for the info. I think I'll stick with the Sun JRE for
now.

 --

Michael Wolfe
[EMAIL PROTECTED]


_

From: Samuel Neff [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 05, 2004 12:35 PM
To: CF-Talk
Subject: RE: jRockit

I've talked to one of the CFMX engineers about using jRockit with CFMX 6.1
and he said that they did extensive testing and found that it was faster in
most situations but developed stability problems and random error messages
when put under heavy load.

HTH,

Sam

--
Blog:http://www.rewindlife.com
Chart: http://www.blinex.com/products/charting
--
-Original Message-
From: Michael Wolfe [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 05, 2004 2:36 PM
To: CF-Talk
Subject: jRockit

Hi All,

A few days ago, someone quoted Charlie Arehart regarding CFMXoptimization
tips.One of the things that was mentioned was that you should replace the
Sun JRE with jRockit.I did some research and learned that jRockit is
distributed by BEA (for free).

Can anyone tell me more about jRockit?Why is it better than the Sun JRE?
Is it fully compatible with the Sun version? Is it fully compatible with
CFMX?

Charlie, are you out there?

Thanks,

--

Michael Wolfe 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFC or Struct in session

2004-02-03 Thread Michael Wolfe
It's a web mail application... 

 
The only time when the processing time goes much over 10ms is when the list
of email headers is being refreshed, because they have to be downloaded from
the mail server. Other than that, all common functions and templates are
called from CFC's stored in the application scope, and user settings and
functions are stored in the session scope. This means that there is almost
no file access anywhere in the app, with the exception of loading user
settings on login.

 
If you keep every memory resident, then yes, you can get 10ms load times.

 --

Michael Wolfe
[EMAIL PROTECTED]


_

From: Joe Eugene [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 02, 2004 9:28 PM
To: CF-Talk
Subject: RE: CFC or Struct in session

As far as performance goes, I'm seeing 10ms load times for most of my

Did you mean less than 10 milli seconds for page loads... that seems
odd to me... You cant even validate 12 form fields under 10 ms unless
you are doing some magic.
Joe Eugene

-Original Message-
From: Michael Wolfe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 12:01 AM
To: CF-Talk
Subject: RE: CFC or Struct in session

Here's an example...

I have an application where I store user settings in a CFC. Also, I have a
couple of standard functions in the CFC (login, logout, etc.).

Yes, I know that I could use a session-level structure to store the user
settings, but it so much simpler to invoke session.userCFC, pass in the
settings, and then invoke the login() function.The ease of use more than
makes up for the extra few bytes of memory being used.

As far as performance goes, I'm seeing 10ms load times for most of my
pages, and this includes parsing through several queries (most of which
are
also stored in the session).

--

Michael Wolfe
[EMAIL PROTECTED]

 _

From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: Monday, February 02, 2004 7:15 PM
To: CF-Talk
Subject: CFC or Struct in session

I've been reading in a number of places where people place a reference to
a
CFC in a users session variable. This has always seemed strange to me. Why
not cache the CFC for the application and only store the users data in a
session struct. Is there something I'm missing about saving an entire CFC
reference per user? Doesn't it have a higher overhead? Is there a
performance savings?
I'm going to bash on this tomorrow and find out myself, but if someone can
post their reasoning, I'd appreciate it.
Thanks 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Catching Up: UDF's and CFC's

2004-02-03 Thread Michael Wolfe
Hatton,

 
Hal Helms has written an excellent book to introduce you to CFC's (and by
extension, UDF's).

 
http://www.amazon.com/exec/obidos/ASIN/0972078649

--

Michael Wolfe
[EMAIL PROTECTED]



_

From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 03, 2004 10:35 AM
To: CF-Talk
Subject: Catching Up: UDF's and CFC's

Okay, I've been using CF for around 4 years now but up until this point have
never been able to work with a version that supported UDF's and CFC's.Now
I'm trying to bring myself up to speed with them on a conceptual level.

I've built a couple of UDF's for CFMX so I understand the concept of
functions and creating them, but what exactly is a CFC?Is it a container
of functions?I don't have access to anything printed, tho I did find Ray's
article on UDF's and that is what helped me understand them.

When it comes to programming I'm not illiterate and I really do understand
advanced concepts.It's just a case of haven't looked at it in CF.

So where can I look/read to help me understand the concepts of CFC's and
UDF's?

Thanks!
Hatton
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: FarCry DB size...

2004-02-03 Thread Michael Wolfe
Deanna,

 
I can't speak for Oracle, but on MS SQL Server, the initial database size is
about 2.75MB.

--

Michael Wolfe
[EMAIL PROTECTED]


_

From: Deanna Schneider [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 03, 2004 10:38 AM
To: CF-Talk
Subject: FarCry DB size...

I asked this on the FarCry developer's list, but I'm getting no response.
So, I thought I'd try here.

How much space is required for the FarCry DB? I'm installing it in Oracle
8.1.7, and I exceeded my space limits. The DBA wants to know how much space
I need before she allocates more, but I can't tell her until I install it.
Round and round we go

-- 
Deanna Schneider
UWEX-Cooperative Extension
Interactive Media Developer 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Catching Up: UDF's and CFC's

2004-02-03 Thread Michael Wolfe
I agree that it's outdated, but the concepts are still quite sound. Even the
workarounds are useful in teaching best coding practices for CFC's.
Hopefully, Hal will update the book with the latest info (and maybe even
Mach II).

--

Michael Wolfe
[EMAIL PROTECTED]



While a good book, it is a bit outdated with the advent of MX 6.1. Many of 
the issues that had to be worked around in the examples are now resolved. 
You might be better served looking into Rob Brooks-Bilson's MX book, which 
is the only one that covers MX 6.1, or the wealth of online resources such 
as Macromedia Developer Center, CFDJ, etc. In particular, I usually recommed

to new CFC developers at my company that they read this article on O'Reilly 
(by Rob as well) for best practices and a good set of URL references at the 
end:

http://www.oreillynet.com/pub/a/_javascript_/2003/09/24/coldfusion_tips.html
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFC or Struct in session

2004-02-02 Thread Michael Wolfe
Here's an example...

 
I have an application where I store user settings in a CFC. Also, I have a
couple of standard functions in the CFC (login, logout, etc.).

 
Yes, I know that I could use a session-level structure to store the user
settings, but it so much simpler to invoke session.userCFC, pass in the
settings, and then invoke the login() function.The ease of use more than
makes up for the extra few bytes of memory being used.

 
As far as performance goes, I'm seeing 10ms load times for most of my
pages, and this includes parsing through several queries (most of which are
also stored in the session).

--

Michael Wolfe
[EMAIL PROTECTED]


_

From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 02, 2004 7:15 PM
To: CF-Talk
Subject: CFC or Struct in session

I've been reading in a number of places where people place a reference to a
CFC in a users session variable. This has always seemed strange to me. Why
not cache the CFC for the application and only store the users data in a
session struct. Is there something I'm missing about saving an entire CFC
reference per user? Doesn't it have a higher overhead? Is there a
performance savings?
I'm going to bash on this tomorrow and find out myself, but if someone can
post their reasoning, I'd appreciate it.
Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Far Cry

2004-02-02 Thread Michael Wolfe
Lots of features. Difficult to manage.

 
I've been playing with it for a few weeks, and while I like the content
management functions, I don't like the fact that you need to dig into the
code in order to create new templates. It seems much too complex for its
target audience.

--

Michael Wolfe
[EMAIL PROTECTED]


_

From: Sparrow-Hood, Walter [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 02, 2004 3:34 PM
To: CF-Talk
Subject: Far Cry

Is anybody using FarCry?What has been your experience?We're thinking
about using it to manage about 12+ global sites.

Walt
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Storing SQL SP's in VSS]

2004-01-30 Thread Michael Wolfe
I found a nice little app called SQL Source Control. It takes Query
Analyzer, mixes it with VSS, and adds a dash of IntelliSense.What you get
is a very nice IDE for SQL development, and you get projects that are
integrated with VSS. Sweet!

 
Almost forgot the URL... http://www.sqlsourcecontrol.com/


--

Michael Wolfe
[EMAIL PROTECTED]


_

From: Dan O'Keefe [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 30, 2004 6:30 AM
To: CF-Talk
Subject: Re: Storing SQL SP's in VSS]

Qasim Rasheed wrote:

 I thought this thread might help you.


 http://dbforums.com/arch/43/2003/1/360842



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

That is helpful, thanks. I caught a glimpse of Yukon last night, and 
with EM going away and using VS.NET for that functionality, I would not 
doubt that makes it easier for integration.

Dan
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: QoQ bug? Help rqd...

2004-01-30 Thread Michael Wolfe
Tim,

 
I had the same problem. It appears that even though CF variables are
untyped, the underlying java expects properly formatted dates (java is a
strongly typed language).

 
You can use the ParseDateTime() function to convert your date into a
timestamp.

 
Here's your code with the work-around that I used:

 
cfset variables.newQ = querynew(col1)
cfset queryaddrow(variables.newQ)
cfset querysetcell(variables.newQ, col1, ParseDateTime(Thu 29 Jan))
cfdump var=#variables.newQ#
cfquery name=variables.testQoQ dbtype=query
 SELECT * FROM newQ
/cfquery
cfdump var=#variables.testQoQ#

 
HTH

--

Michael Wolfe

[EMAIL PROTECTED]



_

From: Tim Blair [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 29, 2004 8:15 AM
To: CF-Talk
Subject: QoQ bug? Help rqd...

Can someone else try running this little bit of code please:

cfset variables.newQ = querynew(col1)
cfset queryaddrow(variables.newQ)
cfset querysetcell(variables.newQ, col1, Thu 29 Jan)
cfdump var=#variables.newQ#
cfquery name=variables.testQoQ dbtype=query
 SELECT * FROM newQ
/cfquery
cfdump var=#variables.testQoQ#

If I run it on my window dev box, it works fine.If I run it on a linux
dev box (RedHat 8), it works fine.If I run it on a live box (RedHat
7.3) it fails on the QoQ saying :

Query Of Queries runtime error.
Can't convert the string Thu 29 Jan to java type DATE 

All three boxes are running 6.1.

Any ideas?

Tim.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java for ColdFusion Developers

2004-01-27 Thread Michael Wolfe
A quick follow-up...

 
This chunk of code seems to work for SpamCop and DSBL, but it dies on the
other ones I've tested (ORDB, NJABL, RelayWatcher). It might be due to the
request being made on port 80. However, just getting the SpamCop and DSBL
responses is good enough for me right now.

--

Michael Wolfe
[EMAIL PROTECTED]

_

From: Josh [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 26, 2004 6:01 PM
To: CF-Talk
Subject: Re: Java for ColdFusion Developers

Thanks for the snippet!This'll come in handy.

--Josh

---
Exciteworks -- expert hosting for less!
http://exciteworks.com
specializing in reseller accounts

Michael Wolfe wrote:

 Hi All,


 If anyone is interested, here's how I finally did the RBL check:

 cfset is_rbl = false
 cfset RBL = bl.spamcop.net
 cfset original_ip = 66.131.40.12!--- known spammer ---
 cfset new_ip = 


 !--- Reverse the IP Address to follow DNS spec ---
 cfloop index=i from=#ListLen(original_ip, .)# to=1 step=-1
 cfset new_ip = ListAppend(new_ip, ListGetAt(original_ip, i, .), .)
 /cfloop


 cftry
 cfset ia = createobject(java, java.net.InetAddress)
 cfset ia_response = ia.getByName(new_ip  .  RBL)

 !--- 127.0.0.2 = Open Relay or Spammer ---
 cfif ListLast(ia_response, /) is 127.0.0.2
cfset is_rbl = true
 /cfif

 cfcatch
!--- No response or bad response. ---
 /cfcatch
 /cftry


 cfoutput#is_rbl#/cfoutput

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Java for ColdFusion Developers

2004-01-26 Thread Michael Wolfe
Hi All,

 
Has anyone ever read this book?

 
Java for ColdFusion Developers
by Eben Hewitt
http://www.amazon.com/exec/obidos/ASIN/0130461806

I'm looking for a book that gives the nuts-n-bolts of using Java from within
ColdFusion, and this one has several good reviews on Amazon.

Thanks,

 
Mike Wolfe
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java for ColdFusion Developers

2004-01-26 Thread Michael Wolfe
Hi Massimo,

 
First, let me say that I'm not a Java newbie... What I'm looking for is a
book that gives specific examples of how to integrate Java in my existing CF
code.

 
Specifically, I'm working on an app that checks IP addresses against DNSBL
lists. I know that I can do this using a CFX tag, but I would rather do it
using java.net.Socket, for both performance and reliability reasons.

--

Michael Wolfe

[EMAIL PROTECTED]



_

From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 26, 2004 1:02 PM
To: CF-Talk
Subject: Re: Java for ColdFusion Developers

 Java for ColdFusion Developers
 by Eben Hewitt
 http://www.amazon.com/exec/obidos/ASIN/0130461806

 I'm looking for a book that gives the nuts-n-bolts of using Java from
 within ColdFusion, and this one has several good reviews on Amazon.

I think it's an excellent book (I wrote one of those reviews). But it's more
about introducing Java to CF developers than using Java from CF.

What exactely are you looking for?


Massimo Foti
http://www.massimocorner.com

Co-Author of Dreamweaver MX 2004 Magic:
http://www.dwmagic.com/
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java for ColdFusion Developers

2004-01-26 Thread Michael Wolfe
Thanks to all of you. As usual, when I need an answer, CF-Talk comes
through!

Mike

_

From: Darron J. Schall [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 26, 2004 1:36 PM
To: CF-Talk
Subject: Re: Java for ColdFusion Developers

I wrote this article for the lastest issue of the CFDJ (January '04):

http://www.sys-con.com/coldfusion/article.cfm?id=698

It's about how you can leverage Java to add free spell checking in your CF
applications.It might be something you could benefit from - I show how to
create a Java wrapper that exposes key functionality for a Java application,
and how to use the wrapper in ColdFusion then.

-d
- Original Message - 
From: Michael Wolfe 
To: CF-Talk 
Sent: Monday, January 26, 2004 4:19 PM
Subject: RE: Java for ColdFusion Developers

Hi Massimo,

First, let me say that I'm not a Java newbie... What I'm looking for is a
book that gives specific examples of how to integrate Java in my existing
CF
code.

Specifically, I'm working on an app that checks IP addresses against DNSBL
lists. I know that I can do this using a CFX tag, but I would rather do it
using java.net.Socket, for both performance and reliability reasons.

--

Michael Wolfe

[EMAIL PROTECTED] 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Java for ColdFusion Developers

2004-01-26 Thread Michael Wolfe
Hi All,

 
If anyone is interested, here's how I finally did the RBL check:

cfset is_rbl = false
cfset RBL = bl.spamcop.net
cfset original_ip = 66.131.40.12!--- known spammer ---
cfset new_ip = 

 
!--- Reverse the IP Address to follow DNS spec ---
cfloop index=i from=#ListLen(original_ip, .)# to=1 step=-1
 cfset new_ip = ListAppend(new_ip, ListGetAt(original_ip, i, .), .)
/cfloop

 
cftry
 cfset ia = createobject(java, java.net.InetAddress)
 cfset ia_response = ia.getByName(new_ip  .  RBL)

 !--- 127.0.0.2 = Open Relay or Spammer ---
 cfif ListLast(ia_response, /) is 127.0.0.2
cfset is_rbl = true
 /cfif

 cfcatch
!--- No response or bad response. ---
 /cfcatch
/cftry

 
cfoutput#is_rbl#/cfoutput

--

Michael Wolfe

[EMAIL PROTECTED]


_

From: Barney Boisvert [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 26, 2004 1:33 PM
To: CF-Talk
Subject: RE: Java for ColdFusion Developers

If you know your way around Java, then using it within CF is a snap.
Basically, it's all exactly the same, except for constructors:

Java:
-
Socket s = new Socket(10.10.1.1, 80);

s.close(); 

ColdFusion (CFSCRIPT):
--
s = createObject(java, java.net.Socket);
s.init(10.10.1.1, 80);

s.close();

You may need to use javaCast() for some parameters.For example, CF doesn't
know what an int is (it only uses double), so you sometimes have to
explicitly use javaCast for int parameters.

You can also use CF tags (CFOBJECT, CFINVOKE) to do all that stuff, but I
don't know the syntax, because I always use CFSCRIPT or CFSET to do
everything.

Cheers,
barneyb
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Fresh Page Each Time??

2004-01-24 Thread Michael Wolfe
Sorry to weigh in so late on this one...

 
If you add a random number to your query string, you should force a page
refresh. 

 
For example

 
http://www.mysite.com?randomnumber={place random number here}

Mike Wolfe
[EMAIL PROTECTED]

_

From: Jim Gurfein [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 16, 2004 3:48 AM
To: CF-Talk
Subject: Fresh Page Each Time??

I need to be certain that a user is served up a fresh page every time they 
click a link instead of getting cached pages.

We've looked into PRAGMA NO CACHE, but I don't think that's a solution.

Anyone have creative ideas on this?

Sincerely yours,

Jim Gurfein
President
RestaurantRow.com, Inc.
http://www.restaurantrow.com
914.921.3200 Ext 101
914.921.9190 fax 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Finding JavaMail version

2004-01-21 Thread Michael Wolfe
Hi All,

 
How do I determine what version of JavaMail CFMX is running? Also, how can I
update it to a newer version (if one is available)?

 
Thanks,

 
Mike Wolfe
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Finding JavaMail version

2004-01-21 Thread Michael Wolfe
Christian,

 
The JavaMail download from Sun contains four jar files:imap, mailapi,
pop3, smtp.Can I just replace the classes in mail.jar with the ones from
these jars? (after backing up, of course)

Mike


_

From: Christian Cantrell [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 21, 2004 11:36 AM
To: CF-Talk
Subject: Re: Finding JavaMail version

On Wednesday, January 21, 2004, at 02:00PM, Michael Wolfe wrote:

 How do I determine what version of JavaMail CFMX is running? Also, how 
 can I
 update it to a newer version (if one is available)?

Here is the top of the MANIFEST.MF file from mail.jar:

Manifest-Version: 1.0
SCCS-ID: @(#)javamail.mf 1.4 00/09/26
Extension-Name: javax.mail
Specification-Title: JavaMail(TM) API Design Specification
Specification-Version: 1.2
Specification-Vendor: Sun Microsystems, Inc.
Implementation-Version: 1.2
Implementation-Vendor: Sun Microsystems, Inc.
Implementation-Vendor-Id: com.sun

I think this means that ColdFusion is using JavaMail 1.2.To update 
it, replace mail.jar with a newer jar file.Don't forget to back up 
the old one.:)

Christian
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Studio MX 2004 with Flash Professional

2004-01-09 Thread Michael Wolfe
eCost ( www.ecost.com http://www.ecost.com/) is usually much cheaper
than MM.

--

Michael Wolfe

[EMAIL PROTECTED]

_

From: Burns, John [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 06, 2004 12:19 PM
To: CF-Talk
Subject: Studio MX 2004 with Flash Professional

Does anyone know where to get Studio MX 2004 w/ Flash Professional for
less than on Macromedia's site?I'm looking to purchase it and was
curious if anyone had any leads on a cheaper source.Thanks!

John Burns

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: updating with a sub query

2003-12-13 Thread Michael Wolfe
UPDATE products 
SET dprice = dealerprice.price 
FROM products, dealerprice 
WHERE products.code = dealerprice.code

--
Michael Wolfe
[EMAIL PROTECTED] 

-Original Message-
From: Cantrell, Adam [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 12, 2003 1:58 PM
To: CF-Talk
Subject: RE: updating with a sub query

Would this work?

UPDATE products
SET products.dprice = dealerprice.price
WHERE products.code = dealerprice.code

-Original Message-
From: Jim T [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 12, 2003 2:56 PM
To: CF-Talk
Subject: updating with a sub query

cfquery name=getcodes datasource=giftovationmdb
Select Distinct(code)
from dealerprice
/cfquery
cfloop query=getcodes 
cfquery name=updatepricing datasource=giftovationmdb
update products set dprice = (Select price from dealerprice where code =
'#getcodes.code#')
where code = '#getcodes.code#'
/cfquery
ok/cfloop

the above code gets this error not sure why any help would be appreciated.

Operation must use an updateable query.

The Error Occurred in C:\Inetpub\wwwroot\tools\pricingupdate.cfm: line
10

8 : update products set dprice = (Select price from dealerprice where code
= '#getcodes.code#')
9 : where code = '#getcodes.code#'
10 : /cfquery
11 :ok/cfloop 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: survey tool

2003-12-11 Thread Michael Wolfe
SurveyMonkey (http://www.surveymonkey.com)
--
Michael Wolfe
[EMAIL PROTECTED] 

-Original Message-
From: Deanna Schneider [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 09, 2003 10:41 AM
To: CF-Talk
Subject: SOT: survey tool

Hi Folks,
We do a lot of one-off surveys where the end user just gets a downloaded
excel file of the data for statistical analysis. We're considering going
with a service or purchasing a survey engine of some kind.

Any suggestions, thoughts, etc?
Thanks!

-- 
Deanna Schneider
UWEX-Cooperative Extension
Interactive Media Developer 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Access to IIS objects from CFML?

2003-12-11 Thread Michael Wolfe
Try IHTK

 
http://www.intrafoundation.com

--
Michael Wolfe
[EMAIL PROTECTED] 

-Original Message-
From: Vitaly Mankevich [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 11, 2003 1:34 PM
To: CF-Talk
Subject: Access to IIS objects from CFML?

Hi all,

Is there any way I can manipulate (create, delete etc) an IIS virtual 
directory? If not, any ideas on how the following could be implemented:

There's a site, say http://www.somepromosite.com

An agent can sign up creating their own site 
(http://www.somepromosite.com/username), which actually is the same 
site. The only effect needed is the /username in the URL.

I figured virtual directories mapped to root is the way to go, but how 
can I manipulate them in CF?

Any ideas will be much appreciated. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Simple way to check for valid date?

2003-12-05 Thread Michael Wolfe
cfif not IsDate(9/31/2003)
 !--- error code goes here ---
/cfif

 
--
Michael Wolfe
[EMAIL PROTECTED] 

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 05, 2003 12:49 AM
To: CF-Talk
Subject: Simple way to check for valid date?

I have a form where users enter dates by selecting from drop-down menus for
date, month and year.Is there a simple way to check they have entered a
valid date rather than a laborious checking for leap year, if the month is
april and date greater than 30 etc etc etc?

I get errors if they choose 31 September or 30 February etc as you'd expect
but I'd rather handle the error gracefully than just display a nasty
database error. 

Cheers,

Michael Kear

Windsor, NSW, Australia

AFP Webworks. 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Simple way to check for valid date?

2003-12-05 Thread Michael Wolfe
Let me qualify my answer...

 
IsDate checks for a valid date, but CF has funny notions about valid dates.
Basically, you can enter almost any value you want for the year part of the
date, and CF will accept if. So... you need to check if the date is within a
valid range also.

 
I have recently had a need to use this in a medical billing app I am working
on. Since some of the patients are over 100 years old, I use a function like
this:

 
cfif not IsDate(birthdate) or Abs(DateDiff(, birthdate, Now()) GT
120)
 !--- error code here ---
/cfif

 
--
Michael Wolfe
[EMAIL PROTECTED] 

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 05, 2003 2:25 AM
To: CF-Talk
Subject: RE: Simple way to check for valid date?

YOU'RE KIDDING!!!I looked at that function and came to the conclusion it
wasn't for that, but for checking that the format of the string was really a
date.Cool. It checks the calendar too.

Sometimes the most simple answers are sitting right in front of you and
staring you in the face. 

Thanks Michael. 

Cheers,

Michael Kear

Windsor, NSW, Australia

AFP Webworks.



-Original Message-
From: Michael Wolfe [mailto:[EMAIL PROTECTED] 
Sent: Friday, 5 December 2003 8:58 PM
To: CF-Talk
Subject: RE: Simple way to check for valid date?

cfif not IsDate(9/31/2003)
 !--- error code goes here ---
/cfif

--
Michael Wolfe
[EMAIL PROTECTED] 

-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED] 
Sent: Friday, December 05, 2003 12:49 AM
To: CF-Talk
Subject: Simple way to check for valid date?

I have a form where users enter dates by selecting from drop-down menus for
date, month and year.Is there a simple way to check they have entered a
valid date rather than a laborious checking for leap year, if the month is
april and date greater than 30 etc etc etc?

I get errors if they choose 31 September or 30 February etc as you'd expect
but I'd rather handle the error gracefully than just display a nasty
database error. 

Cheers,

Michael Kear

Windsor, NSW, Australia

AFP Webworks. 
_

_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Access Windows accounts through CF

2003-11-28 Thread Michael Wolfe
The Internet Hosting Toolkit does that very thing.

 
http://www.intrafoundation.com/ihtk.asp

 
For some reason, the site is not responding right now.If you can get to
it, email me off-list and I will send you the zip file containing the CFX's.

Mike Wolfe
[EMAIL PROTECTED]

-Original Message-
From: Dirk Sieber [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 27, 2003 2:29 PM
To: CF-Talk
Subject: Access Windows accounts through CF

Hi everyone,

I've recently had a request made to me for a specific piece of
functionality.We run an FTP server that uses regular Windows accounts
as logins.I've been asked if there's a way to change people's
passwords using CF on that box, as the people who FTP to it don't have
regular access to it to change their own passwords, and we don't really
want to have the admin person have to handleevery change request.

(Yes, they're aware that there's a lot of potential security issues
involved, but they still want to do it).

I've done some searches, but haven't really turned up much.Anyone done
this before?Code samples? ;-)

Thanks,
Dirk 
_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: SES urls on CFMX 6.1

2003-10-30 Thread Michael Wolfe
I've had great success with IIS using a custom 404 page. Just create a
template to parse the url, place it in an out-of-the-way-folder, and
configure IIS to use that template to handle 404's in that folder.

Michael Wolfe
[EMAIL PROTECTED]

 
-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 30, 2003 7:09 AM
To: CF-Talk
Subject: RE: SES urls on CFMX 6.1

Under IIS, I think you need a third party extension - I use one from
Helicon, which is free for one server. For Apache, it's super simple and
part of the server.


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: mysql ?

2003-09-17 Thread Michael Wolfe
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, September 10, 2003 11:02 PM
 To: CF-Talk
 Subject: mysql ?
 
 
 
 wny good recommendations for a front end to mysql?
 i remember using something called MySQL-Front but it looks 
 discontinued
 
 I havent used mysql for awhile so whats the new best thing:)
 
 dave
 

Dave,

I have been using SQLYog for a while and am quite happy with it.  However, I
recently discovered a new tool that rates right up there with SQLYog. It is
called AquaDataStudio (http://aquadatastudio.com). The nicest feature about
it is that it supports just about every major database, as well as some of
the minor ones. Also, the code-completion rocks!


Mike Wolfe
[EMAIL PROTECTED]


~|
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


RE: Mail spooling issue

2003-09-17 Thread Michael Wolfe
 -Original Message-
 From: Casey C Cook [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, September 16, 2003 2:53 PM
 To: CF-Talk
 Subject: RE: Mail spooling issue
 
 
 
 You saw it pop up from time to time, was an effort made come 
 up with some 
 sort of prevention? Can it be prevented at the application 
 level vs the 
 core CF level.
 Any thoughts would be appreciated.
 

Casey,

I used to work for a company that sends approximately 1 billion (yes,
billion) emails a month (and yes, they are spammers).  The emails are
created via a CF application run from the command line that spools the
emails to a database. The outbound spooling is handled through a separate
application on the mail servers that pulls the emails from the database and
fires them out through Sendmail.

We learned long ago about the spooling bug in CF5, and also that CF5 is not
at all suited to operate as a high-volume mail server.

If you continue to experience this bug, my advice to you is to implement a
solution such as I have described. You don't have to use Sendmail. There are
plenty of small, cheap (or free) mail servers available. My personal
favorite is ArgoSoft Mail Server (http://www.argosoft.com). It supports
SMTP, POP3 and IMAP, as well as having an API that you can access directly
from CF.


Mike Wolfe
[EMAIL PROTECTED]


~|
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


RE: (Admin) List upgrades

2003-09-15 Thread Michael Wolfe
 1. What is the best RSS reader?

FeedDemon

 2. I'm going to add in a link on each post to 
 send the user directly to the post in the archive. Should 
 this link be before the message (a header) or after (a 
 footer)? 

Footer

 3. As an extension to the previous question, does 
 anyone actually look at the message footers? 

Rarely

4. As an 
 extension of the previous question, does anyone click on any 
 of the ads that are on HoF/FA? (such as the new MM ad) 

No

5. 
 Would people like the option to get their mail in HTML 
 format? 

No. HTML is a waste of space, epecially on a high-traffic list like CF-TALK.



Mike Wolfe


~|
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


RE: cfdirectory help - photo album

2003-08-26 Thread Michael Wolfe
 If you pass to the display page the forward and back values, 
 and then click forward or back, how are you going to know 
 what the next next or previous previous values are.
 
 I would instead suggest that on the display page you again do 
 a cfdirectory, and then grab the previous and next files from 
 the list on each display of the page.

Performance tip:

If you have a lot of users hitting the gallery pages, your hard drives will
take quite a beating from all of the CFDIRECTORY accesses. Unless your
gallery is constantly being updated, store the CFDIRECTORY result in an
application variable.  Then, all you have to do is check for existence of
the application variable each time the page loads.  If you are using CFMX,
you can make this even easier by putting the code into a CFC.


Mike Wolfe
[EMAIL PROTECTED]


~|
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


RE: OT: packet sniffer

2003-08-19 Thread Michael Wolfe
Try Ethereal (http://www.ethereal.com)

It's an excellent tool, and the best part is it's free!


Mike Wolfe


~|
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

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: Intermittent CFMX error - bug?

2003-07-29 Thread Michael Wolfe
Brook,

I have been encountering this same error.  If you could post the offending
code, and what you did to fix it, I would really appreciate it. I've been
scratching my head for several weeks over this problem...

Thanks,

Mike Wolfe

-Original Message-
From: Brook Davies [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 28, 2003 3:29 PM
To: CF-Talk
Subject: Re: Intermittent CFMX error - bug?


Please disregard my previous post - I may have found the answer and it IS a 
coding error NOT a MX bug of course :) Still tracking it down.

sorry

Brook



~|
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

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



RE: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-24 Thread Michael Wolfe
Here's a link to a list of alternative ODBC providers:

http://ourworld.compuserve.com/homepages/Ken_North/odbcvend.htm

HTH

Mike Wolfe
[EMAIL PROTECTED]

-Original Message-
From: Dick Applebaum [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, November 23, 2002 10:29 PM
To: CF-Talk
Subject: Re: how to add a MS Access Database as a datasource in SuSE
Linux 8.0 ColdFusion 5.0


Have a look at OpenLink Software:

www.openlinksw,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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: (OT) Is Microsoft Using ColdFusion?

2002-11-21 Thread Michael Wolfe
And they didn't even do it right!  I clicked on the chopped link below,
and the page threw a nasty error and showed a poorly written IF
statement.

:-P

Mike Wolfe

-Original Message-
From: Ezine [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 19, 2002 10:25 PM
To: CF-Talk
Subject: (OT) Is Microsoft Using ColdFusion?


Hey,

Check it out..  Microsoft Using ColdFusion for a specific service?

http://solutions.greatplains.com/FreeToWork1/form1_tdm.cfm?user=1code=2
2ci
d=48mediatype=dm

'Great Plains Software Inc. is a wholly-owned subsidiary of Microsoft
Corporation. The names of actual companies and products mentioned herein
may be the trademarks of their respective owners. Microsoft will not
share the information you provide with third parties without your
permission except where necessary to complete the services or
transactions you have requested, or as required by law.'

Daniel Olivares
WorldWideWebz.com

Phone:  (760) 268-0504
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
URL:  http://www.worldwidewebz.com
  mailto:[EMAIL PROTECTED] 




-Original Message-
From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 1:25 AM
To: CF-Talk
Subject: Re: Server Scope / UDFs


 On Tuesday, Nov 19, 2002, at 12:05 US/Pacific, Dave Watts
 wrote:
 Well, personally, I'm not much of a fan of the idea of loading UDFs
 into
 memory anyway - memory is good for storing data, but is
 wasted on code.

 Well, functions are just data. The benefit is that you
 don't have to
 include the file that defines the function...

I have a sneaky suspicion that cfset myudf = application.udf.myudf is
faster than cffunction name=myudf ... /cffunction or the cfscript
equivalent... I've never load tested it, but i would expect that the CF
processing engine, whether it's CF 5 pcode or CF MX Java has to take
more time to read in and create the function than to assign a pointer to
it.

The pointer is after all only a byte or two of volatile memory lookup
vs. the function definition which is invariably larger, plus time to
actually parse and validate the code and make sure it's not missing a
double-quote or a close-parenthesis somewhere, etc.

Does anybody know for sure? Has anyone done any load testing to compare
them?

s. isaac dealey954-776-0046

new epoch  http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816




~|
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 Wiki?

2002-11-12 Thread Michael Wolfe
Josh,

I'm sending you a file off-list that might be what you are looking for.


Mike Wolfe
[EMAIL PROTECTED]

-Original Message-
From: Josh Trefethen [mailto:jtnewsletters;exciteworks.com] 
Sent: Tuesday, November 12, 2002 11:02 AM
To: CF-Talk
Subject: RE: CF Wiki?


That looks good...I guess I wanted code so I could modify it and host it
myself...any of those that you know of?

--
Josh Trefethen

:[ Exciteworks, Inc ]::[ http://exciteworks.com ]:. 
::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::.
 

-Original Message-
From: Matt Liotta [mailto:mliotta;r337.com] 
Sent: Tuesday, November 12, 2002 10:51 AM
To: CF-Talk
Subject: RE: CF Wiki?


www.seedwiki.com

Matt Liotta
President  CEO
Montara Software, Inc.
http://www.montarasoftware.com/
888-408-0900 x901

 -Original Message-
 From: Josh Trefethen [mailto:jtnewsletters;exciteworks.com]
 Sent: Tuesday, November 12, 2002 1:44 PM
 To: CF-Talk
 Subject: CF Wiki?
 
 Does anyone know of a CF Based Wiki that I could use?
 
 --
 Josh Trefethen
 
 :[ Exciteworks, Inc ]::[ http://exciteworks.com ]:. ::[ cf
 hosting on linux ]::[ consulting ]::[ expertise ]::.
 
 
 


~|
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



OT: Immediate Job Openings

2002-11-11 Thread Michael Wolfe
Hi All,

I've sent this before, but I thought I'd give it one more try...

My company, eUniverse (www.euniverse.com) has openings for two CF
developers with stong SQL skills (MS SQL Server), and some experience
with ASP (nice to have, but not required).  We are located in Culver
City, CA, about a mile from LAX.

eUniverse is a great place to work, with a friendly atmosphere, and a
boss (me) who will actively encourage and challenge you to expand your
skills.  The pay ain't bad either!

If you are interested, please contact me off-list, and I will provide
you with further info.


Mike Wolfe
[EMAIL PROTECTED]
or
[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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



OT: Job Opening

2002-11-06 Thread Michael Wolfe
Hi All,

My company has an opening for one (possibly two) mid to senior level CF
developer with stong SQL skills (MS SQL Server), and some experience
with ASP.  We are located in Culver City, CA, about a mile from LAX.

If you are interested, please contact me off-list, and I will provide
you with further info.


Thanks,

Mike Wolfe
[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
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Source Safe???

2002-11-05 Thread Michael Wolfe
-Original Message-
From: [EMAIL PROTECTED] [mailto:Douglas.Knudsen;alltel.com] 
Sent: Monday, November 04, 2002 2:50 PM
To: CF-Talk
Subject: RE: Source Safe???


Ok, what is your advice for where to store the project files?  

I want to develop all code remotely in a centralised folder.  So, I see
my team using a mutual share on the dev box where the project will be
stored and a share for the VSS DB.  (I'm still learning this schtuff
too)

Now, the issue I see in simple tests is the sharing of the apf file.  If
I add a new file to the project other users don't see it until I save
the project, something I would forget to do for hours on end for sure.

Or, perhaps the way to use this is to setup dev environments on each dev
work station?  

looking for some advice here.  Thanks!

Doug

--

Douglas,

You have a couple of options:

1) Add the CF project file to VSS.  There's an option to do this if you
right-click on the project in CF Studio.  The advantage of this is that
developers can share and merge the project file. The disadvantage is
that VSS does NOT make it easy for two developers to work on the same
file.

2) Set up a seperate dev environment for each developer. Let each
developer manage their own project, and use VSS as a central file
repository.  This has worked quite well for me in the past.


Mike Wolfe
[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
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: Source Safe???

2002-11-04 Thread Michael Wolfe
-Original Message-
From: Scott Van Vliet [mailto:svanvliet;eclipseadvertising.com] 
Sent: Monday, November 04, 2002 11:35 AM
To: CF-Talk
Subject: RE: Source Safe???


 I have used it before, and it worked quite well with CF Studio 4.5.2.
The only 
 thing I could advise would be ensure that you only add files to VSS
through 
 your CF Studio project (that way, the files are in both your project
and the 
 VSS database).

 Another option is to use DWMX's Check-in/Check-out features.


In CF5 and HomeSite+, you can set your projects to auto-include new
files, so as long as your project folder is also your VSS working
folder, both the CF and VSS projects will stay up to date.



Mike Wolfe
[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
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