RE: Using Mac Mini as web server

2007-12-18 Thread Andy Matthews
TED] Sent: Tuesday, December 18, 2007 4:02 PM To: CF-Talk Subject: Re: Using Mac Mini as web server System Preferences > Energy Saver - you can set the machine to "Never" sleep. On Dec 18, 2007 7:01 AM, Andy Matthews <[EMAIL PROTECTED]> wrote: > So my question is, will this

RE: CFDOCUMENT creating a PDF - ARGH!

2007-12-18 Thread Andy Matthews
Are you using overflow: auto in your CSS anywhere? Rupesh Kumar found some bugs in cfdocument when overflow was set to auto: http://coldfused.blogspot.com/search/label/cfdocument http://coldfused.blogspot.com/2007/12/missing-text-in-pdf-created-by.html http://coldfused.blogspot.com/2007/12/image

Using Mac Mini as web server

2007-12-18 Thread Andy Matthews
don't want to have to login each time I try to connect to it. Can anyone shed some light on this? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] ww

OT: Running Leopard and networking PC and Mac.

2007-12-16 Thread Andy Matthews
I'm running Leopard on a Mac Mini which I'll be using as a local file/web server. The Mini can see computers on my network, but my workstation cannot see the Mini. I've gone in and turned on File Sharing in the Internet & Network section under Sharing, but the PC still can't get to the Mini. Th

RE: To AIR or not to AIR?

2007-12-14 Thread Andy Matthews
_ http://blog.cutterscrossing.com Andy Matthews wrote: > As far as I understand, to create an AIR application, you must have at least > the AIR SDK from Adobe. You don't have to create an AIR app using any > of Adobes TOOLS, but to build it requires the SDK which you'd hav

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
Rob On Dec 14, 2007 9:22 AM, Rob Parkhill <[EMAIL PROTECTED]> wrote: > Andy, > > The file size is huge. 2.8 MB when it finally finishes. I took your > code, and did it locally, now I don't have all of the pictures in > mine, and there were a couple of open tags (an

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
user specifies. So I can't rely on "this" module being on a specific page, etc. Thanks for your input man, I appreciate it. -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 8:23 AM To: CF-Talk Subject: Re: Follow-up: PDF generatio

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-13 Thread Andy Matthews
Here's some updates used for testing: This page is the exact same source code as the original link, but has NO CF processing (other than the cfdocument tag): http://gaylordoprylandsales.com/prop/PDFtest_01.cfm This page has had it's complex div based layout converted to tables: http://gaylordopr

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-13 Thread Andy Matthews
Here's some updates used for testing: This page is the exact same source code as the original link, but has NO CF processing (other than the cfdocument tag): http://gaylordoprylandsales.com/prop/PDFtest_01.cfm This page has had it's complex div based layout converted to tables: http://gaylordopr

Follow-up: PDF generation running excrutiatingly slow

2007-12-13 Thread Andy Matthews
I'm running CF8 and trying to generate a PDF out of this page: http://gaylordoprylandsales.com/prop/proposal.cfm?view=73534E3B54060A4C061052691D13 The page loads in fairly quickly, but creating a PDF from the same exact code takes several minutes or more, and in some cases times out: http://gaylo

RE: To AIR or not to AIR?

