CF and UPS WorldShip?

2002-11-13 Thread Phil Cruz
I've worked with UPS Worldship before. I don't believe you can call Worldship to get shipping prices into CF. What I have done with it is exported order records from the CF app to Worldship to generate the shipping manifests. -Phil

bug tracking software.

2002-09-05 Thread Phil Cruz
I've developed a web-based bug tracker that runs on Windows with CF5.x/CFMX. It has support for multiple projects with sub-projects, user and group security, feature tracking. I'm looking to release version 1 towards the end of the month. Contact me if you would like to more info. Anyone in

Advanced Statistical Analysis

2002-09-26 Thread Phil Cruz
Graphpad.com offers several online stats calculators that are all done in CF. Check out http://www.graphpad.com/quickcalcs/ -Phil __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable

What is Blue Dragon?

2002-12-10 Thread Phil Cruz
> Interesting, does it work? > > Or perhaps the better question is does it work well? I wrote an article/review about BlueDragon that is in this month's CF Developer's Journal. You can see the article online at http://www.sys-con.com/coldfusion/article.cfm?id=546 -Phil http://www.tracking-to

file download bug with Netscape 7

2002-12-16 Thread Phil Cruz
--=_6494909==.ALT Content-Type: text/plain; charset="us-ascii"; format=flowed I just ran across a bug with NS7 where it appends the file ext of the template to the end of the filename to be downloaded. So if you have a download.cfm template like and the filename is "inst

resendundeliverablemail4.cfm and lastModified

2002-03-14 Thread Phil Cruz
I'm using the resendundeliverablemail4.cfm tag to handle undelivered mail. It is moving mail to the spool fine. However, it has the function to check the lastModified date of the email and if it's greater than a certain value it will email the administrator and move the mail to a "failed" fo

Re: PRINTING with Page Breaks

2000-06-11 Thread Phil Cruz
I've used the following code to generate page breaks in html: -Phil -- Date: Fri, 9 Jun 2000 09:57:09 -0500 From: "sam komolafe" To: Subject: PRINTING with Page Breaks Message-ID: <007301bfd222$fc6f5920$[EMAIL PROTECTED]> Hi guys, Is there any way in ColdF

sub tags and syntax

2001-12-12 Thread Phil Cruz
I'm writing a tag that uses subtags. I tend to call custom tags with syntax because if you are in shared environment you don't have to worry about installing the tags in the customTags directory and I tend to have tags that nest. My issue is that I'm finding the if I call the tags as T

re: sub tags and syntax

2001-12-12 Thread Phil Cruz
As soon as I hit the send button I figured it out -Phil _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com FAQ: http://www.thenetprofits.co.uk/coldfusion/f

CFPOP - Unable to Save File

2002-02-27 Thread Phil Cruz
I'm calling CFPOP like and displaying the query as I'm seeing that on some messages the mail.attachments column has "d:\http\server\test\802 UNABLE TO SAVE TO FILE". The file 802 will be created but 0 k in size. Permissions doesn't seem to be an issue because with some messages the att

Re: Scripted Verisign login

2004-03-09 Thread Phil Cruz
I've done this.  Basically you need to use cf_httprequest because of problem with cfhttp and ssl. get it from here http://rit.net/~sporter/ColdFusion/HTTPRequest/ then it's just a matter of posting partnerid, login and password to https://manager.verisign.com/login/loginaction.cfm parse the resp

Re: JUnit with Cold Fusion

2004-03-19 Thread Phil Cruz
I've started using Canoo WebTest http://webtest.canoo.com which is an extension of JUnit. It's for testing at the web application level rather than unit testing.  You would do this in addition to unit testing but you can do things like define test scenarios to submit a form for user registration.  

Re: ttools (or similar bug tracking systems)

2004-04-23 Thread Phil Cruz
>Is there an "already built" bug tracking system developed in cf > >1. for sale? >2. shareware? >3. open source? > >ready for us to purchase and use? > >Ttools was one, some time ago, is that still around? > Yep. Go to http://www.tracking-tools.com Phil [Todays Threads] [This Message] [Subsc

Re:project/bug management system

2003-10-14 Thread Phil Cruz
t;Subject: RE: project/bug management system > >Tim, some time ago Phil Cruz was offering a Fusebox 3.0 Bug Tracking system >called "TTOOLS" which we purchased a license for, it was not too expensive >and helps us but I can't locate it on the web.  His email in our

Re: server-side forwarding in CFMS

2004-08-31 Thread Phil Cruz
getpagecontext.forward() doesn't seem to pass on form variables.   Can anyone confirm this is in the bug base and has/has not been fixed with the most recent service pack. -Phil >I successfully implemented the getpagecontext.forward() method in one >of my applications and it worked great. > >The

OT: open url from script

