Re: Mach-II Beginner questions

2006-09-26 Thread Matt Woodward
Hello - I've been a CF developer for years, but I'm having trouble taking the reigns over for a site built in the Mach-II framework. I could build what I've been asked to build in Fusebox in 5 minutes, but can't get Mach-II to listen. Before I launch into my question, is there anyone

Re: Mach-II Beginner questions

2006-09-26 Thread Matt Woodward
Hello - I've been a CF developer for years, but I'm having trouble taking the reigns over for a site built in the Mach-II framework. I could build what I've been asked to build in Fusebox in 5 minutes, but can't get Mach-II to listen. Before I launch into my question, is there anyone

BoardFusion UI Preview Available

2006-04-26 Thread Matt Woodward
A UI preview for BoardFusion, an open source message board application for ColdFusion, is now available. The BoardFusion team would very much appreciate your feedback to make sure we're on the right track with the application! We created a simple comment system that appears at the bottom of

Re: cfopenbb

2005-08-26 Thread Matt Woodward
Any updates on this effort? The initial buzz seems to have died down. We're working--if you'd like to see things move faster, feel free to volunteer to help! ~| Logware (www.logware.us): a new and convenient web-based time

Re: Open Lazlo vs. Flex

2005-08-03 Thread Matt Woodward
OK...I'm still missing the bigger picture As I said already...the Lazlo demo leads me to belive it's only for UI coding (although there is talk of databut via XML only). Flex and Laszlo are both presentation servers, so yes, they only deal with the front end and presentation of data.

Re: import from MySQL to MS SQL

2005-05-05 Thread Matt Woodward
I'm not sure ODBC drivers exist for MySQL. Although I work with both platforms, I've never had a need to connect a SQL Server database to a MySQL database. As others have suggested, by far the simplest way to do this is to download the ODBC drivers from the MySQL web site. Install those on

OT: Connecting Flex with Databases

2005-04-29 Thread Matt Woodward
I have been playing with flex, and one thing that is missing from my brain is how I can connect it to a database. I presume most of the data connection stuff is done via XML and JSP? is this correct? We cant use our CFC's? Are there any examples out there? I have been working through the

OT: Connecting Flex with Databases

2005-04-29 Thread Matt Woodward
RemoteObject is used to directly call a compiled Java class that sits on the same server as Flex. It's very powerful because you're not using web services as at, it's actually a binary protocol called AMF and it's supposedly a good deal faster than web service calls as well. However it

New Verity Search on CFMX 7

2005-04-26 Thread Matt Woodward
Also does anybody know of any tutorials etc on using the new version of verity on CFMX 7 on the www ? apart from the official Macromedia documentation. http://findarticles.com/p/articles/mi_m0MLU/is_3_7/ai_n13466047 ~| Find out

Just a quick question (Lotus Notes)

2005-04-25 Thread Matt Woodward
Have any of you ever tied into a Lotus Notes system, and if so, what were your experiences? Are there any sites that any of you know of that might point someone in the direction for doing this? I admit, I have no experience with the Lotus Notes system, so I'm kind of a fish out of water if you

Re: macromedia and Adobe?!

2005-04-19 Thread Matt Woodward
Correct me if I'm wrong, but there is no need to compete with Microsoft. Since you asked I'll go ahead and correct you, at least from my perspective which is based on what I've heard, seen, and where I see things going. ;-) Both companies haven't really got competing products sold as so, and

Re: macromedia and Adobe?!

2005-04-19 Thread Matt Woodward
I agree when you are talking about RIA for the desktop, but even then, where do you draw the line between a RIA or a common Windows application? I believe there is too much going about the term RIA. Can we call a P2P application a RIA since it has internet connectivity? Or can we only call it a

Re: Google Suggest-like functionality with CF

2005-03-21 Thread Matt Woodward
It looks like this does most of the Javascript side of things for you - I haven't looked at it beyond playing with the demos, but it seems pretty slick. http://fnjordy.cus.org.uk/auto/ Couple of other URLs to check out: http://serversideguy.blogspot.com/2004/12/google-suggest-dissected.html

