RE: Signature Capture

2008-03-03 Thread Andy Matthews
Probably as legally binding as the signature on your payroll check. :) -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 11:28 AM To: CF-Talk Subject: RE: Signature Capture Would the resulting signature be considered legally binding? Rick

RE: CFImage Error... Unsupported Image Type??

2008-02-25 Thread Andy Matthews
show that just fine. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 8:11 AM To: CF-Talk Subject: RE: CFImage Error... Unsupported Image Type?? It could also be a CMYK JPG. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTE

RE: CFImage Error... Unsupported Image Type??

2008-02-25 Thread Andy Matthews
It could also be a CMYK JPG. -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Saturday, February 23, 2008 3:31 PM To: CF-Talk Subject: Re: CFImage Error... Unsupported Image Type?? >I've just finished working on a photo gallery and now that the client >is using i

RE: CSS Question

2008-02-19 Thread Andy
OK. Not sure what happened. But now it is working in IE and FireFox, although FireFox displays the data differently. More playing I guess. Is there a way I can set headers and footers and set page size and orientation via a Print button? -Original Message- From: Andy [mailto:[EMAIL

RE: CSS Question

2008-02-19 Thread Andy
.html _ Jake Churchill Team Leader 11204 Davenport, Ste. 100 Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Andy [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 5:34 PM To: CF-Talk Subject: OT: CSS Question I understand how to make

RE: CSS Question

2008-02-19 Thread Andy
NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Andy [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 5:34 PM To: CF-Talk Subject: OT: CSS Question I understand how to make fields invisible, but is there a way to have a field display on the screen,

OT: CSS Question

2008-02-19 Thread Andy
I understand how to make fields invisible, but is there a way to have a field display on the screen, but become invisible when printed? For example, can I set one stylesheet for Display and another for printing? Andy

RE: Holy Grail? Hosting?

2008-02-18 Thread Andy Matthews
ort. Their prices are good, their support is good, and fairly quick. I'm happy with them. Recently they sent out an email indicating that in 2008 they were planning on investing $250k into their architecture, so take that as you will. andy -Original Message- From: William Seiter [mailto:[

RE: Holy Grail? Hosting?

2008-02-15 Thread Andy Matthews
Gearhost.com offers multiple domains under one account. They have CF8 with little to no restrictions, and no tags/functions disabled that I've found. They also offer PHP, ASP.NET, SQL Server, MySQL, and Perl. -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Frida

RE: SPAM: OT - Box has been attacked by cowboy

2008-02-15 Thread Andy Matthews
Is this ongoing or has it already stopped? I'm guessing that alerting the FBI will give you no results. I doubt that this would rank very high on their threat list. And a law suit? Have you simply tried contacting this company and talking to them? I'd be willing to bet that they don't even know it

Re: cftextarea onChange bug

2008-02-14 Thread Andy Chen
> I am having two issues using CFTextarea (richtext) that I wonder > about: > > 1) when richtext is enabled the onchange attribute doesn't seem to > work. > > 2) I can't seem to get the value of the text in the textarea when > richtext is on. I want to access the value of the field with > ja

Re: Triggering Javascript within CFINPUT - DATEFIELD

2008-02-14 Thread Andy Chen
Exactly. That is the problem I am having. The onChange event is not firing with the datepicker. That is why I was thinking if there is another event which could work or is it a real bug? Looking at various sites it seems like it "should be" onChange. > I do not know how to fix the problem but I

Re: Triggering Javascript within CFINPUT - DATEFIELD

2008-02-14 Thread Andy Chen
I am using CFINPUT with TYPE=DATEFIELD. Here's a code exerpt (simplified a bit): From: To: Basically the goal is be able to trigger the javascript after the person selects a date. With the ColdFusion.navigate function, I can have it dynamically show a reduced result set upon change. Now tho

RE: a sIMPLER url?

2008-02-14 Thread Andy Matthews
Well, I went with ISAPI_REWRITE because my host offered it. Likely any of the versions are going to be similar, but you'd have to check their specific syntax. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 6:24 PM To: CF-Talk Subject: Re

Re: opening a new windows, a browser problem!

2008-02-13 Thread Andy Chen
>Hi: >I'm using CF8 to make an image gallery. There are many thumbnails and I want >to open each larger image in a new window with fixed size and without >address bar and browser options. Most of the javascripts doing this are >useless in FireFox. What do you do to make fixed size popups. Plus most

Triggering Javascript within CFINPUT - DATEFIELD

2008-02-13 Thread Andy Chen
Hi everyone, This might be a stupid question but I can't seem to trigger a javascript script (ColdFusion.navigate) within a CFINPUT TYPE="DATEFIELD". I have a TO and FROM dates fields and would like it to execute a Javascript ColdFusion.navigate command to refresh a section of the page once the

RE: a sIMPLER url?

2008-02-13 Thread Andy Matthews
Remember, you have to make sure that you've got the ISAPI_rewrite module available to you. Your host can tell you if it's installed. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 12:58 PM To: CF-Talk Subject: Re: a sIMPLER url? OK...he

RE: a sIMPLER url?

2008-02-13 Thread Andy Matthews
-Talk Subject: Re: a sIMPLER url? Andy Matthews wrote: > Doesn't matter. You simply determine what all of the possibilities are > and account for them in regex. Still a little confused: www.mysite.com/seminar/#EVENT_CODE# Could be 300 records in the database, with stuff being added and del

RE: a sIMPLER url?

2008-02-13 Thread Andy Matthews
Doesn't matter. You simply determine what all of the possibilities are and account for them in regex. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 11:07 AM To: CF-Talk Subject: Re: a sIMPLER url? > I rewrote it to this: > www.site.co

RE: a sIMPLER url?

2008-02-13 Thread Andy Matthews
pen a text editor, paste those lines inside it, then in the filename box, type ".htaccess" (INCLUDING the quotes). andy -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 10:23 AM To: CF-Talk Subject: a sIMPLER url? I sta

RE: a sIMPLER url?

2008-02-13 Thread Andy Matthews
Les... I recently implemented SES URLS via my hosts ISAPI_rewrite module (for IIS only). It took me a little while to figure out to do it, but once I got it, it works great. My original URL looked like this: www.site.com/shirts.cfm?name=myshirt I rewrote it to this: www.site.com/shirts/myshirt

Trying to contact Rupesh Kumar...

2008-02-12 Thread Andy Matthews
Hey Rupesh... Sent you a few emails, but haven't heard back. Can you please send me an email when you see this? [EMAIL PROTECTED] ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the F

SOT: FCK editor now double spaces with enter key?

2008-02-12 Thread Andy Matthews
We've been using FCK editor for a while now. It used to create a single return when hitting the enter button. We recently upgraded to a newer version (2.5 I think) and now it creates a double space instead. Does anyone know if this is a setting that can be changed?

RE: SPAM: Problem Posting

2008-02-11 Thread Andy Matthews
I'm having the same problem. I double posted last night because I didn't see my original post come through over an hour later. -Original Message- From: Andrew Grosset [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 12:05 PM To: CF-Talk Subject: SPAM: Problem Posting Is it ju

Re: Coldfusion 8 and RC4 encryption?

2008-02-10 Thread Andy Matthews
ecretKey() function. > >On Feb 10, 2008 12:22 PM, Andy Matthews <[EMAIL PROTECTED]> wrote: > >-- >mxAjax / CFAjax docs and other useful articles: >http://www.bifrost.com.au/blog/ ~| Adobe® ColdFusion® 8 soft

Coldfusion 8 and RC4 encryption?

2008-02-10 Thread Andy Matthews
I'm implementing a shopping cart solution on a client site which has the ability to periodically push a datafeed containing RC4 encrypted XML to a page of my choosing. I thought it would be a simple thing to encrypt test XML so that I could write the code to DEcrypt the same. Problem is that wh

Coldfusion 8 and RC4 encryption?

2008-02-09 Thread Andy Matthews
I'm implementing a shopping cart called FoxyCart. They manage all of the processing and secure transactions, and once the order is complete on their end they offer, among other things, a secure data feed containing XML for the order encrypted via RC4. I looked up the encrypt/decrypt functionalit

Re: Apache and CF7

2008-02-09 Thread Andy Allan
/selfservice/viewContent.do?externalId=fa9e26a2&sliceId=1 Andy On 09/02/2008, Phillip M. Vector <[EMAIL PROTECTED]> wrote: > Unfortunally, that only works with Javascript 1.4 or below. Otherwise, I > get a MBean error. > > Adrian Moreno wrote: > > You need to apply this Ho

RE: Beyond Captcha

2008-02-07 Thread Andy Matthews
OpenID? -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Thursday, February 07, 2008 1:19 PM To: CF-Talk Subject: Beyond Captcha It might just be wishful thinking on my part, but I believe that Captcha will soon be as rare (and just as appreciated) as those little icon

RE: Anyone using BlazeDS?

2008-02-06 Thread Andy Matthews
evelopment and staging environments exactly match anyway. Those are orgs that have more money and manpower than we do! Rick On 2/6/08, Andy Matthews <[EMAIL PROTECTED]> wrote: > Rick... > > The server I'm thinking of is our staging server. The only time it > even has an

RE: Is the need for multiple CF instances diminishing?

2008-02-06 Thread Andy Matthews
Right... Until Adobe releases a 64bit version of CF, the JVM is limited to just 1gig, even if your server has more. So using multiple instances is the only way to get the most bang for your bux. -Original Message- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06,

RE: stupid cfscript/javascript question

2008-02-06 Thread Andy Matthews
#show_new(value)# -Original Message- From: Scott Stewart [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 10:43 AM To: CF-Talk Subject: stupid cfscript/javascript question I've completely forgotten how to do this.. I have this script function show_new(dt) {

RE: SPAM: Re: ColdFusion: Some People Just Don't Know Any Better

2008-02-06 Thread Andy Matthews
Well it's always possible that Crayola JUST switched away from that. :) -Original Message- From: Beru [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 8:30 AM To: CF-Talk Subject: SPAM: Re: ColdFusion: Some People Just Don't Know Any Better Taken out of the "Crayola" case s

RE: Anyone using BlazeDS?

2008-02-06 Thread Andy Matthews
- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 9:54 PM To: CF-Talk Subject: Re: Anyone using BlazeDS? On 2/4/08, Andy Matthews <[EMAIL PROTECTED]> wrote: > > Has anyone used Blaze, and have some wisdom to share? The potential number of client machines runni

RE: SPAM: Re: ColdFusion: Some People Just Don't Know Any Better

2008-02-05 Thread Andy Matthews
Sure...I'm sure that interview was done about 2 or 3 months ago. -Original Message- From: Todd Rafferty [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 8:29 AM To: CF-Talk Subject: SPAM: Re: ColdFusion: Some People Just Don't Know Any Better Too late. Looks like they've alre

RE: Programmatically determine an application's size in memory?

2008-02-05 Thread Andy Matthews
ry)# MB used. Then start your application and see how much memory is used then. ~Brad -----Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 4:57 PM To: CF-Talk Subject: Programmatically determine an application's size in memory? Does anyone know of

RE: File upload - my new posts aren't coming through

2008-02-05 Thread Andy Matthews
eating new threads. CCing me on new posts and/or doing the same while posting through the test list will help me trace the problem down. On Feb 4, 2008 6:04 PM, Andy Matthews <[EMAIL PROTECTED]> wrote: > Michael... > > I'm using Outlook 2003, the same client I've been usin

RE: File upload - my new posts aren't coming through

2008-02-04 Thread Andy Matthews
rchives always works. :) On Feb 4, 2008 3:57 PM, Andy Matthews <[EMAIL PROTECTED]> wrote: > Is anyone else having an issue with making new threads? I've tried to > post two new threads today (once was sent twice) and it's not going through. > But > then my reply

Anyone using BlazeDS?

2008-02-04 Thread Andy Matthews
I'm going to be writing my first AIR app, a sort of notification program to inform employees of system messages. The ideal would be to push messages anytime they're available, as the alternative is to have X number of machines pinging the server at Y interval. Has anyone used Blaze, and have s

Programmatically determine an application's size in memory?

2008-02-04 Thread Andy Matthews
Does anyone know of a way to determine how much memory a single application is taking up? Say I know the app name, is there a method or tag that can tell me how much memory THAT application is using? Either pure CF, or Java would be fine. ~~~

RE: Problem with New Threads

2008-02-04 Thread Andy Matthews
Only drawback is that it won't thread correctly because it's technically part of the original message stream. I've emailed Michael about it, but haven't heard back yet. This is the first time it's happened to me. -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: M

RE: File upload - my new posts aren't coming through

2008-02-04 Thread Andy Matthews
Is anyone else having an issue with making new threads? I've tried to post two new threads today (once was sent twice) and it's not going through. But then my reply to the File Upload thread came through just fi

RE: File upload

2008-02-04 Thread Andy Matthews
CFFILE.clientFile Name of the file uploaded from the client's system CFFILE.serverFile Filename of the file saved on the server http://www.cfquickdocs.com/cf8/#cffile.upload -Original Message- From: Rick Sanders [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 2:33 PM To: CF

RE: Upload progress bar

2008-02-04 Thread Andy Matthews
Really? I uploaded a 4 meg PDF and never saw a progress bar. -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 9:07 AM To: CF-Talk Subject: Re: Upload progress bar >I agree...the interface is well done, but I really expected to see a >prog

RE: Upload progress bar

2008-02-04 Thread Andy Matthews
I agree...the interface is well done, but I really expected to see a progress bar. That would be the clincher! -Original Message- From: s. isaac dealey [mailto:[EMAIL PROTECTED] Sent: Saturday, February 02, 2008 2:30 PM To: CF-Talk Subject: Re: Upload progress bar > try having at look a

RE: structures

2008-02-04 Thread Andy Matthews
Simplest thing to do is #session.questionDetails[1]['#currentID#']# -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Saturday, February 02, 2008 5:04 AM To: CF-Talk Subject: structures Hi, i can reference a structure to get the value no problem like this: #sessi

RE: cf5 and single quote

2008-02-01 Thread Andy Matthews
There is a function called PreserveSingleQuotes. Is that available in CF5? -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Friday, February 01, 2008 12:55 PM To: CF-Talk Subject: cf5 and single quote I am forced to use CF5. Now if someone enters a single quote in a f

RE: CF Blog Software

2008-02-01 Thread Andy Matthews
You might also look into Mango blog. The user interface in the admin area is far more friendly and appealing than BlogCFC. I'm sure they both do the same things, but Mango blog just looks a little easier to use. -Original Message- From: Robert Harrison [mailto:[EMAIL PROTECTED] Sent: Fri

RE: My latest Coldfusion Project for your Review

2008-02-01 Thread Andy Matthews
doing a cfhttp call to load in the requested page. That's rather unethical isn't it? andy -Original Message- From: BA Hellman [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 5:15 PM To: CF-Talk Subject: My latest Coldfusion Project for your Review Hi Everyone, Take a b

RE: Very Large List Uploads

2008-01-31 Thread Andy Matthews
It should be simple to create a temp table with a unique or PK constraint on the email address. Set your cftry/catch "database" statement to empty. Then loop over that file inserting each email address as you go. When it tries to insert a dupe record, it would hit the empty catch block and essentia

RE: Speaking of nudity (NSFW)

2008-01-29 Thread Andy Matthews
Keep looking Dave...you'll see it eventually. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 3:47 PM To: CF-Talk Subject: RE: Speaking of nudity (NSFW) > Just ran into this one: > > http://fr.news.yahoo.com/afp/20080128/img/pod-allemagne-t

Re: CF 8 code analyzer question

2008-01-29 Thread Andy Chen
>> According to the article, CF 8 requires that > >This sounds like an error in the code analyzer. If your code works in CF8, >it's correct. > >Dave Watts, CTO, Fig Leaf Software >http://www.figleaf.com/ > >Fig Leaf Software provides the highest caliber vendor-authorized >instruction at our traini

RE: ColdFusion, MySQL 5.0.45, cfqueryparam, and the LIMIT keyword?

2008-01-29 Thread Andy Matthews
4 records, with about 6 or 7 columns apiece. -Original Message- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 9:12 AM To: CF-Talk Subject: RE: ColdFusion, MySQL 5.0.45, cfqueryparam, and the LIMIT keyword? Andy: Any idea how large your resultset is? I

RE: ColdFusion, MySQL 5.0.45, cfqueryparam, and the LIMIT keyword?

2008-01-29 Thread Andy Matthews
That's exactly what I thought. Worked just fine locally...but blows up with that error when in production. andy -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 4:46 AM To: CF-Talk Subject: Re: ColdFusion, MySQL 5.0.45, cfqueryparam

ColdFusion, MySQL 5.0.45, cfqueryparam, and the LIMIT keyword?

2008-01-28 Thread Andy Matthews
I've been dealing with a very odd, seemingly fringe issue and wanted to post about it. I believe I figured out how to get around it, but I'm not sure what's causing it. My host is running the following apps/versions: ColdFusion: 8,0,0,176276 MySQL: 5.0.45-community-nt I have a dynamic query th

RE: SPAM: SES UDF

2008-01-28 Thread Andy Matthews
That first comment should read // delete any character other than alpha-numeric (or spaces) -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 3:17 PM To: CF-Talk Subject: RE: SPAM: SES UDF Should be able to replace any character other than a

RE: SPAM: SES UDF

2008-01-28 Thread Andy Matthews
Should be able to replace any character other than a letter, or number, with a single hyphen. This should do the trick: function sesReplace(str) { // delete any character other than alpha-numeric var tmp = REReplaceNoCase(str,'[^[:alnum:] ]','','ALL');

RE: SPAM: Re: is it possible to open cfml page from sql server stored procedure?

2008-01-25 Thread Andy Matthews
You can certainly run CFM pages via their http path. Our dba does that all the time when he needs to trigger something on the CF side. -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Friday, January 25, 2008 3:34 PM To: CF-Talk Subject: SPAM: Re: is it possible to op

RE: The _ character in variable names

2008-01-24 Thread Andy Matthews
al Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 9:19 AM To: CF-Talk Subject: RE: The _ character in variable names Peter... the _ character is indeed legal in CF, but beware. The use of _ in combination with certain key words, can trigger ColdFusion&

RE: How Much for a Cold Fusion Web developer.

2008-01-24 Thread Andy Matthews
Good point William. -Original Message- From: William Seiter [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 1:07 PM To: CF-Talk Subject: Re: How Much for a Cold Fusion Web developer. Although I agree with you on spelling, in a digital world where our written resumes are scan

RE: The _ character in variable names

2008-01-24 Thread Andy Matthews
t why the validation was being used when it turns out that the variable name itself was at fault. andy -Original Message- From: Peter Donahue [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 1:12 AM To: CF-Talk Subject: The _ character in variable names Hello everyone,

RE: Air and CFCs

2008-01-23 Thread Andy Matthews
I'd def be interested in hearing this discussion. -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 8:32 AM To: CF-Talk Subject: Air and CFCs Does anyone have suggestions on best practice for setting up CFCs that will be available for Air appl

RE: File upload

2008-01-22 Thread Andy Matthews
I'll ask the most obvious question. Why not use FTP, or provide your user an anonymous FTP account? Uploading a 250 meg file via the browser simply can't be all that effective. -Original Message- From: ch g [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 10:33 AM To: CF-Talk Sub

RE: This evaluate thing always stumps me...

2008-01-21 Thread Andy Matthews
Get rid of the Evaluate statement. This: evaluate("form.grp_sort_#myIDX#") Becomes this: FORM["grp_sort_#myIDX#"] or this: FORM["grp_sort_" & myIDX] -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Monday, January 21, 2008 12:24 PM To: CF-Talk Subject: This evaluat

RE: Simple AJAX example - Extra whitespace in response

2008-01-18 Thread Andy Matthews
Glad to help. -Original Message- From: Jason Durham [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 2:44 PM To: CF-Talk Subject: RE: Simple AJAX example - Extra whitespace in response Thanks Andy. It was indeed whitespace being placed by an Application.cfc. :) -Original

RE: Simple AJAX example - Extra whitespace in response

2008-01-18 Thread Andy Matthews
Sure... Do you have an Application.cfc in place? It's likely outputting white space which can be managed by changing the output attribute to "false". If you're not using an Application file, then what you can do is to use before you output the value to the page, like s

RE: Simple AJAX example - Extra whitespace in response

2008-01-18 Thread Andy Matthews
lastly what I do if all else fails is to place a unique delimiter on either side of my outputted text: !!!#now()#!!! Then, in the returned string, I split on that delimiter: data.split('!!!')[1]; And pull back the second index of the resulting array. -Original Message- From: Jason Durh

RE: Training a new programmer

2008-01-17 Thread Andy Matthews
Maybe you should start him with the core concepts of CF before introducting him to OOP and frameworks? That's quite a lot for someone to absorb. Especially since he's only been a tinkerer do date. -Original Message- From: Ian Rutherford [mailto:[EMAIL PROTECTED] Sent: Wednesday, January

RE: GlassFish

2008-01-15 Thread Andy Matthews
Link? Have one? :) -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 15, 2008 12:27 PM To: CF-Talk Subject: GlassFish Anyone used it? ~Brad ~| Adobe® ColdFusion® 8 software 8

RE: Hosting

2008-01-13 Thread Andy Matthews
Gearhost.com has always treated me right. They're not the cheapest, but they have a good combination of price, quality, and service. -Original Message- From: Qasim Rasheed [mailto:[EMAIL PROTECTED] Sent: Saturday, January 12, 2008 8:18 PM To: CF-Talk Subject: OT: Hosting I know this top

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Andy Powell
You should not need lcds unless you plan on doing java remote object, data management svcs, or messaging. On 1/9/08, Andy Powell <[EMAIL PROTECTED]> wrote: > It run as a web app under the context root you setup for the whole app > at install. Lcds is avalable at startup as part of

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Andy Powell
It run as a web app under the context root you setup for the whole app at install. Lcds is avalable at startup as part of cf. Andy On 1/9/08, James Blaha <[EMAIL PROTECTED]> wrote: > Folks, > > When you peform a developer install of CF8 is there a way to test LCDS? I >

OT: Loading plain text into Flash

2008-01-09 Thread Andy Matthews
I'm sorry...I should have posted OT. I'd like to do all of this from within Flash/Actionscript. -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 1:48 PM To: CF-Talk Subject: Re: Loading plain text into Flash > how can I hit this URL and

Loading plain text into Flash

2008-01-09 Thread Andy Matthews
'll format it in Flash once I get it back in. Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL PROTECTED

RE: Adobe ColdFusion IDE survey

2008-01-09 Thread Andy Matthews
You have a very valid point M!ke. If you hopped into a car that had a control stick instead of a steering wheel, would THAT make a difference? -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 09, 2008 8:39 AM To: CF-Talk Subject: RE: Adobe ColdF

RE: When to purchase Flex

2008-01-08 Thread Andy Matthews
Never mind. Turns out that the beta gives you 90 days, not 30. That's plenty of time. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 3:46 PM To: CF-Talk Subject: OT: When to purchase Flex My department has been alotted cash to pur

OT: When to purchase Flex

2008-01-08 Thread Andy Matthews
hased Flex 2 now (to get access to the extended Flex 3 beta cycle), if we'd be shooting ourselves in the foot. I don't want to drop $6000 for F2 liscenses only to be told that we don't qualify for the free upgrade to Flex 3. Anyone have suggestions? ____

RE: [NEWS] Dan Vega's New CFWindow Tag on Ajaxian.com

2008-01-08 Thread Andy Matthews
: Dan Vega [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 9:02 AM To: CF-Talk Subject: Re: [NEWS] Dan Vega's New CFWindow Tag on Ajaxian.com Good feedback guys. Andy I know that size is always an issue and right now I a pulling in the entire css of ext (ext-all.css) which I will slim do

RE: [NEWS] Dan Vega's New CFWindow Tag on Ajaxian.com

2008-01-08 Thread Andy Matthews
esn't have. Plus, in theory, you can run this on CF7. On Jan 8, 2008 9:28 AM, Andy Matthews <[EMAIL PROTECTED]> wrote: > While I respect the work that he put into this tag, doesn't CF already > have cfwindow? > > Also, the amount of code needed for even the most basic

RE: [NEWS] Dan Vega's New CFWindow Tag on Ajaxian.com

2008-01-08 Thread Andy Matthews
s tag. Oh the poor users having to download an additional 336k just to see a pretty modal window. Obviously if you're using this as part of a larger app, then it's not as big a deal. andy -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08,

Re: Adobe ColdFusion IDE survey

2008-01-08 Thread Andy Allan
If you want to see the follow up to 2007's "fuzzy oranges", you will be there ;) Andy On 08/01/2008, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Tuesday 08 Jan 2008, Casey Dougall wrote: > > what about us who want to switch to linux. gosh, leave us hanging w

RE: Adobe ColdFusion IDE survey

2008-01-07 Thread Andy Matthews
Oh I agree Sean...it would be foolish to produce a Windows only app. -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 1:52 PM To: CF-Talk Subject: Re: Adobe ColdFusion IDE survey On Jan 7, 2008 11:42 AM, Andy Matthews <[EMAIL PROTEC

RE: Adobe ColdFusion IDE survey

2008-01-07 Thread Andy Matthews
Again...I would argue that the overwhelming majority of ColdFusion developers are Windows based. It would be smart for them to make it cross-platform, but it wouldn't affect that many people if it was Windows only. -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent:

Re: 2008 conferences of interest

2008-01-04 Thread Andy Allan
Find out which US based speaker presenting at Scotch you are nearest to ... hide in their luggage ... hello Edinburgh. Ah, if only :) Or look out for a compo in a future edition of the CFWeekly podcast well, for the conference ticket anyway. Andy On 04/01/2008, Andy Matthews <[EM

RE: 2008 conferences of interest

2008-01-04 Thread Andy Matthews
I sure will. -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 8:32 PM To: CF-Talk Subject: Re: 2008 conferences of interest On Jan 3, 2008 8:42 AM, Andy Matthews <[EMAIL PROTECTED]> wrote: > CFObjective because it does have

RE: 2008 conferences of interest

2008-01-04 Thread Andy Matthews
t: Re: 2008 conferences of interest On Monday 31 Dec 2007, Andy Matthews wrote: > CFUnited > MAX > CFObjective Scotch On The Rocks was good last year... -- Tom Chiverton Helping to apprehensively empower dynamic niches on: http://thefalken.l

RE: Manipulate the DPI with cfimage?

2008-01-03 Thread Andy Matthews
Mark... You're also confusing image quality (compression) with DPI (or pixel dimensions). At it's heart, a bitmapped (or raster) image, is simply a series of 1 pixels blocks with specific color assignments. An image doesn't know what quality (compression) it is. It also doesn't know what resolutio

RE: 2008 conferences of interest

2008-01-03 Thread Andy Matthews
Thanks for the feedback Shawn. I've put in my request for either WebManiacs or CFObjective. CFObjective because it does have a lot to offer for more advanced developers. WebManiacs because what it offers for the price is too good to pass up. andy -Original Message- From: Sean Cor

RE: Manipulate the DPI with cfimage?

2008-01-03 Thread Andy Matthews
When you're dealing with images for display on computer screens, there's really no such thing as dpi. It all has to do with the pixel dimensions. If you have a 1600x1200 image, then it would be 22in x 16in at 72dpi (on a monitor) or 5in x 4in at 300dpi. -Original Message- From: Carsten

RE: another date format problem

2008-01-02 Thread Andy Matthews
You'd wrap the dateformat around the dateadd function, not inside it. #DateFormat(DateAdd("d",7,"startDate),'yyy.mm.dd')# -Original Message- From: Mark Fuqua [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 02, 2008 3:49 PM To: CF-Talk Subject: another date format problem This works

RE: 2008 conferences of interest

2008-01-02 Thread Andy Matthews
I'm really leaning towards this one. I've heard that it's a little more in-depth than CFUnited is. Can anyone confirm this? andy -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 9:40 PM To: CF-Talk Subject: Re: 2008

RE: 2008 conferences of interest

2007-12-31 Thread Andy Matthews
Thanks guys... I'll add those two to my list. Cutter is actually speaking at Webmaniacs so unfortunately no other team member will probably be able to go to that one. andy -Original Message- From: Sean Corfield [mailto:[EMAIL PROTECTED] Sent: Monday, December 31, 2007 11:07 AM T

Application scope question...which is better?

2007-12-31 Thread Andy Matthews
ove it, or to test it. Anyone have logic, or anecdotes about doing this sort of thing? Care to share experience or even just thoughts? ____ Andy Matthews Senior ColdFusion Developer Office: 877.707.5467 x747 Direct: 615.627.9747 Fax: 615.467.6249 [EMAIL

2008 conferences of interest

2007-12-31 Thread Andy Matthews
'd also be interested in attending conferences about Flash, Flex, Javascript, etc. Would you all mind listing out a few conferences that you've heard of, and that might be included in the technology list above? ____ Andy Matthews Senior ColdFusion Developer O

RE: Emerging Web Technologies

2007-12-28 Thread Andy Matthews
AJAX Flex Unobtrusive Javascripting xHTML Standards Compliancy Microformats (I don't personally use them, but they appear to be very popular lately) -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 1:21 PM To: CF-Talk Subject: OT: Emerging

RE: Solutions for cfqueryparam/cachedwithin problem?

2007-12-19 Thread Andy Matthews
This has been resolved in CF8 (supposedly). -Original Message- From: Ben Mueller [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 2:40 PM To: CF-Talk Subject: Solutions for cfqueryparam/cachedwithin problem? Hi all, Given that you can't use cfqp and cachedwithin at the same

RE: RegEx Tools

2007-12-19 Thread Andy Matthews
There's also a free app called Regex Coach which is quite useful. I've used it for about 2 years now and it's VERY handy. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 1:56 PM To: CF-Talk Subject: RegEx Tools Question, are there any o

RE: cfquery "order by" question

2007-12-19 Thread Andy Matthews
Coalesce kicks hiney. It's so useful. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 12:15 PM To: CF-Talk Subject: Re: cfquery "order by" question > Use something like > ORDER BY COALESCE(sortORD,) ASC, #getPAGE.sortMETH# Ooo - that

OT: Nashville, TN Flex User Group presents Flex 3 and AIR pre-release tour with Ben Forta

2007-12-19 Thread Andy Matthews
/). 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/> ~| Adobe® ColdFusion® 8 software 8

RE: Using Mac Mini as web server

2007-12-19 Thread Andy Matthews
Thanks Dave...the "never sleep" option sounds like my best bet then. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 18, 2007 5:14 PM To: CF-Talk Subject: RE: Using Mac Mini as web server > He actually suggested the "wake on ethernet" option. Would

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