2004-09-02 Thread Phil Cruz
In a windows .bat file you can do start "http://google.com" and it will launch the browser to that page.  What is the equivalent script on Linux and/or Mac? -Phil [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

OT: open url from script

2004-09-02 Thread Phil Cruz
In a windows .bat file you can do start "http://google.com" and it will launch the browser to that page.  What is the equivalent script on Linux and/or Mac? -Phil [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Stand Alone CF Runtime

2004-10-12 Thread Phil Cruz
>A while back someone was discussing a standalone CF Runtime app, anyone >remember the name and url? > > Tracking Tools is a bug tracking application that runs an embedded CF engine using BlueDragon.  You can download the demo application at http://tracking-tools.com/ -Phil [Todays Threads] [

Re: Service Oriented Architectures

2004-09-29 Thread Phil Cruz
The sample application available on http://mach-ii.info implements an SOA like Sean describes. Tracking Tools, which I just released as v1.1 (http://tracking-tools.com/blog/), used to be an FB3 app and I converted to Mach-II using SOA.  I hope to release the Flash client for it in the future.   I

Re: Mach II

2004-11-02 Thread Phil Cruz
>I'm curious who is using Mach-II... > >Documentation and examples seems to be very minimal. The latest version of Tracking-Tools (http://tracking-tools.com) uses Mach-II. I host the site http://mach-ii.info which has a list of other (big) sites using Mach-II. The list is http://mach-ii.info/i

Re: Session vars stored in database?

2004-11-03 Thread Phil Cruz
He could be talking about a custom session management scheme. I have used rsession (http://vfive.com/rsession/index.html)in previous (CF5) projects in order to avoid having to lock session vars and to support non-sticky sessions in clusters. -Phil >What Barney said is dead-on. I am a total z

Re: CF and Cloudscape/Derby

2005-01-25 Thread Phil Cruz
>I'm hearing about Cloudscape/Derby as a reasonable database alternative to >MySQL etc. Is anyone here using it? Comments on performance? Scalability? >Stability? Features? > With Tracking-Tools, I offer it as one of the the supported database options (MSSQL, MYSQL, Oracle, and Cloudscape/Derby).

Re: Two free Alagad Image Component licenses

2005-02-02 Thread Phil Cruz
>Mathmetically, I don't think anyone can ever "complete the offer", >because there are ALWAYS new invitees at the end of the chain who have >not completed their offer. > > - Rick Check this article on how these programs work http://www.dotempire.com/how-free-offers-work.html Wired seems to conf

Re: documenting CFCs

2005-02-03 Thread Phil Cruz
>Can you point to some CFC doc tools? > Since you're asking, I'll plug my tool, CFC.Doc (http://philcruz.com/cfcdoc) CFC.Doc generates offline documentation in HTML, .CHM, and PDF formats that you can distribute and/or use in your favorite IDE (Studio/Homesite/DW/Eclipse). And, you can get a f

Re: Building Applications for multiple DB's

2005-04-12 Thread Phil Cruz
For an example of this check out the Mach-ii.info sample application. (http://mach-ii.info/index.cfm?event=resources#code) It implements the Abstract Factory pattern as described here http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html Using the same architecture my b

Re: For the kids

2004-11-12 Thread Phil Cruz
> With school budgets ever so tightening, my child's school is having a > problem with getting the funds together as well volunteers for their > annual yearbook. I was thinking hey put it online, but then no one can > actually save it or have a copy to get people to sign. But if it were > on li

Re: "Licensing" a CF app

2004-11-29 Thread Phil Cruz
>Hi, > >I have a client whose application we have developed over the past >three years. It operates as a web-based services for his customers, >taking data entry and displaying calculated analysis of the data. > >He now has a customer who, for security reasons, wishes to have a >private installa

Re: bug tracker

2004-12-01 Thread Phil Cruz
>Anyone know of a good CF based bug tracker using a DB for storage? MN is >using Raymond's Lighthouse but it has a slight problem when you have several >hundred bugs stored in memory. I have to either convert the whole thing to >DB or find something else. > >Raymond, do you have a DB version of th

Re: bug tracker

2004-12-01 Thread Phil Cruz
hael, > >We using "tracking tools" by Phil Cruz. It's commercial but doesn't cost >very much (70$ I think). It's fusebox. I don't know how you feel about that >but it does make it fairly and easy to plug and modify. We've added a >customer facing p

Re: "Licensing" a CF app

2004-12-04 Thread Phil Cruz
I think your assumption to "re-spend the same amount of money" is a false one. I recommend you at least take the time to fire off an email to their sales to discuss your options (to manage upfront costs). I think you may be pleasantly surprised. As for BS, promises are well just promises. U

To HOF Admin - can't sign in to houseoffusion.com

2004-12-15 Thread Phil Cruz
I go to http://www.houseoffusion.com/signin/index.cfm to sign in and it just bounces me back to the sign in form. I have the correct username/password because I had it emailed to me. I tried with Firefox and IE on Win with no luck. Any ideas? -Phil ~~

Re: blackstone crazyness ?

2004-12-15 Thread Phil Cruz
> From MM > "With ColdFusion MX, you can already deploy ColdFusion as a Java > archive (EAR or WAR file) and then manually deploy your application > separately on top of ColdFusion. In Blackstone you will now be able to > build a single EAR or WAR file that contains both your application and >

Re: Blackstone Beta

2004-12-10 Thread Phil Cruz
I've been meaning to look more into ASP.NET but never seem to get around to it. One mental hurdle for me is the last I looked it seemed like you had to write a bunch of code to do simple queries. Nothing as simple/elegant as . If it really took you 15 minutes, would you consider using Camtas

Re: To HOF Admin - can't sign in to houseoffusion.com

2004-12-15 Thread Phil Cruz
I'm in. Thanks. Phil >Found the problem. It worked in Mozilla but not in IE (JS issue). I've fixed >it and you should be able to get in now without a problem. > >> I go to http://www.houseoffusion.com/signin/index.cfm to sign in and >> it just bounces me back to the sign in form. I have the co

Re: blackstone crazyness ?

2004-12-15 Thread Phil Cruz
>> FYI for those of you interested in learning about ANT - >> specifically as it applies to CF Developers, there'll be an >> article about that very topic in the Feb. issue of CFDJ. >> Just thought I'd mention that. > >I'm pretty sure there has already been an article about Ant in CFDJ. > >Dave

Portable CFML Development Environment

2005-01-20 Thread Phil Cruz
Interested in a portable CFML dev enviroment that fits on a USB drive? Check out http://philcruz.com/blog/2005/01/portable-cfml-development-environment.htm Thoughts? -Phil ~| Logware: a new and convenient web-based time trackin