RE: Visual Ajax IDE?

2008-03-20 Thread Andy Matthews
Aptana ++ It still suffers from the same stuff that Eclipse itself does, namely it's a memory hog, and it lags on my system, but overall it's a very useful piece of software. -Original Message- From: Chris Jordan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 1:21 PM To:

RE: Installing and running BlazeDS

2008-03-19 Thread Andy Matthews
Ah... I did install LCDS so great...that makes sense. Thanks for clarifying Dave. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 12:02 AM To: CF-Talk Subject: RE: Installing and running BlazeDS but it states To integrate BlazeDS with

UPDATE: Installing and running BlazeDS - install walkthrough fails

2008-03-19 Thread Andy Matthews
As a followup... I walked through the install process here: http://labs.adobe.com/wiki/index.php/BlazeDS:Release_Notes#Integrating_Blaze DS_with_a_ColdFusion_8_installation But first, I'm running mult-server instances of ColdFusion and the process doesn't quite cover that. It references folders

RE: Flash Remoting and CF

2008-03-19 Thread Andy Matthews
Your Flash guys are correct. Flash cannot run queries directly against the database. It needs middleware such as ColdFusion, PHP, or .NET. Your best bet is to write some CFCs to which Flash can connect. That's true remoting using the AMF protocol. Your application will be faster and more

Installing and running BlazeDS

2008-03-18 Thread Andy Matthews
I've got CF8 developer edition running on my local machine in multi-server mode. Primary instance is of course cfusion, then I also have two other instances. What's the best way to for me to install and run BlazeDS locally for testing my AIR apps? I found this walkthrough online:

RE: Back button and Ajax

2008-03-17 Thread Andy Matthews
jQuery has a history plugin that makes managing state for AJAX calls a snap. http://plugins.jquery.com/project/history andy -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 1:45 PM To: CF-Talk Subject: Back button and Ajax Hi, Ajax

FileStream.readObject with JS based AIR app

2008-03-16 Thread Andy Matthews
I'm trying to open a text file, and read it's contents with a JS based AIR app. My code: var loginFileName = 'app.login'; var loginFile = air.File.applicationStorageDirectory.resolvePath(loginFileName); var _fs = new air.FileStream(); _fs.open(loginFile, air.FileMode.READ); var o =

RE: SPAM: Re: cheap CF8 hostings