Re: Ajax

2005-03-18 Thread Matt Woodward
I hope a lot of people will do Ajax, I think it is an amazing new step in the web. But I only warn people, not too make promises too quickly, because many people underestimate the complexity. New step? This stuff's been around for a long time. Google just decided to go nuts with it. The

Re: Ajax

2005-03-18 Thread Matt Woodward
The media exposure it gets is a new step. Blogs have been around for year too. It only needed that media attention for becoming what it is today. Agreed on that point. As with anything it takes a large, high-profile project or two for something to get widespread attention. I just was getting

Re: CF7 won't run under IIS, wont install - business almost shut down for 2 days now.

2005-02-25 Thread Matt Woodward
Until Macromedia pro-actively starts marketing on ColdFusion in other countries and put some of their Flash/Contribute resources to the dark side these issues continue and resources stay limited. That starts with a larger announcement on the MM landing page, not some itsy bitsy tiny CF box ;)

Re: CFMX Development Speed

2005-02-25 Thread Matt Woodward
In the past there were comparisons on the web about speed of development comparisons between such languages. How much avg(time and money) it took to develop specific applications when using either one of the languages. I'd like some gunpowder against management in their locale, that means money,

Re: Good article DWMX. Phewww...I'm not so crazy after all

2005-02-20 Thread Matt Woodward
And I still desperately want a checkbox in the preferences which allows me to _completely_ disable the design view, which MM seems to be _completely_ disinterested in offering me. DW is so closely tied to the design view that I find it frequently open in spite of never opening it myself -- I think

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
I think it needs to point to the specific collection. Thats off the top of my head, but I currently have a cluster which reads from a single shared collection and it works. You may need to re-index the collection after both servers are pointing to it. try:

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
I am not sure you can, but CF 7 now has the ability to run Verity on a totally separate server. I'll look into that--the issue is that the app from which I'm getting these Verity collections (a large knowledge management application) is running on CF 5 and they have no plans to upgrade those

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
The admin UI that shows existing collection paths and requests new collection paths is a little inconsistent, and that's probably why the second collection was created under the folder where you wanted it to go. Next time, use /full/path/to/verity/collections at the full path, and use

Re: Using Verity Collections Generated on Different Server