2007-12-13 Thread Andy Matthews
As far as I understand, to create an AIR application, you must have at least the AIR SDK from Adobe. You don't have to create an AIR app using any of Adobes TOOLS, but to build it requires the SDK which you'd have to run command line. -Original Message- From: d l [mailto:[EMAIL PROTECTED]

RE: or statement problems

2007-12-13 Thread Andy Matthews
I know this is semantics, but when I'm comparing strings, I NEVER used EQ or NEQ. It just doesn't seem to be the right operator. I prefer using IS or IS NOT. YMMV andy -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Thursday, December 13, 2007 8:29

RE: CFEclipse Key mappings

2007-12-12 Thread Andy Matthews
I believe they're found in your workspace. I recently upgraded and all I did was tell 3.3 where my workspace was and all my shortcuts were there in the new install. It was nice actually. -Original Message- From: Dave Hatz [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 9:59 A

RE: PDF creation in CF8 - not working...please help

2007-12-11 Thread Andy Matthews
Thanks Rupesh! I'll take a look at my code. I didn't realize I was using that, but sure enough, there it is. That makes perfect sense why the first section shows up, but the rest don't too! andy -Original Message- From: Rupesh Kumar [mailto:[EMAIL PROTECTED] Sent: Tuesd

RE: PDF creation in CF8 - not working...please help

2007-12-11 Thread Andy Matthews
alk Subject: Re: PDF creation in CF8 - not working...please help Andy, Obviously, I don't have enough work ;) or I just like to help. So I debugged a bit for you. If I include the CSS inside the cfdocument tag, I get the colors appropriately inside the PDF, but I get 15 pages, and only the

RE: PDF creation in CF8 - not working...please help

2007-12-11 Thread Andy Matthews
Hey Rob... Last night I tried using an absolute path to the stylesheet, and that didn't work either. andy -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 2:47 PM To: CF-Talk Subject: Re: PDF creation in CF8 - not working...please

RE: PDF creation in CF8 - not working...please help

2007-12-10 Thread Andy Matthews
I just realized I'm asking you to debug my code. Sorry about that. Thanks for the suggestion man. I'll check that out when I get home. -Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 4:11 PM To: CF-Talk Subject: RE: PDF creat

RE: PDF creation in CF8 - not working...please help

2007-12-10 Thread Andy Matthews
creation in CF8 - not working...please help Andy, I just opened your source of your page above and copied a portion of it into a new document and wrapped it in a cfdocument, and it generated a PDF. Granted I don't have your stylesheet to use so none of the formatting came across the same, but

RE: PDF creation in CF8 - not working...please help

2007-12-10 Thread Andy Matthews
thing to do with the CSS. I just don't know why. -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 9:21 AM To: CF-Talk Subject: Re: PDF creation in CF8 - not working...please help Andy, I guess that you could always design a high level C

RE: PDF creation in CF8 - not working...please help

2007-12-10 Thread Andy Matthews
cember 10, 2007 8:08 AM To: CF-Talk Subject: Re: PDF creation in CF8 - not working...please help Andy, try changing your cfdocument tag to the following: I know that when I first started using cfdocument, I had to do this when using CSS on the page that was creating the PDF. Of course the result

RE: PDF creation in CF8 - not working...please help

2007-12-10 Thread Andy Matthews
rking...please help Andy Matthews wrote: > I'm trying to create a PDF from a page and it's not working. The way I've read is that to do this, you simply wrap whatever content you have within cfdocument tags, with the type set to PDF. So that's what I've done, and it

Re: PDF creation in CF8 - not working...please help

2007-12-09 Thread Andy Matthews
Oh...one more thing. The code on the PDF page is identical (except for the cfdocument tag), which is set up like so: ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today Col

Re: PDF creation in CF8 - not working...please help

2007-12-09 Thread Andy Matthews
Oh...one more thing. The code on the PDF page is identical (except for the cfdocument tag), which is set up like so: all code inside here ... ~| Enterprise web applications, build robust, secure scalable apps today - Tr

PDF creation in CF8 - not working...please help

2007-12-09 Thread Andy Matthews
idea why it might be doing this, and if so, what I can do to fix it? andy matthews ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.co

Re: CF8 Upgrade Question

2007-12-08 Thread Andy Allan
Just wanted to confirm CF6 to CF8 upgrades are allowed. Andy On 08/12/2007, Jochem van Dieten <[EMAIL PROTECTED]> wrote: > Terry Ford wrote: > > We are running CF6.1 and want to upgrade to CF8 (linux). > > > > If we purchase the CF8 upgrade version, does CF6.1 hav

RE: HTML, Changing the style of a drop down

2007-12-06 Thread Andy Matthews
Correct. While I personally have never tried placing a border around a select box, you should be able to. But yes, height isn't something you can directly affect. You'd have to increase the font size, then adjust the width accordingly. -Original Message- From: ismail cassiem [mailto:[EMAI

Re: Newb CF7 Multi-Server Clustering with Apache question

2007-12-05 Thread Andy Cortright
> I currently have CF7.02 multi-server running three instances using > round-robin loadbalancing and session replication. I have set this up > a number of different ways and I need to know what best practice is > for this type of setup? > > All three application servers are answering on a conte

OT: Flash 8 debugger

2007-12-05 Thread Andy Matthews
e and debugging from that. But it's not working. Is there something specific that you have to install to get this working? Any of you that have input on this, please chime in. Thanks in advance. ____ Andy Matthews Senior ColdFusion Developer Off

RE: Convert Letters to Numbers in Phone Numbers

2007-12-05 Thread Andy Matthews
Plus I got all of the original responses (plus the original post) twice. -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 05, 2007 6:54 AM To: CF-Talk Subject: RE: Convert Letters to Numbers in Phone Numbers No dupes but definitely a huge del

RE: finding a substring in string, target attribute of an anchor tag

2007-12-04 Thread Andy Matthews
--Ben Doom Andy Matthews wrote: > I have a variable containing a string in which might appear any number > of links to to kbb.com: > http://www.kbb.com/kb/ki.dll/kw.kc.uy?dlr3 > <http://www.kbb.com/kb/ki.dll/kw.kc.uy?dlr3&;t&21&&> > &;t&21&&&qu

Newb CF7 Multi-Server Clustering with Apache question

2007-12-04 Thread Andy Cortright
I currently have CF7.02 multi-server running three instances using round-robin loadbalancing and session replication. I have set this up a number of different ways and I need to know what best practice is for this type of setup? All three application servers are answering on a context root of /.

RE: Convert Letters to Numbers in Phone Numbers

2007-12-04 Thread Andy Matthews
That should be pretty simple. Just create a structure you can use to "look up" the letter. I'm sure that there's a better way to do it, but this would be fairly simple. -Original Message- From: Deepak Gupta [mailto:[EMAIL PROTECTED] Sent: Tuesday

finding a substring in string, target attribute of an anchor tag

2007-12-03 Thread Andy Matthews
t" instance of "target", then work from there. Might you chaps have a better/more efficient means to do this? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 6

RE: While we're talking about AJAX...

2007-12-03 Thread Andy Matthews
Got a link? -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 11:54 AM To: CF-Talk Subject: While we're talking about AJAX... Okay, I got my other question taken care of, it ended up being a manual Javascript function. Now I'm trying

RE: XForms

2007-11-30 Thread Andy Matthews
You're going to have to have SOME sort of processing engine to use in saving the content. Javascript can't write to the file system, nor can it save data in long-term memory, unless the user doesn't close the browser. You might be better off using a PDF. That can store data in the actual PDF and sa

RE: CFInvoke not finding method

2007-11-28 Thread Andy Matthews
Try invoking another method in that component? -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 1:05 PM To: CF-Talk Subject: CFInvoke not finding method Running into a strange thing - I'm trying to execute a CFInvoke tag, calling a

RE: Updating to Eclipse 3.3...

2007-11-27 Thread Andy Matthews
Crow... What settings are you talking about? Is there a single file, or a folder? Do I have to reinstall all my plugins as well? andy -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 4:25 PM To: CF-Talk Subject: Re: Updating to

Updating to Eclipse 3.3...

2007-11-26 Thread Andy Matthews
talling my current build? If it's not, how can I back up my files so that I don't lose my preferences and settings? I'd rather not even bother upgrading if it might lose my settings. Thanks in advance. ____ Andy Matthews Senior ColdFusion Deve

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
Dave... Is this the one you're talking about? http://www.adobepress.com/bookstore/product.asp?isbn=032142316X andy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 10:24 AM To: CF-Talk Subject: RE: Flex 2 books for CF/AS3 > I&#

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
Thanks Dave... I'll check those out. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 10:24 AM To: CF-Talk Subject: RE: Flex 2 books for CF/AS3 > I'm reading through Programming Flex by Joey Latoun and I have to say, > I don't like it much

OT:Flex image manipulator

2007-11-26 Thread Andy Matthews
n and let him pick. andy matthews ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5

RE: image effects

2007-11-26 Thread Andy Matthews
I'm not sure that Pete is on this list. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 8:53 AM To: CF-Talk Subject: RE: image effects I understand... I like to pay a reasonable price for reasonable service. And I like to use as few techn

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
I'm reading through Programming Flex by Joey Latoun and I have to say, I don't like it much at all. I'm a complete beginner at Flex and by chapter 4 they were already deep into the technical aspects of Flex. I just don't think that it's written well at all. It makes me want to return it and get my

RE: url variables not picked up in url with # anchor

2007-11-15 Thread Andy Matthews
Try putting the anchor at the end, after the URL vars? -Original Message- From: Will Swain [mailto:[EMAIL PROTECTED] Sent: Thursday, November 15, 2007 7:49 AM To: CF-Talk Subject: url variables not picked up in url with # anchor Can anyone help with this. This may be common knowledge bu

RE: Regex Gunslingers

2007-11-13 Thread Andy Matthews
Just wait for Barney...he'll have an answer I'll bet. -Original Message- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 1:17 PM To: CF-Talk Subject: Re: Regex Gunslingers Actually, that's not all that easy. Regex is great for tokenizing, but not parsing. The

RE: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Andy Matthews
Why does everyone keep throwing frameworks at Erik? Wouldn't it be better to learn the core concepts behind OOP rather than jumping into a framework which does it for you? -Original Message- From: Judith Dinowitz [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 10:28 AM To: CF-T

RE: I am looking for some good tutorials or examples for learning OOP

2007-11-12 Thread Andy Matthews
I'm reading a book called Object Oriented Thought Process. It's very good, and fairly easy to understand. It's not specific to ColdFusion, but more general concepts. -Original Message- From: Erik-Jan Jaquet [mailto:[EMAIL PROTECTED] Sent: Sunday, November 11, 2007 1:04 PM To: CF-Talk Subj

RE: Javascript enabled

2007-11-12 Thread Andy Matthews
I'd suggest going with Josh's example. It's simple and unobtrusive. -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Sunday, November 11, 2007 12:08 PM To: CF-Talk Subject: Re: Javascript enabled > $.get('shop/includes/setjsenabled.cfm'); // this is the ajax call

RE: cfoutput group with totals

2007-11-09 Thread Andy Matthews
You could just alter your query slightly and let SQL do the counting for you. -Original Message- From: Toby King [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 2:22 PM To: CF-Talk Subject: cfoutput group with totals #authorName# #bookTitle# Hi there I understand t

RE: Determing last record in a loop

2007-11-09 Thread Andy Matthews
-Original Message- From: Steve Sequenzia [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 10:15 PM To: CF-Talk Subject: Determing last record in a loop I have a loop that uses a cfquery with a start and end for paging. I am trying to figure out if there is a way for me to kno

RE: greying out part of a form

2007-11-09 Thread Andy Matthews
disabled="true" -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 9:34 PM To: CF-Talk Subject: RE: greying out part of a form Set the fields to 'disabled' when you don't want them used. ...:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Ha

Re: Wierd regex problem (isn't it always)

2007-11-09 Thread Andy Jarrett
Thanks guys for all your help its been a good regex learning experience as usual for me :) @Ben yours is the one i've gone with thank for the comments and explanation Andy J On Nov 7, 2007 8:24 PM, Ben Doom <[EMAIL PROTECTED]> wrote: > A handful of comments: > > Back

Reuse regular sub-expression in larger expression

2007-11-08 Thread Andy Matthews
ice in one string. So rather than this: \(-?[\w,.]+/-?[\w,.]+\) I could have this: \((-?[\w,.]+)/\1\) or something like that. I could swear that I've seen someone do this before. Andy Matthews Senior ColdFusion Developer Office: 877.707.5

RE: extra lines in rss

2007-11-08 Thread Andy Matthews
Every coldfusion tag that doesn't generate output (cfset, cfloop, cfif) is going to be a blank line in your output file. I suppose if you need to change it, you could surround those lines with andy -Original Message- From: daniel kessler [mailto:[EMAIL PROTECTED] Sent: Thu

Wierd regex problem (isn't it always)

2007-11-07 Thread Andy Jarrett
Hi I'm trying to do a look through as string to find usernames and add tags around them ala Twitter. The regex I think is fine but when I use reReplace 's back reference I'm not getting the result I thought I would of. Heres the code. Can anyone see anything obvious? Cheers

OT: Need help with the value of a Macbook

2007-11-07 Thread Andy Matthews
ation. I prefer to have a desktop machine, but if I can get away with a laptop that can run fast, can run Windows, and can be hooked up to a real monitor, then a laptop is okay. Amazon has this price listed for the machine: http://www.amazon.com/Apple-MacBook-MA700LL-Notebook-SuperDrive/dp/B0

RE: Reading .TXT files as CF files

2007-11-06 Thread Andy Matthews
That's a fun idea. liek I said it was just curiousity...nothing more. -Original Message- From: Brian McCairn [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 06, 2007 8:37 AM To: CF-Talk Subject: Re: Reading .TXT files as CF files for me it was just a marketing idea thing, for instance

RE: Reading .TXT files as CF files

2007-11-06 Thread Andy Matthews
I'm curious...why do you want CF to read txt files? andy -Original Message- From: Brian McCairn [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 5:34 PM To: CF-Talk Subject: Re: Reading .TXT files as CF files Tried this with CF8, stopped and started the ColdFus

RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
give you a definite answer. Perhaps they don't even know that an API should be developed. Perhaps their IT Department could use feedback? It doesn't hurt to ask right? ~Todd On 11/2/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > > We're already paying them $5k a month

RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
Sounds like an API to me. Thanks Hatton. -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 9:16 AM To: CF-Talk Subject: Re: Kelly Blue Book API? > Does anyone know if KBB.com has a public API? My company directs car > dealers to use t

RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
We're already paying them $5k a month just to be able to send our dealers to them. So I'd say that we've earned the right to whatever API they have available. I just want to see if they even HAVE one. And by the way JJ...didn't you have some ISAPI-rewrite informatio

Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
to get vehicle information. Anyone? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://w

RE: Setting up MacMini as full featured local webserver - with ColdFusion

2007-11-01 Thread Andy Matthews
sions, add different options, etc. I find [Users/you]>help is pretty useful Then when you php 5.2.5 comes out, you simply need to [Users/you]>upgrade php5 and it all happens magically Something bad about php 5.2.5 and want to revert to 5.2.4? [Users/you]>deactive php5 5.2.5 [User

RE: CFM page loads, then closes immediately.

2007-11-01 Thread Andy Matthews
, then closes immediately. On 11/1/07, Andy Matthews <[EMAIL PROTECTED]> wrote: > I suspect it might have to do with the location (in code) of the > cfheader/cfcontent blocks. Aren't they supposed to come first in the doc? Hey Andy, have you tried other settings for the cfheade

RE: Setting up MacMini as full featured local webserver - with ColdFusion

2007-11-01 Thread Andy Matthews
ubject: Re: Setting up MacMini as full featured local webserver - with ColdFusion Andy, To answer one of your questions that wasn't directly addressed: yes, you can browse the Mac's file structure on your PC, as long as permissions on the Mac allow it. You should be able to see it under My Netwo

RE: Setting up MacMini as full featured local webserver - with ColdFusion

2007-11-01 Thread Andy Matthews
nding that MacPorts is like MAMP in that it gives you all of the needed software all in one package? andy -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 12:34 PM To: 'cf-talk@houseoffusion.com' Subject: RE: Setting up MacMini a

RE: Setting up MacMini as full featured local webserver - with ColdFusion

2007-11-01 Thread Andy Matthews
Thanks for the update. MacPort sounds like a good idea. I'm all for easy as I don't know the MacOS at all right now. My production environment is a Windows box so it's more to get all of the load off my workstation, plus to put the mini to good use. I'll look into MacPort,

CFM page loads, then closes immediately.

2007-11-01 Thread Andy Matthews
lines 40 - eof standard CF stuff. Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.

RE: Replacing Strings

2007-11-01 Thread Andy Matthews
use single quotes in your replace function (and you don't need REReplace just FYI). REReplace('dill"s','"',"'","ALL") -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 7:47 AM To: CF-Talk Subject: Replacing Strings Hey list, I'm trying

RE: Boomsocket Alpha Trial

2007-10-31 Thread Andy Matthews
Never mind. See it in the other post. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 12:16 PM To: CF-Talk Subject: RE: Boomsocket Alpha Trial i get taken to this page: http://news.yahoo.com/s/nm/20030715/tc_nm/security_microsoft_dc

RE: Boomsocket Alpha Trial

2007-10-31 Thread Andy Matthews
i get taken to this page: http://news.yahoo.com/s/nm/20030715/tc_nm/security_microsoft_dc when I click that link. Just FYI -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 31, 2007 11:58 AM To: CF-Talk Subject: Re: Boomsocket Alpha Trial Geoff et al,

RE: Setting up MacMini as full featured local webserver - with ColdFusion

2007-10-30 Thread Andy Matthews
s and so I thought --I'd ask the list for help. -- --My workstation (PC) and the mac are on the same network. I want to install --LAMP, and ColdFusion on the Mini, store ALL of my development files on the --Mini, and be able to access those files from the PC. -- --Does anyone have a tutorial,

RE: Setting up MacMini as full featured local webserver - with ColdFusion

2007-10-30 Thread Andy Matthews
and ColdFusion on the Mini, store ALL of my development files on the -Mini, and be able to access those files from the PC. - -Does anyone have a tutorial, or walk-through on the best way to do this? - - - -Andy Matthews -Senior ColdFusion Developer - -Office: 87

Setting up MacMini as full featured local webserver - with ColdFusion

2007-10-30 Thread Andy Matthews
Fusion on the Mini, store ALL of my development files on the Mini, and be able to access those files from the PC. Does anyone have a tutorial, or walk-through on the best way to do this? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747

RE: Windows/SQL Server error, anyone have any ideas?

2007-10-26 Thread Andy Matthews
I just got confirm that it's the SQL Server auth. Windows login works just fine. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 2:46 PM To: CF-Talk Subject: RE: Windows/SQL Server error, anyone have any ideas? > Supposedly using SQL Server A

RE: Windows/SQL Server error, anyone have any ideas?

2007-10-26 Thread Andy Matthews
ColdFusion is throwing errors showing the string I posted. Supposedly using SQL Server Auth Login yes, but when we try to expand the node containing this specific database, it returns the same error. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, October 26

Windows/SQL Server error, anyone have any ideas?

2007-10-26 Thread Andy Matthews
erver]CryptoAPI function 'CryptAcquireContext' failed. Error 0x57: The parameter is incorrect. Anyone? Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealer

RE: Best regex for this, getting software version numbers

2007-10-25 Thread Andy Matthews
I came up with this: ([a-zA-Z0-9 !]+).?([a-zA-Z0-9]+) Is there a better way to do this? -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 4:27 PM To: CF-Talk Subject: Best regex for this, getting software version numbers I have these

Best regex for this, getting software version numbers

2007-10-25 Thread Andy Matthews
have any ideas? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <http://www.dealers

RE: Doctor's appt on Monday

2007-10-25 Thread Andy Matthews
Just a minor procedure guysa little back hair removal. Strictly outpatient. -Original Message- From: Chris Jordan [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 3:05 PM To: CF-Talk Subject: Re: Doctor's appt on Monday That's good to know, Andy. I hope everythi

Doctor's appt on Monday

2007-10-25 Thread Andy Matthews
Hey Aaron... Just wanted to let you know in advance that I have a Drs. appt on Monday at 9am. Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com <h

RE: Using ColdFusion to determine if user has Flash player?

2007-10-25 Thread Andy Matthews
pieces I'd really like to get with SS code. Anyway, my goal was to still get as many of these values as I can if a person had JS disabled. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 4:53 PM To: CF-Talk Subject: Using ColdFusion

Using ColdFusion to determine if user has Flash player?

2007-10-24 Thread Andy Matthews
Anyone know if this is possible through whatever means? My company currently uses Browserhawk to detect this, but we'd like to do away with BH (and the cost). ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.974

Re: SeeFusion vs. FusionReactor

2007-10-24 Thread Andy Allan
The Server Monitor doesn't ship with CF8 Standard, hence why Ben is looking at alternatives. Andy ps Fusion Reactor gets my nod On 24/10/2007, Peterson, Chris <[EMAIL PROTECTED]> wrote: > Ben - the integrated server monitor in CF8 was not enough to figure out > the errors

RE: Max Varchar Length

2007-10-24 Thread Andy Matthews
I believe in newer versions of MySQL, there is only varchar and it can range from 1 to the max length which I believe is 65534. LargeText is for 65535 up to around 10 or 15 million characters. -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 20

RE: Help cleaning up my code...

2007-10-23 Thread Andy Matthews
Have you considered an alternate storage method for your users/subusers? Or possibly put some restraints in place? 22 levels deep sounds a little excessive. I've had good luck storing related records using a parent-child relationship (or adjacency list) method: http://www.codeproject.com/aspnet/H

Re: CFMX 7 - Jrun 100%

2007-10-23 Thread Andy Allan
ct it's an upgrade and simply ask for your CF6 license key. Andy On 23/10/2007, Jenny Gavin-Wear <[EMAIL PROTECTED]> wrote: > Hi, > > I'm running CFMX 7 on a Windows 2003 Server - Standard Edition. > > I upgraded from MX 6 using the upgrade procedure during the MX7 inst

RE: Setting a variable that contains quotes and apostrophes.

2007-10-23 Thread Andy Matthews
Try using the ascii equivalent, or maybe the HTML entity equivalent? This: would become this: or this: -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 7:31 AM To: CF-Talk Subject: Setting a variable that contains quotes and apostrophes

RE: Anyone with ISAPI_rewrite experience?

2007-10-22 Thread Andy Matthews
tories" (and pass in URL vars that also look like directories). If I can learn that, then that's probably about 85% of what I'd ever want to do. andy -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Sunday, October 21, 2007 11:19 AM To: CF-Talk Subject: Re: A

RE: Anyone with ISAPI_rewrite experience?

2007-10-22 Thread Andy Matthews
I have no clue which version. Is there a way to check without having access to the OS? I tested it and it does work, but I have no clue what I'm doing. andy -Original Message- From: jonese [mailto:[EMAIL PROTECTED] Sent: Sunday, October 21, 2007 11:19 AM To: CF-Talk Subject: Re: A

RE: cfimage generating a color pallette from an image

2007-10-22 Thread Andy Matthews
It sounds like you're wanting cfimage to generate a palette of every unique color in an image? That could offer up some cool possibilities. Let us know if you find anything like that. -Original Message- From: Matthew Friedman [mailto:[EMAIL PROTECTED] Sent: Sunday, October 21, 2007 10:50

Anyone with ISAPI_rewrite experience?

2007-10-19 Thread Andy Matthews
My hosting company just installed this for my domains and I'm wondering if anyone has ever used it before. They gave me the docs for it: http://www.isapirewrite.com/docs/#config But I'd love to talk to someone with real world experience. I'm looking to convert URLs like this: http://www.domain

RE: Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
Hey jonese... I'm the one who started this and I want to make sure you know I wasn't complaining. I was sad that I didn't get a chance to try out Boomsocket. It sounds like it'll be awesome and I can't wait to give a run through. andy -Original Message- Fr

RE: 2007 Web Design Survey

2007-10-19 Thread Andy Matthews
Me? I LIKE writing code. -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 9:13 AM To: CF-Talk Subject: Re: 2007 Web Design Survey I don't see it so much a goal as a natural progression in one's career. Who wants to be a 50-60 year old code

RE: Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
Well let's support them in their efforts and request that they add in MySQL support. -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 8:59 AM To: CF-Talk Subject: Re: Boomsocket Alpha Trial On 19/10/2007, AJ Mercer <[EMAIL PROTECTED]> wrote: >

RE: Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
I think the assumption is that this will be used by people who already have a license. I'm not sure though. I believe that at least one of the developers is on this list, Jonese. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 8:42 AM To: C

RE: Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
I wasn't saying that MySQL isn't a robust RDBMS Tom, I prefer MySQL myself. But if they had to choose one, I think you'll agree that SQL Server has the far larger share when tied to ColdFusion. andy -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent:

Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
have their own personal copies of SQL Server hanging around. I'd also bet that no one is going to want to install alpha software on a production server. To Jonese (and other Boomsocket peeps), is there any timeframe for a MySQL version? Andy Matthews Se

Re: cf8 cftextarea richtext - niggles

2007-10-18 Thread Andy Chen
I am using the FCKEditor with a lot of modifications to it (download the CFM file from the FCKEditor's site, using CFFM for the file manager). From an earlier post, it looks like Adobe knows about the issues and will be working on some sort of fix in the future to at least make it easier for us.

Re: Best Database Engine for ColdFusion (Survey)

2007-10-18 Thread Andy Chen
My vote is SQL Server 2000 since it is very mature and that is the one I have been using. I haven't tried MS SQL 2005, but I would let the beta testers.. umm... users work out the bugs first and then migrate SQL 2000 - SQL 2005 sometime in the future. In my opinion, don't go for mySQL if you ar

<    4   5   6   7   8   9   10   11   12   13   >