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.

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
Rob... Images are controlled by the user. They FTP them to the server, then add them to the database so that they can be selected in the admin app. There are 3 widths of images, 200, 300, and 600 by however tall they end up being. The proposal is broken down into distinct modules (div

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
Mark... Thanks for those comments...I'll give those a try! -Original Message- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 8:51 AM To: CF-Talk Subject: RE: Follow-up: PDF generation running excrutiatingly slow Rob, I have a couple of tips on my blog

RE: To AIR or not to AIR?

2007-12-14 Thread Andy Matthews
13, 2007 4:04 PM To: CF-Talk Subject: Re: To AIR or not to AIR? You can create HTML AIR applications using the SDK and the Aptana IDE. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Andy

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 AM To:

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

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:

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:

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:

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

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 help

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

2007-12-11 Thread Andy Matthews
Well thank you very much. I'll def need to debug it. It's got to have something to do with the combo of the CSS and my HTML. I'll just have to figure it out. -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 8:42 PM To: CF-Talk Subject: Re:

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: Tuesday, December 11,

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

2007-12-10 Thread Andy Matthews
...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's not working correctly. Here's

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

2007-12-10 Thread Andy Matthews
Thanks Rob...I'll give that a shot. As a followup question, assuming that I can't get this working with CFDocument, what are my options people? This is part of an app I'm building for a client. I promised them they could convert these proposals to PDF because I knew CF had that built in. Now it's

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

2007-12-10 Thread Andy Matthews
I was actually considering that. But the problem is that my CFC has code to do all of the conversion into DIVs. It just spits out a single variable for each distinct module. If it comes to that, that's what I'll do, but I'd rather avoid that if possible. It's got to have something to do with the

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

2007-12-10 Thread Andy Matthews
Hmmm... Can you try the same test, but use an absolute path to the CSS file? I wonder if I need to do that in my CSS generation, just like with images. -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 2:47 PM To: CF-Talk Subject: Re: PDF

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 creation in CF8

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

2007-12-09 Thread Andy Matthews
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.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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: cfdocument format=pdf all code inside here ... /cfdocument ~| Enterprise web applications, build robust,

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: cfdocument format=pdf /cfdocument ~| Enterprise web applications, build robust, secure scalable apps today

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

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

OT: Flash 8 debugger

2007-12-05 Thread Andy Matthews
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 Office: 877.707.5467 x747 Direct

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. cfset VARIABLES.phoneLetters = StructNew() cfset VARIABLES.phoneLetters['a'] = 2 cfset VARIABLES.phoneLetters['b'] = 2 cfset

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

2007-12-04 Thread Andy Matthews
Andy Matthews wrote: I have a variable containing a string in which might appear any number of links to to kbb.com: a href=http://www.kbb.com/kb/ki.dll/kw.kc.uy?dlr3 http://www.kbb.com/kb/ki.dll/kw.kc.uy?dlr3amp;;tamp;21amp;amp amp;;tamp;21amp;amp; target=mainsome text/a I need

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

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

2007-12-03 Thread Andy Matthews
chaps have a better/more efficient means to do this? 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.dealerskins.com

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

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

RE: Updating to Eclipse 3.3...

2007-11-27 Thread Andy Matthews
to Eclipse 3.3... No need to uninstall at alljust install 3.3 to a new folder and copy your setting over. That way you have the best of both worlds - both installs are there for you if you need one or the other. On Nov 26, 2007 3:09 PM, Andy Matthews [EMAIL PROTECTED] wrote: I currently use 3.2.2

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

OT:Flex image manipulator

2007-11-26 Thread Andy Matthews
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%5Fbeta

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

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'm reading

Updating to Eclipse 3.3...

2007-11-26 Thread Andy Matthews
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 Developer Office: 877.707.5467 x747 Direct

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

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.

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

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:

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

RE: Determing last record in a loop

2007-11-09 Thread Andy Matthews
cfif query.recordcount IS query.currentrow -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

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 cfoutput query=getAuthorsAndBooks group=authorname

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 cfsetting enableoutputonly=true cfset something = else cfsetting enableoutputonly=false andy

Reuse regular sub-expression in larger expression

2007-11-08 Thread Andy Matthews
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.5467 x747 Direct

OT: Need help with the value of a Macbook

2007-11-07 Thread Andy Matthews
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/B000GABVO S Andy

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 ColdFusion 8

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

RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
and they wanted to charge us out the nose... something like $10k a month... just for the information feed. They make their money off advertising so if you are not sending people to their site they are going to want the money from somewhere... ie YOU :-) J.J. On 11/2/07, Andy Matthews [EMAIL

RE: Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
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 just to be able to send our dealers to them. So

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

Kelly Blue Book API?

2007-11-02 Thread Andy Matthews
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://www.dealerskins.com

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('dills','',',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 to

CFM page loads, then closes immediately.

2007-11-01 Thread Andy Matthews
/vnd.ms-excel 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.com http://www.dealerskins.com

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, thanks John. andy

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

2007-11-01 Thread Andy Matthews
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 as full featured

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

2007-11-01 Thread Andy Matthews
Awesome. Thanks Tom. I haven't tried it yet, but I'm confident that I can get all of this working. Especially with the help of smart guys like you all. -Original Message- From: Tom McNeer [mailto:[EMAIL PROTECTED] Sent: Thursday, November 01, 2007 1:39 PM To: CF-Talk Subject: Re:

RE: CFM page loads, then closes immediately.

2007-11-01 Thread Andy Matthews
/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 cfheader/cfcontent tags? Here's what I've used and seems to work

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

2007-11-01 Thread Andy Matthews
]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 [Users/you]activate php5 5.2.4 etc. On 11/1/07, Andy Matthews [EMAIL

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

Setting up MacMini as full featured local webserver - with ColdFusion

2007-10-30 Thread Andy Matthews
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 Direct: 615.627.9747 Fax

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

2007-10-30 Thread Andy Matthews
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 -Direct: 615.627.9747 -Fax

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

2007-10-30 Thread Andy Matthews
this? -- -- -- --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.dealerskins.com

Windows/SQL Server error, anyone have any ideas?

2007-10-26 Thread Andy Matthews
]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.dealerskins.com http

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

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

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

2007-10-25 Thread Andy Matthews
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 to determine

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 http

RE: Doctor's appt on Monday

2007-10-25 Thread Andy Matthews
. did you intend to send that to the entire CF-Talk list? ;o) Chris On 10/25/07, Andy Matthews [EMAIL PROTECTED] wrote: Hey Aaron... Just wanted to let you know in advance that I have a Drs. appt on Monday at 9am. Andy Matthews Senior ColdFusion

Best regex for this, getting software version numbers

2007-10-25 Thread Andy Matthews
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.dealerskins.com

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

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,

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.9747 Fax

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: cfset sizeList2 = 2-3 / would become this: cfset sizeList2 = 2-3quot; / or this: cfset sizeList2 = 2-3#34; / -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 7:31

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:

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

RE: Anyone with ISAPI_rewrite experience?

2007-10-22 Thread Andy Matthews
with ISAPI_rewrite experience? We use it all the time. ask away i'll be able to help. Which version did they install 2 or 3? jonese On 10/21/07, Neil Middleton [EMAIL PROTECTED] wrote: I used this a while back, ping me an email and I'll try and remember the details. Neil On 10/20/07, Andy

RE: Anyone with ISAPI_rewrite experience?

2007-10-22 Thread Andy Matthews
? We use it all the time. ask away i'll be able to help. Which version did they install 2 or 3? jonese On 10/21/07, Neil Middleton [EMAIL PROTECTED] wrote: I used this a while back, ping me an email and I'll try and remember the details. Neil On 10/20/07, Andy Matthews [EMAIL PROTECTED] wrote

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

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:

RE: Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
aka jonese boomsocket Developer On 10/19/07, Andy Matthews [EMAIL PROTECTED] wrote: I gave this a shot last night and was disappointed to find out that it's SQL Server only right now. I was forced to stop about 3/4 through the install as I only have MySQL available to me. I respect

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:

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: Friday, October

Boomsocket Alpha Trial

2007-10-19 Thread Andy Matthews
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 Senior ColdFusion

2007 Web Design Survey

2007-10-18 Thread Andy Matthews
Discuss amongst yourselves. http://alistapart.com/articles/2007surveyresults/ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED] www.dealerskins.com

RE: Best Database Engine for ColdFusion (Survey)

2007-10-18 Thread Andy Matthews
for it. It's good, and powerful, and has lots of features, but some of the 'easy' stuff you can do in mySQL is difficult or tedious in SQL Server. YMMV Andy matthews -Original Message- From: Davide Campo [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 11:43 AM To: CF-Talk Subject

RE: SPAM - SYS-Con relies on dead technology

2007-10-17 Thread Andy Matthews
I'd consider voting for him if only because it would REALLY piss off the other candidates who only care about themselves and their party. we the people? Who's that? -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 8:23 AM To:

RE: SPAM - SYS-Con relies on dead technology

2007-10-17 Thread Andy Matthews
Ahh...responded to not only the wrong thread, but the completely wrong list. /me shakes head. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 8:34 AM To: CF-Talk Subject: RE: SPAM - SYS-Con relies on dead technology I'd consider

RE: Galleon page

2007-10-16 Thread Andy Matthews
Ray blogged this morning that he was having problems with DNS for RiaForge. You were probably seeing the results of that. -Original Message- From: mac jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 9:12 AM To: CF-Talk Subject: Galleon page Anyone know what's happened

RE: Invoking component

2007-10-10 Thread Andy Matthews
Cfinvoke _generally_ is only used when you want a single call against an object. If you want to store that object in memory then it's common to use CreateObject() with either a cfset or a cfscript call. Those last two are equivalent. -Original Message- From: Bruce Sorge [mailto:[EMAIL

dba humor

2007-10-10 Thread Andy Matthews
OMG I laughed so hard... http://xkcd.com/327/ 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.dealerskins.com

RE: Invoking component

2007-10-10 Thread Andy Matthews
And apparently replied many times as well. :) -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 10, 2007 12:43 PM To: CF-Talk Subject: RE: Invoking component Damn, I replied to the wrong thread ... doh! Apologies for the hijacking!

Announce: New RIAForge project - picasaCFC

2007-10-08 Thread Andy Matthews
the URL to the project: http://picasacfc.riaforge.org/ 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.dealerskins.com

RE: Case Sensitivity

2007-10-05 Thread Andy Matthews
, 2007 9:28 AM To: CF-Talk Subject: Re: Case Sensitivity A huge AMEN! from Texas. :-) Holy cow, did I just totally agree with Andy Matthews??? ;-) On 10/4/07, Andy Matthews wrote: Anyway, I find no use for case-sensitivity. It's only redeeming quality is that it forces programmers

RE: Case Sensitivity

2007-10-05 Thread Andy Matthews
Can I get an amen? That's what I'm saying. There's ZERO good reason for case-sensitivity. -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 8:30 AM To: CF-Talk Subject: Re: Case Sensitivity The rest of the world should not be crippled

RE: I'm completely Stumped - All I want to do is ...

2007-10-05 Thread Andy Matthews
Are you just wanting to capture the x,y whenever a user clicks? Are you trying to create a heat map overlay? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 3:08 PM To: CF-Talk Subject: I'm completely Stumped - All I want to do is ...

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