Re: SQL Server Help Now, I guess...Re: ColdFusion on Mac OS X

2004-06-13 Thread mpwoodward
Oh yeah, in case it matters or not...this is a little development machine at my work and SQL server sits on the same machine as IIS. So when I type in development.foobar.com that's the same machine running CF, IIS and SQL...that's why I'm assuming that the DNS name will work... I connect

XSLT Help

2004-06-13 Thread mpwoodward
OK, now that I have my XML working I'm running into an issue with XSLT that I'm hoping someone can diagnose.Here's my XML (I verified this by writing to a file to make sure the XML structure is what I think it is): combo name=Combo catalogNumber=010101 product productType=Brush name=Trim Rite

Re: ColdFusion on Mac OS X

2004-06-13 Thread mpwoodward
Hi all, I just got an Apple laptop, and I'm running 10.3 on it. I've got StudioMX for it, and I really want to learn how to use Dreamweaver on OS X. If I understand everything correctly, I can run Apache on my Mac by just using Web Sharing just like I can run IIS on my PC at work. If I

Re: XSLT Help

2004-06-13 Thread mpwoodward
xslt doesn't know by default about n b s p ; - thats part of the html spec. You can get around it pretty easily by using # 1 6 0 ; instead. Argh ... that turned out to be the problem.One of those shoulda known things that I didn't see because I've been staring at this stuff for too long. cf is

Re: SQL Server Help Now, I guess...Re: ColdFusion on Mac OS X

2004-06-13 Thread mpwoodward
FWIW, I can't see it from Enterprise Manager at home, but I can connect at work to it via Enterprise Manager at work inside the network... To me this is your smoking gun that says it's not available outside your firewall.If you can't see it from home but can from work, I bet it's firewalled off,

XML Help

2004-06-12 Thread mpwoodward
This is the first time I've worked with XML in this level of detail on CF, so rather than beat my head against my desk further I thought I'd see if someone could put me on the right track.I'll try to simplify what I'm doing as much as possible. I'm building a product catalog system, and part of

Re: XML Help

2004-06-12 Thread mpwoodward
Never mind--got this figured out! Matt [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Mach-II

2004-05-28 Thread mpwoodward
Then Mach-II is just using a terminology la mode to please those who like new words ;-). Yes, you're absolutely right--its sole purpose is to please people who like buzzwords.It clearly has no other benefits!I'll stop using it immediately. ;-) If you don't like it, don't use it, but I still

Re: Mach-II

2004-05-27 Thread mpwoodward
Event programming is the most beautiful thing,... when there are events! In an application, client side, in a browser, there ARE events, so _javascript_ alows events, fine. On the server side, in ColdFusion, where are the events? The events are still created on the client side based on the

Re: OT: Mach-II

2004-05-26 Thread mpwoodward
- Does your organization use Mach-II? Yes, it's become our de facto way of building all CF applications that are medium-sized and up (or have the potential to grow to this size).I also do a great deal of freelance work and use it on most of my freelance CF projects. - Care to comment on how

Re: Adding DSN with cf.Factory

2004-05-23 Thread mpwoodward
I'm looking for a way to add datasources via code, using the cf.Factory. I came across a great CFC for adding mappings (www.cfczone.org http://www.cfczone.org/ ), but I can't seem to find something similar for datasources. I've found a few discussions/pages about the theory of how you would do

Re: Microsoft acknowledges CF!

2004-05-08 Thread mpwoodward
I thought some of you might find this interesting. http://msdn.microsoft.com/library/default. asp?url=""> I read this quite a while ago when it first came out, and the biggest annoyance to me is that they seem to pick and choose which version of CF they refer to in order to best suit their

Re: Blue Dragon / Coral / CFMX

2004-05-08 Thread mpwoodward
I'm new to the list and I'm sure this subject has been discuss but does someone use blue dragon or coral and what are the real cost of those application if I want to deploy an inventory application made in cfml on a lan of one of my client... I've been beta testing BlueDragon for quite a while,

Re: Blue Dragon / Coral / CFMX

2004-05-08 Thread mpwoodward
I just looked at the NewAtlanta site and noticed that the beta version supports Mac OS X. I run BD on two Macs here and home and I can tell you from personal experience with both the JRun/CFMX for J2EE combination and BlueDragon, BlueDragon is infinitely simpler to get up and running.The

Problems with CFZIP CFCs in DRK 6

2004-04-16 Thread mpwoodward
I posted this in the MM forums but didn't get a response, so I thought I'd try here.I've been working with the cfzip components from DRK 6 and I have a consistent issue. I was originally trying this on BlueDragon 6.1 RC1 on a Mac, so before I posted anything I wanted to try it on CFMX 6.1 on

Re: Installation woes

2004-03-27 Thread mpwoodward
hola CF-Talkers Im having trouble getting CFMX 6.1 installed on a machine. when i run the exe, the installanywhere deal runs like its extracting the files... when it gets to 100%. it closes and then nothing else happens its a pentium4 512 mb ram win2k pro all windows updates anybody

Re: Blue Dragon MySql

2004-03-26 Thread mpwoodward
I¹m trying to add a datasource to my Blue Dragon server. It¹s an MySQL database. When I try and add the datasource, I get a ³General Error² message. Has anyone seen this error before? What am I doing wrong? Hi there--if you haven't already done so, you need to manually download and install the

Re: Blue Dragon MySql

2004-03-26 Thread mpwoodward
4. If you're on BD JX, rename this jar file to mysql.jar and copy it into your BlueDragon bin directory (/PATH_TO_BLUEDRAGON/lib) Realized I mis-typed here--you need to put it in your lib directory, not bin. Matt [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User

Javamail API: Using a constructor that requires argum ents

2003-07-15 Thread mpwoodward
I just cranked out some stuff using JavaMail today--hope this helps. It's a mix of stuff from Christian Thompson's article in CFDJ on the JavaMail API and Sun's tutorial at http://developer.java.sun.com/developer/onlineTraining/JavaMail/contents.html // properties objProperties =