2005-02-19 Thread Matt Woodward
I suppose I didn't ask the obvious question first, which is are Verity collections created on CF 5 going to be compatible with CFMX 6.1 (which is what I'm testing this on now) or CFMX 7 (which is what we'll be upgrading to very shortly)? The directory structures look identical between

Using Verity Collections Generated on Different Server

2005-02-18 Thread Matt Woodward
Here's something I've never had to deal with before but I bet some others of you have. On one of my applications I'm wanting to use Verity collections that are created on a different physical CF server, so we've copied the collection directories from the server on which the Verity collections

Re: Any sites using the new Flash foms?

2005-02-16 Thread Matt Woodward
I see flash forms, and that is just a personal view of it; as a tool providing developers who are unexperienced with domscripting, with quick results but against the price of consistency, and usability. You truly are missing the point of Flash forms, and I still think you're insulting a whole

Re: Any sites using the new Flash foms?

2005-02-15 Thread Matt Woodward
But why? ... there isn't a single person who provided good arguments for the use of Flash forms :) There actually have been a couple of good arguments--perhaps you don't agree with them, and you wouldn't choose to use them (no matter what, it sounds like), but there have been a couple of very

Re: Any sites using the new Flash foms?

2005-02-14 Thread Matt Woodward
In my testing, a simple form with, say, 4 text inputs plus a submit button will take quite a bit to load (when it loads - it often requires a page refresh). A simple form with only four fields isn't a particularly compelling candidate to replace with a Flash form, and even Macromedia will

Re: Any sites using the new Flash foms?

2005-02-14 Thread Matt Woodward
Thanks, Matt. I agree with you that a 4-field form is not something to worry about (but that was just an example of how EVEN a small form was quite slow). Well sure, but this is really almost an economy of scale issue. You pay for the initial hit whether you have four fields or forty

Re: Migrate Lotus Notes Apps to Coldfusion

2005-02-04 Thread Matt Woodward
our group maybe getting the fun challange of migrating about 50-80 Lotus/Domino apps to Coldfusion. I was curious if anyone has done this and/or if anyone had any pointers or suggestions on wherre to start. Right now we have an ODBC connection and are able to read some data but we're concerned

Re: CF vs ASP.NET! GET YOUR FRESH POPCORRRRN!!

2004-12-12 Thread Matt Woodward
I saw someone asking if someone could prove .NET is faster, .. haven't you seen any benchmarks? My diff algorithm (using levensthein) is about 1000x faster in .NET and the CF code has been finetuned into it's most optimal form. CF ofcourse has it's plusses or else I would not use it, but

Re: Installing CFMX on Mac OS X (root user?)

2004-12-02 Thread Matt Woodward
If you can't successfully run the jar command chances are you're probably not in the right directory, and if you aren't giving it path information to the file the jar command probably just can't find the file you're trying to unjar. I wrote up some instructions for the EAR deployment here that

Re: Installing CFMX on Mac OS X (root user?)

2004-12-02 Thread Matt Woodward
If you can't successfully run the jar command chances are you're probably not in the right directory, and if you aren't giving it path information to the file the jar command probably just can't find the file you're trying to unjar. Okay, so if I'm in, say,

Re: Installing CFMX on Mac OS X (root user?)

2004-12-01 Thread Matt Woodward
I've got Jrun up and running, and I've got the CFMX jar file, and I can double click the jar file fine, it starts up the installer perfectly, but I step thru three steps or so, and it says I can't install it because I'm not root user. As long as you're an admin user you can just ignore that

Re: Installing CFMX on Mac OS X (root user?)

2004-12-01 Thread Matt Woodward
Sean's post is correct--while I've always just double-clicked the JAR file for the initial install (see below for the reason behind the quotes around this word) and it's worked fine for me, beyond this first step you absolutely have to use the terminal to complete the installation correctly.

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Matt Woodward
I'll have to list several as well, in no particular order: 1. Sean Corfield 2. Hal Helms 3. Ray Camden 4. Nate Weiss 5. Isaac Dealey 6. Ben Forta 7. Rob Brooks-Bilson 8. Arman Danesh I'm sure I'll think of others right after I post this ... [Todays Threads] [This Message] [Subscription]

Re: Slightly OT: Name top 5 CF developers you know one way or another

2004-10-05 Thread Matt Woodward
I knew I'd forget someone: 9. Simon Horwith [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfmx stopped working after installing XP SP2 - any ideas?

2004-09-09 Thread Matt Woodward
I recently installed XP service pack 2, and now coldfusion doesnt seem to work anymore. Any ideas how to fix this? Thanks Steve Did you try this? http://www.macromedia.com/support/coldfusion/ts/documents/windowsspxp2.htm [Todays Threads] [This Message] [Subscription] [Fast

Re: cfopen.org

2004-07-07 Thread Matt Woodward
hehehe. CFOpen.org is a collaborative software development environment designed to facilitate the development of open source software for ColdFusion site build with PHP tools it's hard to believe This is addressed on the cfopen.org site (and has been discussed here previously as

Re: Learning Java for a CF Developer - a possible solution?

2004-07-07 Thread Matt Woodward
I did nothing but Java for a few years, so sometimes it's a bit hard for me to have a fresh perspective, but I got O'Reilly's book Head First Java a few weeks ago and from what I've seen it's an excellent way to get into Java.It's actually fun to read (believe it or not) and I think will give

Re: white-space - is this a big issue?

2004-07-03 Thread Matt Woodward
Mach-ii applications probably ought to have an application.cfm to hold the required cfapplication tag. Definitely ought to, and what you can do with Mach-II is put multiple applications all under one umbrella by giving them the same application name in each Application.cfm file.This allows for

Re: Security with CFCs

2004-06-29 Thread Matt Woodward
My current thinking is that there are many functions specific to application security - things like authenticating, adding/editing/removing groups, etc. I've started putting them into a DP_Security.cfc which will be loaded as a property of the DP_Application.cfc (I could have put them inside it,

Re: Blackstone @ CF-FUN '04

2004-06-28 Thread Matt Woodward
So, CF programs can be run without a browser. Now, if you don't need a browser, why do you need a web server? Dick The point I got from this (and as Ben Forta said, this is one of those things that two weeks from now I'll think HOLY COW! and have a perfect example of how cool this is going to

Re: Blackstone @ CF-FUN '04

2004-06-28 Thread Matt Woodward
On Jun 28, 2004, at 6:58 PM, Rick Root wrote: Oops! Spoke too soon -- I was originally talking about non-browser-based GUIs. Is there a standalone Flash UI. Maybe there should be??? RDIAs? Rich Desktop Interface Applications You never know--something like this might be in the works.I've

Re: CFFUN 04 - He3

2004-06-27 Thread Matt Woodward
Hey CFFUN attendees, how does He3 look? Looks very cool, particularly if you do Mach-II development.Some nice functionality there.I'm definitely looking forward to checking it out more thoroughly when I get back. Second comment: COME TO CFUN NEXT YEAR!Great, great, great conference! Matt

Re: Books on Flash...

2004-06-24 Thread Matt Woodward
Try this one: http://www.amazon.com/exec/obidos/tg/detail/-/0735713820/qid=1088118127/sr=8 -1/ref=sr_8_xs_ap_i1_xgl14/103-5412416-3841448?v=glance http://www.amazon.com/exec/obidos/tg/detail/-/0735713820/qid=1088118127/sr= 8-1/ref=sr_8_xs_ap_i1_xgl14/103-5412416-3841448?v=glances=booksn=507846

Patch Error - CF Won't Start

2004-06-22 Thread Matt Woodward
My mom always told me to follow directions, but of course I never listened, and now it's biting me in the butt.I was applying this patch to one of our servers this morning: http://www.macromedia.com/devnet/security/security_zone/mpsb03-06.html Unfortunately rather than do things in the prescribed

Re: Patch Error - CF Won't Start

2004-06-22 Thread Matt Woodward
Weird--I don't see a jvm.config file in my install root/bin.This is CFMX 6.1 standalone (not JRun instance).I'll poke around and see if I can find that file in any other CFMX directory. Thanks, Matt Your jvm.config file should be located under in a bin/ folder of your CFMX installation root. you

Re: Patch Error - CF Won't Start

2004-06-22 Thread Matt Woodward
Found one in CFusionMX/runtime/bin.Replaced the updated file with the .bak file and that did the trick.Thanks! Matt Weird--I don't see a jvm.config file in my install root/bin.This is CFMX 6.1 standalone (not JRun instance).I'll poke around and see if I can find that file in any other CFMX

Re: Patch Error - CF Won't Start

2004-06-22 Thread Matt Woodward
Problem now is that apparently this server is unpatchable.I fixed the jvm.config file and CF starts fine WITHOUT Macromedia's new arguments in there, but with them in there, the server won't start even if I do the update in the correct order.Anyone else had this problem with this particular patch?

Re: Patch Error - CF Won't Start

2004-06-22 Thread Matt Woodward
Argh--never mind.I was using the Websphere file.You'd think since this is the third server I'm patching I'd have it down by now! ;-) Thanks again for pointing out the jvm.config file, that at least helped me avoid a reinstall! Matt Problem now is that apparently this server is unpatchable.I

DateDiff Weirdness

2004-06-22 Thread Matt Woodward
I'm seeing some weird behavior with DateDiff that I hope someone can shed some light on.I'm sure it's just a misunderstanding on my part but it just doesn't do what I suspect that it should do. Today is 6/22/2004, so if you're reading this on a different day, assume that Now() is 6/22/2004.

Re: DateDiff Weirdness

2004-06-22 Thread Matt Woodward
dateDiff measures the number of whole days different. The date you create with createDate() is midnight, which is probably just a few hours away? Try setting today as createDate(year(now()), month(now()), day(now())) Perfect--exactly what I needed to know!Thanks! Matt [Todays Threads]