2008-03-14 Thread Andy Matthews
I use Gearhost.com. They offer CF hosting for as little as $9.99 a month. They also host ASP, and PHP on the same servers as well as SQL Server and MySQL. andy matthews -Original Message- From: Ali [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 8:13 AM To: CF-Talk Subject: SPAM

RE: SPAM: Re: cheap CF8 hostings

2008-03-14 Thread Andy Matthews
ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:17 AM To: CF-Talk Subject: RE: SPAM: Re: cheap CF8 hostings Mark... I've been with Gearhost for almost 5 years and can speak

RE: SPAM: Re: cheap CF8 hostings

2008-03-14 Thread Andy Matthews
. Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 8:24 AM To: CF-Talk Subject: RE: SPAM: Re: cheap CF8 hostings I use Gearhost.com. They offer

Still can't make new posts to the CF-talk list

2008-03-14 Thread Andy Matthews
Is anyone else still having problems making new posts to the CF-Talk list from external programs? I've not been able to make new posts to the CF-Talk list for about a month now. I can reply to existing posts with no problem...it's only new posts.

OT: Free HTTP traffic monitor? Anyone know of one?

2008-03-14 Thread Andy Matthews
As I'm getting into building AIR apps, it would be great if I had an HTTP traffic monitor which also showed the headers, requests, and responses from HTTP request that my apps make. Does anyone know of one they'd recommend? Free would be best, but I'd entertain a priced one if it was good

RE: Still can't make new posts to the CF-talk list

2008-03-14 Thread Andy Matthews
From the web interface. -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:48 AM To: CF-Talk Subject: Re: Still can't make new posts to the CF-talk list And you posted this... how? On Fri, Mar 14, 2008 at 4:41 PM, Andy Matthews [EMAIL

RE: Free HTTP traffic monitor? Anyone know of one?

2008-03-14 Thread Andy Matthews
Dave... That's EXACTLY what I'm looking for. Thank you!! andy matthews. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:53 AM To: CF-Talk Subject: RE: Free HTTP traffic monitor? Anyone know of one? As I'm getting into building AIR apps

RE: Free HTTP traffic monitor? Anyone know of one?

2008-03-14 Thread Andy Matthews
Hey Dave... Do you know offhand if Fiddler can view AMF requests like the Flash Debugger can? Right now I'm using the Flash Debugger to view requests for Flash stuff, and other tools for viewing standard requests. It would be awesome if Fiddler could do both. To be clear I want to see the data

RE: Still can't make new posts to the CF-talk list

2008-03-14 Thread Andy Matthews
make new posts to the CF-talk list On Fri, Mar 14, 2008 at 12:41 PM, Andy Matthews [EMAIL PROTECTED] wrote: Is anyone else still having problems making new posts to the CF-Talk list from external programs? I've not been able to make new posts to the CF-Talk list for about a month now. I can

RE: Still can't make new posts to the CF-talk list

2008-03-14 Thread Andy Matthews
Thanks Jochem (by the way...do you pronounce your name YO-chem or wah-KEEM or some other way?). -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 12:13 PM To: CF-Talk Subject: Re: Still can't make new posts to the CF-talk list Andy

RE: Free HTTP traffic monitor? Anyone know of one?

2008-03-14 Thread Andy Matthews
11:45 AM To: CF-Talk Subject: RE: Free HTTP traffic monitor? Anyone know of one? Andy, take a look at Etheral. http://www.ethereal.com/ -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 11:30 AM To: CF-Talk Subject: RE: Free HTTP traffic

RE: Still can't make new posts to the CF-talk list

2008-03-14 Thread Andy Matthews
Thanks Judith...appreciated! -Original Message- From: Judith Dinowitz [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 1:13 PM To: CF-Talk Subject: Re: Still can't make new posts to the CF-talk list That's just the address my account is listed under. I'm sending from my

RE: SPAM: Re: OT: Free HTTP traffic monitor? Anyone know of one?

2008-03-14 Thread Andy Matthews
Yeah... I'm going to be doing a lot of AIR work over the next 6 months or so. I might get my company to spring for it. Thanks for the recommend. -Original Message- From: Mike Chabot [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 6:28 PM To: CF-Talk Subject: SPAM: Re: OT: Free

Best way to get external data with HTML/HS based AIR apps?

2008-03-13 Thread Andy Matthews
If any of you are doing Javascript based AIR apps, what's your best practice for getting external data? ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

Coldfusion JSONp

2008-03-13 Thread Andy Matthews
-en/browse_thread/thread/21a68cea4bb11e84/0d44e36723274ad1#0d44e36723274ad1 andy matthews ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk

RE: SPAM: Re: Coldfusion JSONp

2008-03-13 Thread Andy Matthews
at 3:44 PM, Andy Matthews [EMAIL PROTECTED] wrote: Does anyone know anything about JSONp? I'm trying to call a CFC directly with returnFormat set to JSON. I can get the result in the browser when I call the URL directly, but nothing happens in my jQuery code. It appears that the problem

SOT: Custom draggable area in HTML/HS based AIR app?

2008-03-12 Thread Andy Matthews
For my second AIR app, I've decided to try using JS as I'm more comfortable with that than I am with Actionscript 3. I'm having trouble figuring out how to define a specific div to be the draggable area for my app. It's fairly straightforward with Actionscript. Define an event listener in the

SOT: Aptana plugin within Flex Builder 3

2008-03-11 Thread Andy Matthews
I'm considering installing the Aptana plugin within Flex Buidler 3 so as to keep all AIR type functionality together. Has anyone done this and if so, what Aptana version did you use? I can't find any mention of the plugin on the Aptana website. All they talk about is their own IDE.

RE: SOT: Aptana plugin within Flex Builder 3

2008-03-11 Thread Andy Matthews
http://update.aptana.com/install/3.2/ [Image:Our Hero] David Henry http://ColdFusionPowered.com/ Andy Matthews wrote: I'm considering installing the Aptana plugin within Flex Buidler 3 so as to keep all AIR type functionality together. Has anyone done this and if so, what Aptana version did you

SOT: Aptana plugin within Flex Builder 3

2008-03-11 Thread Andy Matthews
I'm considering installing the Aptana plugin within Flex Buidler 3 so as to keep all AIR type functionality together. Has anyone done this and if so, what Aptana version did you use? I can't find any mention of the plugin on the Aptana website. All they talk about is their own IDE.

RE: SPAM: Re: SOT: Aptana plugin within Flex Builder 3

2008-03-11 Thread Andy Matthews
/ On Tue, Mar 11, 2008 at 9:25 AM, Andy Matthews [EMAIL PROTECTED] wrote: I'm considering installing the Aptana plugin within Flex Buidler 3 so as to keep all AIR type functionality together. Has anyone done this and if so, what Aptana version did you use? I can't find any mention

[jQuery] Re: Snap to grid on BBC website

2008-03-10 Thread Andy Matthews
iGoogle doesn't use jQuery. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rui Pacheco Sent: Monday, March 10, 2008 6:22 AM To: jQuery (English) Subject: [jQuery] Snap to grid on BBC website Hi all I am currently evaluating the jQuery

RE: Get a digit out of large number

2008-03-10 Thread Andy Matthews
Mid(getdon.recordcount,2,1) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2008 8:21 AM To: CF-Talk Subject: Get a digit out of large number Hi All, I'm trying to figure out how to grab a specific digit in a number. For example if I have

RE: Newbie RSS creation question

2008-03-10 Thread Andy Matthews
I don't know if it works or not, but I highly doubt you'd want to generate the XML on every request. That's sort of the point of RSS readers. They watch a file to see when it changes, and then pull in the update. -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent:

[jQuery] Re: [POLL] Online jQuery Training from John Resig

2008-03-06 Thread Andy Matthews
I'd be interested as well. Probably myself and several of my coworkers. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Jordan Sent: Thursday, March 06, 2008 11:47 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [POLL] Online

RE: Feature Creep - Wants More Search Stuff ...

2008-03-04 Thread Andy Matthews
Les... There's a highlight string method on cflib. I've used it before. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 8:27 AM To: CF-Talk Subject: Feature Creep - Wants More Search Stuff ... It's OK, when they add stuff outside the

RE: Feature Creep - Wants More Search Stuff ...

2008-03-04 Thread Andy Matthews
Do they really want the entire sentence containing the term, or would they be satisfied with just highlighting the search term itself? If they'd be okay with that, the method takes care of that for you. -Original Message- From: Les Mizzell [mailto:[EMAIL PROTECTED] Sent: Tuesday, March

RE: SPAM: Macromedia 'Certified Professional' Pin

2008-03-04 Thread Andy Matthews
I didn't get a pin...I just got a certificate. Maybe you scored higher than I did? :) -Original Message- From: Don [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 9:30 AM To: CF-Talk Subject: SPAM: Macromedia 'Certified Professional' Pin You know the one you get when you get

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

addEventListener on custom class/function

2008-02-27 Thread Andy Matthews
My coworkers and I are writing our first AIR app. As part of this app, we have to download a SQLite database the first time the app runs. We're running into problems where our launchApp function is firing off before the download is complete. What we'd like to do is to call the updateApp method

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 it

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

2008-02-25 Thread Andy Matthews
. -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 PROTECTED] Sent: Saturday

RE: Incremental Updates

2008-02-21 Thread Andy Matthews
We're right in the middle of determining that too. I'd love to hear people's thoughts about this. -Original Message- From: David Henry [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 1:06 PM To: Flex Subject: Incremental Updates Hello again Flex guys, There are many in our

Downloading remote files with Flex 3?

2008-02-19 Thread Andy Matthews
I have an XML file which will live on my remote server. Each time my AIR app runs, I'd like it to attempt to connect to this remote file, and if successful, determine if an update needs to be made to the local SQLite database. I'm looking into the Flex docs, but there doesn't seem to be a

RE: Holy Grail? Hosting?

2008-02-18 Thread Andy Matthews
Have you ever read a book that changed your life? Go to: www.winninginthemargins.com Enter passkey: goldengrove Web Developer / ColdFusion Programmer http://William.Seiter.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Friday, February 15, 2008 8:51 PM

Relative file paths for AIR app dev

2008-02-15 Thread Andy Matthews
I've got an Flex/AIR app which contains a SQLite db and some photos which will be included in the install package. /src faces.db /assets andymatthews.png ericcobb.png I need to open the db file locally rather than what I'm currently using which is: var db:SQLConnection

RE: Relative file paths for AIR app dev

2008-02-15 Thread Andy Matthews
: applicationDirectory and applicationStorageDirectory. Andy Matthews wrote: Stefan... I don't know if I can, I'm brand new at Flex and AIR. Currently I'm developing off a network drive so that my coworkers and I can share code. If I use the app:/ directory would that pull the working db as well as when

RE: Relative file paths for AIR app dev

2008-02-15 Thread Andy Matthews
browser knows the difference between http://;, ftp://:, and file://. Air knows the difference between C:\, app:/, and app-storage:/. Does that answer the question? Andy Matthews wrote: Looking now. While I look, how would you define app:/? I mean, of what class it associated

RE: Relative file paths for AIR app dev

2008-02-15 Thread Andy Matthews
Okay ... That doesn't appear to be working, but I think it's my fault for not explaining myself correctly. All of my dev files are located here (network drive): V:\wwwroot\FlexProjects\Faces\src Faces.db Faces.mxml etc. But the app will probably get installed here:

RE: Relative file paths for AIR app dev

2008-02-15 Thread Andy Matthews
that with the stuff I'm learning on this project I'll be in good shape for the rest of my Flex career. andy -Original Message- From: Jeffry Houser [mailto:[EMAIL PROTECTED] Sent: Friday, February 15, 2008 1:43 PM To: Flex Subject: Re: Relative file paths for AIR app dev Andy Matthews wrote: Okay

RE: Relative file paths for AIR app dev

2008-02-15 Thread Andy Matthews
:[EMAIL PROTECTED] Sent: Friday, February 15, 2008 3:58 PM To: Flex Subject: Re: Relative file paths for AIR app dev Andy Matthews wrote: Okay... I actually found what seems to be a good way of dealing with this. var dbFileName:String = Faces.db; dataFile:File

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

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:

[jQuery] Re: OT: FCK editor now double spaces with enter key?

2008-02-14 Thread Andy Matthews
. In the fckconfig.js file there are two lines: FCKConfig.EnterMode = 'p' ; // p | div | br FCKConfig.ShiftEnterMode = 'br' ; // p | div | br Looks like if you change the first one to 'br' you'd be set. On Feb 13, 9:32 am, Andy Matthews [EMAIL PROTECTED] wrote: Right

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:

[jQuery] Re: OT: FCK editor now double spaces with enter key?

2008-02-13 Thread Andy Matthews
Right... You can force it to single space by hitting SHIFT + enter, but I'd like to know if there's a preference which can be changed to force it to revert to single spacing by default. This is changed in the new version of FCK. -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: what editor do you use?

2008-02-13 Thread Andy Matthews
Editplus www.editplus.com Best one I've found in 6+ years of looking, been using it for about the same amount of time. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Feijó Sent: Wednesday, February 13, 2008 10:38 AM To: jquery-en@googlegroups.com Subject:

[jQuery] Re: what editor do you use?

2008-02-13 Thread Andy Matthews
PROTECTED] On Behalf Of Feijó Sent: Wednesday, February 13, 2008 10:53 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: what editor do you use? I dont like the editplus interface, very ancient :) But its a good app too!! Feijó Andy Matthews escreveu: Editplus www.editplus.com Best

[jQuery] Re: what editor do you use?

2008-02-13 Thread Andy Matthews
@googlegroups.com Subject: [jQuery] Re: what editor do you use? They improved a little the interface, has been some time since the last time I saw it But editpad++ is free!! editplus has pay resources :) baita abraço Feijó Andy Matthews escreveu: Not sure what you mean...I just looked

RE: a sIMPLER url?

2008-02-13 Thread Andy Matthews
Oh...you can do the same thing with Apache, if you have the mod_rewrite module available to you. Create a file called .htaccess and place the following inside it: RewriteEngine on RewriteRule shirt/([a-zA-Z0-9-]+) shirt.cfm?name=$1 The hardest part is actually creating the file. Open a text

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

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:

RE: a sIMPLER url?

2008-02-13 Thread Andy Matthews
: 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 deleted on an ongoing bases at any

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?

[jQuery] OT: 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? andy

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

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? andy

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

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

Re: Coldfusion 8 and RC4 encryption?

2008-02-10 Thread Andy Matthews
() 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 software 8 is the most important and dramatic

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

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread Andy Matthews
Wixus... I know how to write the code to actually do the animation. The problem I'm finding is that when the animation kicks off, it'll throw off the rest of the layout. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wixus Sent: Friday,

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread Andy Matthews
PROTECTED] On Behalf Of andrea varnier Sent: Friday, February 08, 2008 3:37 AM To: jQuery (English) Subject: [jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect? On 8 Feb, 02:41, Andy Matthews [EMAIL PROTECTED] wrote: I'm thinking now that I could possible position each

[jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect?

2008-02-08 Thread Andy Matthews
) Subject: [jQuery] Re: I'm stumped! How to accomplish this navigation rollover effect? On 8 Feb, 16:28, Andy Matthews [EMAIL PROTECTED] wrote: Andrea... I think you're right...absolute positioning should solve my problem. The animation in your example works perfectly, but the text is located

[jQuery] Re: Thickbox Alternative that Works with jQuery

2008-02-07 Thread Andy Matthews
If you like Thickbox, why are you looking for something different? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cfdvlpr Sent: Thursday, February 07, 2008 10:20 AM To: jQuery (English) Subject: [jQuery] Thickbox Alternative that Works with

[jQuery] I'm stumped! How to accomplish this navigation rollover effect?

2008-02-07 Thread Andy Matthews
This is what the client wants: http://commadelimited.com/uploads/rollover.jpg (text has been blurred out intentionally) The site is VERY basic: nav colum on left, content column on right. The building it out is easy, but the nav is throwing me for a loop. My original thought was that I could use

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

[jQuery] Re: on click event does not response

2008-02-06 Thread Andy Matthews
The liveQuery plugin takes care of this work for you. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giant Jam Sandwich Sent: Wednesday, February 06, 2008 3:55 PM To: jQuery (English) Subject: [jQuery] Re: on click event does not response

RE: Anyone using BlazeDS?

2008-02-06 Thread Andy Matthews
: 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 running this app is between 60

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

RE: stupid cfscript/javascript question

2008-02-06 Thread Andy Matthews
li#show_new(value)#/li -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 cfscript function show_new(dt)

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: Anyone using BlazeDS?

2008-02-06 Thread Andy Matthews
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 any connections is when one of us is testing out code that's already

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

2008-02-05 Thread Andy Matthews
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 using for the last year. I've created many

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

2008-02-05 Thread Andy Matthews
).getRuntime() cfset usedMemory = (runtime.totalMemory() - runtime.freeMemory()) / 1024 / 1024 #round(usedMemory)# 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

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

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

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:

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

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:

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:

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

2008-02-04 Thread Andy Matthews
. :) 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 to the File Upload thread came through just fine. andy

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 fine. andy ~|

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.

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

RE: My latest Coldfusion Project for your Review

2008-02-01 Thread Andy Matthews
The site itself looks pretty cool, but you've GOT to choose a new tagline rather than nobosh it. It's a cheap ripoff of digg it. Also, the accordion on the right hand side needs background colors on each of the indivual sections. When I click to activate one, it slides up correctly, but I can see

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:

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

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

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

2008-01-29 Thread Andy Matthews
, and the LIMIT keyword? On Tuesday 29 Jan 2008, Andy Matthews wrote: commenting out various portions of the query, etc. I finally tracked it down to my LIMIT keyword, which previously used cfqueryparams1. It appears i.e. SELCT a,b,c LIMIT cfqueryparam value=... ? I though CFQP only worked

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

2008-01-29 Thread Andy Matthews
know that the MySQL JDBC driver has had problems crapping out on extremely large resultsets. And by crapping out, I mean, throwing the exception you're seeing. - Steve Brownlee -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Monday, January 28, 2008 11:17 PM

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:

[jQuery] Re: http://jquery.com/api/ page broken

2008-01-28 Thread Andy Matthews
Same for me. Tried it in IE6, and FF2 and neither worked. jQuery has REALLY got to get the documentation improved. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Yansky Sent: Saturday, January 26, 2008 5:50 PM To: jQuery (English) Subject:

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