RE: Time Tracking software for multiple users

2008-08-24 Thread Kevin Aebig
I'm nearly complete a more robust AIR / PHP application that has all that and a few other handy features. If you want, I can email you when it's ready to go to Beta. I might even make a port to CF. ;) !k -Original Message- From: Jeff Gladnick [mailto:[EMAIL PROTECTED] Sent: Saturday,

RE: Coldfusion Flex app help?!

2008-08-08 Thread Kevin Aebig
Use the Timer class and run your security call every X minutes on an interval. !k -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2008 8:56 AM To: CF-Talk Subject: Re: Coldfusion Flex app help?! We do something similar to Brad. When the user is

RE: I need help with a PHP question - off line i guess

2008-07-30 Thread Kevin Aebig
Contact me off-list if you need any further help with this. !k -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 29, 2008 12:52 PM To: CF-Talk Subject: I need help with a PHP question - off line i guess It's Off-Topic for this list, so I guess off line

RE: Anyone played with WPF (Windows Presentation Framework)?

2008-07-07 Thread Kevin Aebig
Without more information on the type of application you're planning, my suggestion would be to if at all possible keep everything in the family in either case. I'm sure some of the hardcore guys here will jump all over me, but if you're going to have a .Net frontend, than it would be a lot

RE: flex2gateway Error

2008-07-07 Thread Kevin Aebig
Coldfusion gateway error. You shouldn't be getting a 404. !k -Original Message- From: Sherif Abdou [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2008 2:20 PM To: CF-Talk Subject: flex2gateway Error I have been trying to fix this error for almost 12 hours, now the problem is

RE: Flex/ActionScript 3 Instructor-led Training

2008-06-09 Thread Kevin Aebig
I'm not sure about training but I think Figleaf is supposed to be pretty good. I already know everything, so I'm kind of unfamiliar with it... ;) As for discussion groups, Figleaf runs FlashCoders and there's a yahoo group for FlexCoders. Both are spectacular and are a huge resource when it comes

RE: Recommendations for a Knowledgebase written in CFML?

2008-06-05 Thread Kevin Aebig
Why not just use a Wiki? !k -Original Message- From: Alex Sherwood [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2008 8:53 PM To: CF-Talk Subject: Recommendations for a Knowledgebase written in CFML? Greetings, I've searched high and low and have yet to find a knowledgebase

RE: powered by and copyright

2008-05-26 Thread Kevin Aebig
I use it only within projects that use my own frameworks or products as their backbone. !k -Original Message- From: Richard White [mailto:[EMAIL PROTECTED] Sent: Saturday, May 24, 2008 5:08 PM To: CF-Talk Subject: powered by and copyright Hi a bit of an odd question... i have noticed

RE: Friday CF Puzzler...

2008-05-16 Thread Kevin Aebig
That hurts my head... =P !k -Original Message- From: Brad Wood [mailto:[EMAIL PROTECTED] Sent: Friday, May 16, 2008 10:13 AM To: CF-Talk Subject: RE: Friday CF Puzzler... Ok, disclaimer: I DON'T think is a good solution, but I wanted to try it-- it IS Friday after all. The code below

RE: Sever-side data validation with ajax

2008-05-14 Thread Kevin Aebig
The biggest problem with this approach is that it offers nothing in the way of actual enforcement of data. It takes about 2 seconds to bypass that kind of validation either by frame hacks or form substitution. As long as you still implement the server-side aspect, the choices you have to notify

RE: CFMX AS windows services

2008-05-14 Thread Kevin Aebig
Do you have the services setup to restart on failure or anything else specific to your setup? !k -Original Message- From: Steve Avey [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 6:46 AM To: CF-Talk Subject: CFMX AS windows services Hi, Setup - Win2k server, IIS 5 CFMX 7

RE: Flex3 and CF 8 connection problem

2008-05-08 Thread Kevin Aebig
It sounds like an IIS connector issue we've encountered. Were you by chance running on IIS? If so, re-installing the connectors has fixed this for us in the past. !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 02, 2008 6:23 PM To: CF-Talk

RE: CF Opinions: best AIR developement methods

2008-05-08 Thread Kevin Aebig
Well it's pretty cut and dry actually. They want developers to be able to produce software quickly. Whichever development environment you feel the most comfortable with is more likely to produce results the fastest. I personally love Flex, so that's what I choose. Other people aren't as big of

RE: Scheduled jobs runs twice

2008-05-08 Thread Kevin Aebig
We just rebuilt our primary webserver and are having the same issue. I migrated the settings over using the neo-[config].xml files from the Coldfusion directory. We're running on IIS as a single instance. We have code in place to avoid it running twice, but it seems to start again before the

RE: Are we all going to get email bombed?

2008-05-08 Thread Kevin Aebig
I've sent 2 messages today from Outlook... weird. !k -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 11:27 AM To: CF-Talk Subject: RE: Are we all going to get email bombed? I have a problem with the lists. I'm still not able to send to the

RE: Secure Flash Audio Player and CF

2008-05-08 Thread Kevin Aebig
The easiest way to do that is to pass a single use token to the player through FlashVars, than call a CF script with the token to return the audio. !k -Original Message- From: Jeff Price [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:39 PM To: CF-Talk Subject: Secure Flash

RE: Secure Flash Audio Player and CF

2008-05-08 Thread Kevin Aebig
: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:20 PM To: CF-Talk Subject: RE: Secure Flash Audio Player and CF The easiest way to do that is to pass a single use token to the player through FlashVars, than call a CF script with the token to return the audio. !k

RE: IIS Question...

2008-05-05 Thread Kevin Aebig
If you're doing your own dns, why not just add another host header for www.domain.com as well? !k -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 8:00 AM To: CF-Talk Subject: OT: IIS Question... Is there a way with IIS to automatically

RE: Backup / Replicate Server Config

2008-04-30 Thread Kevin Aebig
will be prompted whether to create a new site or replace the existing site. Select which you want to do, then click OK. HTH, Carl Kevin Aebig wrote: Hey all, This is driving me nuts, but how do you backup than replicate not only CFMX7, but IIS6 as well? I thought given the ease of administering

Backup / Replicate Server Config

2008-04-29 Thread Kevin Aebig
Hey all, This is driving me nuts, but how do you backup than replicate not only CFMX7, but IIS6 as well? I thought given the ease of administering these services that this would be a joke. Thanks for any tips, !k

RE: Backup / Replicate Server Config

2008-04-29 Thread Kevin Aebig
changes as needed. As far as CF, you can use ColdFusion Archives under packaging and deployment to transfer settings to other instances if you have CF enterprise. Russ -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 5:46 PM To: CF-Talk

RE: cfform flash ie6 -press ok to continue loading the content of this page

2008-04-18 Thread Kevin Aebig
I originally wrote a custom tag to fix that, but I thought it had been fixed directly in CF since. Custom tag can be found: http://www.keslabs.com/stuff/eolas/ !k -Original Message- From: Paul Ihrig [mailto:[EMAIL PROTECTED] Sent: Friday, April 18, 2008 8:26 AM To: CF-Talk Subject:

RE: cfform format=flash onload

2008-04-16 Thread Kevin Aebig
Yep... that's what I was talking about. Coldfusion is supposed to handle that by itself, but I can't recall what version it was implemented in. Can you supply a link to the page having the problem... I might be able to help. !k -Original Message- From: James Blaha [mailto:[EMAIL

RE: cfform format=flash onload

2008-04-16 Thread Kevin Aebig
Many people have found that the required JS file doesn't get loaded because of an issue with the CFIDE mapping. You can navigate to the script yourself and copy it to your websites directory structure to include it yourself manually to fix this issue. Take a look at the following page and

RE: cfform format=flash onload

2008-04-15 Thread Kevin Aebig
The key is to set the selection in the text box as well... than the cursor will be there. !k -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 12:43 PM To: CF-Talk Subject: Re: cfform format=flash onload Hi Greg, So close:

RE: cfform format=flash onload

2008-04-15 Thread Kevin Aebig
Selection.setFocus(username_txt); Selection.setSelection(0, username_txt.text.length); First line sets the focus which cover tabbing and non-mouse navigation. The second line actually sets the cursor to be active inside the textfield. !k -Original Message- From: James Blaha

RE: cfform format=flash onload

2008-04-15 Thread Kevin Aebig
Are you having an issue with activating the SWF file in IE? If so, than that's the problem you need to address to get the snippet I posted to work. !k -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 3:31 PM To: CF-Talk Subject: Re: cfform

RE: cfform format=flash onload

2008-04-15 Thread Kevin Aebig
Is there a border around the SWF with a Click here to activate this control message showing? !k -Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 4:16 PM To: CF-Talk Subject: Re: cfform format=flash onload I am using IE. The form shows up on

RE: Flex?

2008-04-04 Thread Kevin Aebig
But I wouldn't suggest that as it's very experimental. As for AIR, you're absolutely right about it being a complete desktop environment. Cheers, !k -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2008 3:13 AM To: CF-Talk Subject: Re: Flex?

RE: Bug in Adobe AIR apps when used with FDMSBridge.swf

2008-04-04 Thread Kevin Aebig
Wow... that's really strange. I'm assuming it most likely has to do with how the wrapper deals with a loaded SWF when transparency is on. Is there a debugger you can use to diagnose this? Could you load the bridge in a separate native window outside the screen coordinates? I'm not saying this is

RE: Flex?

2008-04-03 Thread Kevin Aebig
Unlike the other 2 replies, I would go out on a limb and say that yes, Flex can replace HTML and Javascript is almost every situation. Aside from using JS to circumvent the object focus issue and HTML to embed the SWF in a page, Flex is more than capable of handling nearly every aspect of client

Smarty for CF

2008-03-31 Thread Kevin Aebig
Hey all, Has anyone implemented a simple replacement template system like smarty? Thanks, !k ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

RE: Smarty for CF

2008-03-31 Thread Kevin Aebig
. Or you could use the Java 6 scripting engine support and run PHP inside your CF (check Sean Corfield's blog) and use Smarty itself, though I don't know what kind of performance implications that would have. cheers, barneyb On Mon, Mar 31, 2008 at 10:18 AM, Kevin Aebig [EMAIL PROTECTED] wrote

RE: Flash Remoting and CF

2008-03-20 Thread Kevin Aebig
Definitely. Use the right tool for the job at hand. It also depends what you're comfortable using and the timeframe of the project. !k -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 7:44 AM To: CF-Talk Subject: Re: Flash Remoting and CF

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

2008-03-14 Thread Kevin Aebig
Alongside external tools, I actually include an output pane that debugs my responses so that I can see exactly what Flex reads. It's a simple solution that could be expanded upon, but it gets the job done. Example: [FILENAME:AMFDUMP] ?xml version=1.0 encoding=utf-8? mx:TitleWindow

RE: Get RemoteObject from Flex to Railo to work :-(

2008-03-07 Thread Kevin Aebig
Hey Tom, If you want to simply use a native support for AMF0, you can use the NetConnection class instead. I've successfully used it with old versions of AMFPHP and CF. Cheers, !k -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, March 07, 2008 3:24 AM To:

RE: TIGER/Line

2008-03-04 Thread Kevin Aebig
I've been doing PHP for close to a decade and would be happy to help if you could provide the full error message. !k -Original Message- From: Graham Pearson [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2008 7:15 AM To: CF-Talk Subject: Re: TIGER/Line -BEGIN PGP SIGNED

RE: TIGER/Line

2008-03-04 Thread Kevin Aebig
You just might want to make this easier on yourself and check this out: http://developer.yahoo.com/maps/rest/V1/geocode.html Why hold that much data in your DB when someone else is willing to do it for you? !k -Original Message- From: Graham Pearson [mailto:[EMAIL PROTECTED] Sent:

RE: Signature Capture

2008-03-03 Thread Kevin Aebig
Actually, Rick brings up a fair question. The key to this is that for the signature to be as accurate as possible the person signing would need to be using a stylus, otherwise it would be quite different than their signature with a pen. Also, the amount of samplings taken would have to be quite

RE: Signature Capture

2008-03-03 Thread Kevin Aebig
You learn something new everyday. Thanks Dave... !k -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2008 2:53 PM To: CF-Talk Subject: RE: Signature Capture Would the resulting signature be considered legally binding? No, it would not be, unless

RE: Watts' try/catch query example

2008-02-25 Thread Kevin Aebig
Pseudo-code: cftry cfquery name=somequery Datasource=somedts SELECT *... /cfquery cfcatch type=Database cfset somequery = QueryNew() /cfcatch /cftry Something like this? !k -Original Message- From: Will Tomlinson

RE: MS Source Fource Super Friends

2008-02-22 Thread Kevin Aebig
Well I'll pass on seeing Forta in tights... what would his super hero name be? Fusion-beard? !k -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: Friday, February 22, 2008 10:00 AM To: CF-Talk Subject: Re: MS Source Fource Super Friends On Friday 22 Feb 2008,

RE: OT - Box has been attacked by cowboy

2008-02-15 Thread Kevin Aebig
I'm unsure if it's 'your' server or a company that you work for, but if you don't know something, ignoring the problem doesn't constitute a solution and sure isn't a justifiable excuse. And you don't need to be an expert at security to handle this, because there are experts that tell you how to

RE: OT - Box has been attacked by cowboy

2008-02-15 Thread Kevin Aebig
I don't think any insult was meant, but you have to understand that for many companies, this is just one of the things they deal with on a regular basis. If you have a firewall and were breached, you need to find out how specifically how they got in. If you weren't breached, than for all intents

RE: OT - Box has been attacked by cowboy

2008-02-15 Thread Kevin Aebig
. Configuring it would be much easier than trying to learn how to console into a Cisco Pix... If you don't need it up, than take it down immediately so that you don't cause the same grief to others online. !k -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Friday

RE: OT: Translating MSSQL Scripts into MySQL Scripts

2008-02-05 Thread Kevin Aebig
Why not run a local copy of SQL Server Express, run the scripts yourself to import the DB's, than use the migration tool to convert it all over? !k -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 7:19 PM To: CF-Talk Subject: RE: OT:

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

2008-02-05 Thread Kevin Aebig
I live in a city of about 250,000 and once I find a new job, I'll end coding in a different language and there's nothing I can do about it. I've tried finding positions that will let me work remotely, but with justification, a lot of companies aren't comfortable with that and I'm not willing to

RE: String Manipulation Fun

2008-02-05 Thread Kevin Aebig
Why not just use something like: cfset parsed = listlast(theArray[i].description.xmlText, ) cfif Len(parsed) GT 1 cfset amount = Right(parsed, Len(parsed)-1 cfelse cfset amount = 0 /cfif Untested... be warned. The only reason I left the dollar sign was to make sure a result came

RE: CF-Based CRMs?

2008-01-31 Thread Kevin Aebig
Thanks Rey, I'll let you know... !k -Original Message- From: Rey Bango [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 9:14 PM To: CF-Talk Subject: Re: CF-Based CRMs? Kevin, When it's ready for beta, email me and I'll get you some press on Ajaxian.com Rey Kevin Aebig

RE: CF-Based CRMs?

2008-01-30 Thread Kevin Aebig
SalesForce.com is good, but if you want basically the same thing, than SugerCRM is extremely close... !k -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 30, 2008 7:53 AM To: CF-Talk Subject: Re: CF-Based CRMs? I've seen some people using

RE: CF-Based CRMs?

2008-01-30 Thread Kevin Aebig
to update one but SugarCRM is on my short list. I did receive an offlist email from Marius Milosav of ScorpioSoft Corp. (http://www.scorpiosoft.com/) and will see if their CRM matches my needs. Rey... Kevin Aebig wrote: SalesForce.com is good, but if you want basically the same thing, than

RE: CF-Based CRMs?

2008-01-30 Thread Kevin Aebig
Fun is one way to describe it. Endeavor is another... =] I will once I've got the core code-base complete. The whole package currently consists of 3 separate applications. - Project Manager - Graphing Program (Visio Clone) - CRM There some other tools I want to add and by the time they're done,

RE: Using __type__ to return objects to Flex

2008-01-29 Thread Kevin Aebig
There's a setting for the AMF gateway that automatically cases the column names to lowercase if you're interested. You can view the associated configurations inside: CF install dir\wwwroot\WEB-INF\flex\services-config.xml Cheers, !k -Original Message- From: Tom Chiverton [mailto:[EMAIL

RE: Market Dept - Project Management help

2007-11-02 Thread Kevin Aebig
Here's how I've dealt with that issue and thus far, it's practically not a problem anymore. - Strict Documentation that needs to be signed off. If they wish other features be added, the deadline gets pushed back. Otherwise it's something that can be taken care of down the road. If it wasn't

RE: wsdl issue in cfmx 7

2007-10-30 Thread Kevin Aebig
In case you didn't know, there are ton of differences between C#, PHP and CF when it comes to webservices and complex types. Without seeing what you're talking about, it's pretty well impossible to help you. My advice, either post a dump of the raw information coming back, or better describe

RE: Dreamweaver and Vista

2007-06-29 Thread Kevin Aebig
Thanks for the warning. I was contemplating moving to Vista... !k -Original Message- From: Jenny [mailto:[EMAIL PROTECTED] Sent: Friday, June 29, 2007 9:35 AM To: CF-Talk Subject: Dreamweaver and Vista A word of warning. Dreamweaver does not run at all well on Windows Vista. I am

RE: Using sessions with Flash Remoting

2007-06-15 Thread Kevin Aebig
Shared Objects are basically like Cookies in Flash. You can store serialized data in a small local file that can be reused down the road. The bonus is that they aren't deleted with regular cookies. You could potential implement something yourself using them, but the main issue is because you're

RE: Using sessions with Flash Remoting

2007-06-14 Thread Kevin Aebig
How are you doing the actual chat communication? If you're using either XML sockets or FMS, than you can trigger the notification from there... !k -Original Message- From: John Robinson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 2:01 PM To: CF-Talk Subject: Re: Using

RE: Using sessions with Flash Remoting

2007-06-12 Thread Kevin Aebig
I personally don't like to use Sessions with Flash. I basically do a CFLogin to authenticate for the service calls, than pass back any needed vars and hold them in Flash. I can think of a few situations where this won't accomplish the end goal, but for most of my projects it's worked fine.

RE: Flex barcode reader

2007-06-12 Thread Kevin Aebig
You could contract an hour or two of time from any winforms guys to build you a wrapper for the application to lock it down. Otherwise I would suggest looking at doing it that way for a number of reasons: - The wrapper would have better security and harder to circumvent - You can check to make

RE: Simultaneous Requests/CF vs ASP.NET for Flash Remoting

2007-06-10 Thread Kevin Aebig
... a bunch of crap. There are plenty of high-volume sites using CF. No doubt. Two words as one... MySpace. If that isn't the most defining example of a high load application, I don't know what is. !k -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, June 10,

RE: Simultaneous Requests/CF vs ASP.NET for Flash Remoting

2007-06-10 Thread Kevin Aebig
Subject: Re: Simultaneous Requests/CF vs ASP.NET for Flash Remoting Actually that runs on .NET via BD, so it's not the best example in this argument... On 6/11/07, Kevin Aebig [EMAIL PROTECTED] wrote: ... a bunch of crap. There are plenty of high-volume sites using CF. No doubt. Two words

RE: Simultaneous Requests/CF vs ASP.NET for Flash Remoting

2007-06-07 Thread Kevin Aebig
On a side note, I would hope that you could take advantage of the features of flash to handle has much processing as possible. Offloading some of the smallest tasks from the backend to the client side can greatly reduce the overhead that's put on the server. Cheers, !k -Original

RE: Run PHP code inline on a Coldfusion page

2007-06-05 Thread Kevin Aebig
you think. Rick Mason On 6/4/07, Kevin Aebig [EMAIL PROTECTED] wrote: The real million dollar question is why would you want to? Almost anything PHP can do, CF can do. Almost anything CF can do, .NET can do. Almost anything .NET can do, PHP can do. Unless you want to take advantage

RE: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread Kevin Aebig
I would definitely prove to him that a classic ASP component can't compare to the modern stuff that's out. Also, unless it uses a DLL (crap), there's no reason that you could reverse engineer it to use it in a custom tag. If it uses a DLL, than there's your reason to change... !k -Original

RE: Run PHP code inline on a Coldfusion page

2007-06-05 Thread Kevin Aebig
So patch the problem and deal with it later? And who's best practices do you follow? And which company do you call when it breaks? Every example, though valid, is still an instance of the easy way instead of the right way... and that's fine if you're happy with that But I'm not... !k

RE: Run PHP code inline on a Coldfusion page

2007-06-05 Thread Kevin Aebig
on a Coldfusion page On 6/5/07, Kevin Aebig [EMAIL PROTECTED] wrote: So patch the problem and deal with it later? I didn't say it was ideal, but in a business situation when you have numerous, large legacy apps, and your choice is to spend a small amount of effort to do some integration, vs. multiple

RE: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread Kevin Aebig
PHP code inline on a Coldfusion page) On 6/5/07, Kevin Aebig [EMAIL PROTECTED] wrote: I would definitely prove to him that a classic ASP component can't compare to the modern stuff that's out. Also, unless it uses a DLL (crap), there's no reason that you could reverse engineer it to use

RE: Using an ASP object in CF (was Re: Run PHP code inline on a Coldfusion page)

2007-06-05 Thread Kevin Aebig
Than the only suggestion I have is to contact the company and see if they have any solutions to offer you. Or you can attempt to rip the editor and get it to work with just the output... than integrate it as is. Sorry, !k -Original Message- From: C. Hatton Humphrey [mailto:[EMAIL

RE: OT: Run PHP (or Ruby) code inline on a Coldfusion page

2007-06-04 Thread Kevin Aebig
It did and can a la webservice... unless the language you use doesn't conform to the current standards... or doesn't support webservices and you've got nothing better to do than put together a parsing routine... Or you realize that for all intents and purposes it might be easier to just put in a

RE: Run PHP code inline on a Coldfusion page

2007-06-04 Thread Kevin Aebig
The real million dollar question is why would you want to? Almost anything PHP can do, CF can do. Almost anything CF can do, .NET can do. Almost anything .NET can do, PHP can do. Unless you want to take advantage of the thousands of crappy opensource PHP apps that are out there, but if that's the

RE: Run PHP code inline on a Coldfusion page

2007-06-04 Thread Kevin Aebig
. We are in this for the money, right? ...not just for the pure love of the ColdFusion gospel? -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2007 11:05 AM To: CF-Talk Subject: RE: Run PHP code inline on a Coldfusion page The real million dollar

RE: Run PHP code inline on a Coldfusion page

2007-06-04 Thread Kevin Aebig
degree, this greatly increases the value of ColdFusion. We are in this for the money, right? ...not just for the pure love of the ColdFusion gospel? -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2007 11:05 AM To: CF-Talk Subject: RE: Run PHP code

RE: Shocked!

2007-05-21 Thread Kevin Aebig
FYI the same principle applies when using CFQuery in case you hadn't noticed. You don't need to scope the variable to the query as it's set locally. !k -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 11:09 AM To: CF-Talk Subject: Shocked!

RE: When Assholes Play Games

2007-05-18 Thread Kevin Aebig
Though I understand your meaning, your methods suck. Crap like this has no place... Contact the list owner directly if it bothers you this much. !k -Original Message- From: K Simanonok [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 4:31 PM To: CF-Talk Subject: When Assholes Play

RE: New developer vs. Veteran developer

2007-05-16 Thread Kevin Aebig
I've been doing CF for about 3 years and was told that I lapped the other Developer who's been doing it for 8 after year 1. Not sure if this helps, but I would gu-estimate that a solid programmer with a good base of theory will conquer CF in a year, maybe 2. The experience will matter with

RE: is this wrong on my client's part?

2007-05-15 Thread Kevin Aebig
I think that it's completely reasonable. There's no reason for you to not have access to the live environment as if you wanted to leave yourself access, you could. He can't possibly expect you to debug errors without seeing them or triggering them? I hope he pays extremely well, as this sounds

RE: is this wrong on my client's part?

2007-05-15 Thread Kevin Aebig
Bloody spell check... That's *UN*reasonable. !k -Original Message- From: Kevin Aebig [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:16 PM To: CF-Talk Subject: RE: is this wrong on my client's part? I think that it's completely reasonable. There's no reason for you to not have

RE: is this wrong on my client's part?

2007-05-15 Thread Kevin Aebig
Nice... I would second that. I do something similar but also include an IP restriction in it that can either go to a BETA screen, sets a session variable and than continues... or simply throws a fatal error. The worst part is that there's no chance you could even try to replicate the exact

RE: OT: is this wrong on my client's part?

2007-05-15 Thread Kevin Aebig
Beer button? Complete Genius... !k -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:21 PM To: CF-Talk Subject: Re: OT: is this wrong on my client's part? Good Lord Mike, why on earth did you agree to this kind of arrangement in the

RE: Lack of CF understanding: Info Week

2007-05-09 Thread Kevin Aebig
Bingo! I've been waiting for someone to hold the developers accountable. Whether Win or Lin, Java to .NET to whatever, its up to the developers to properly use the tools correctly. I sometimes wonder what percentage of modern developers don't know how to program things correctly. I'm guessing

RE: Lack of CF understanding: Info Week

2007-05-09 Thread Kevin Aebig
I wish bad developers were that honest... I always tell my clients, Cheap, Good or Fast... For software development you only get to choose 2. !k -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 3:22 PM To: CF-Talk Subject: RE: Lack of CF

RE: Lack of CF understanding: Info Week

2007-05-08 Thread Kevin Aebig
Fiberglass no wait... Altima... ugh, I'm I can't decide. !k -Original Message- From: Billy Cox [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 8:01 AM To: CF-Talk Subject: RE: Lack of CF understanding: Info Week Rick, I can offer this insight. A couple of years ago, a

RE: Book Recommendations

2007-05-03 Thread Kevin Aebig
I'm not subscribed to Community, but I think this is somewhat on topic as a lot of programmers would like better design / front-end skills. My suggestion? Don't bother with design books as they're generally a small portion based on a single (or a few) design styles. I have a few that were good

RE: Coldfusion Integration with .net,java

2007-04-24 Thread Kevin Aebig
Hate to break the fun by doing Coldfusion to .NET or .NET to Coldfusion with Webservices is entirely possible. Though I'm quite sure you mean that the datatypes are off (query dataset), that's easy to deal with. We deal with CF DotNET in a number of internal projects and they all function

RE: Coldfusion Integration with .net,java

2007-04-24 Thread Kevin Aebig
Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 24 20:20:36 2007 Subject: RE: Coldfusion Integration with .net,java Hate to break the fun by doing Coldfusion to .NET or .NET to Coldfusion with Webservices is entirely

RE: Coldfusion Integration with .net,java

2007-04-24 Thread Kevin Aebig
. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 24 20:50:32 2007 Subject: RE: Coldfusion Integration with .net,java Hi Neil

RE: Flash Forms: ComboBox help

2007-04-19 Thread Kevin Aebig
++) { if (select.getItemAt([i]).data == optionToSelect){ return i; } } !--- not found --- return -1; } Thanks. George On 19/04/07, Kevin Aebig [EMAIL PROTECTED] wrote: I'm not sure how familiar you are with Flash and perhaps if you could

RE: Flash Forms: ComboBox help

2007-04-18 Thread Kevin Aebig
I'm not sure how familiar you are with Flash and perhaps if you could respond back with some code it would make this more easy to help... Anyhow, to add items to a combobox, just bind to the dataProvider instead of adding each manually and when you want to remove items, you need to reference them

RE: Outputting Dollar Format on Bind

2007-04-18 Thread Kevin Aebig
I know of about 3 ways to do it, but I can't remember what version of Actionscript CFForm uses... Gimme a few to dig that up and I'll post the best one. !k -Original Message- From: Bruce Sorge [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 11:30 AM To: CF-Talk Subject:

RE: Outputting Dollar Format on Bind

2007-04-18 Thread Kevin Aebig
I believe you're right. Here's a class that you can include and use to format as you wish. It's well commented and easy to use... http://www.keslabs.com/downloads/CurrencyFormat.as !k -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 12:52

RE: Outputting Dollar Format on Bind

2007-04-18 Thread Kevin Aebig
. On 4/18/07, Kevin Aebig [EMAIL PROTECTED] wrote: I believe you're right. Here's a class that you can include and use to format as you wish. It's well commented and easy to use... http://www.keslabs.com/downloads/CurrencyFormat.as !k

RE: ffmpeg

2007-04-17 Thread Kevin Aebig
Don't quote me on this, but I believe that there was a way to do it with ffmpeg, but it requires quite a bit of hacking and slashing. !k -Original Message- From: Russ [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 10:23 AM To: CF-Talk Subject: RE: ffmpeg Speaking of ffmpeg, it

Global Component

2007-04-17 Thread Kevin Aebig
This might sound ridiculous, but I'm trying to have an easily accessible CFC that would be somewhat similar to a Custom Tag. I'm thinking that its possible, but for the time being I'm running blank. Thanks, !k -- [K n o

RE: Global Component

2007-04-17 Thread Kevin Aebig
this communication in error please return it to the sender or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Kevin Aebig To: CF

RE: Global Component

2007-04-17 Thread Kevin Aebig
or call our switchboard on +44 (0) 20 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:02:55 2007 Subject: RE

RE: Global Component

2007-04-17 Thread Kevin Aebig
- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:21:03 2007 Subject: RE: Global Component Mapping... perfect. One last question... is it possible to return a created Object back from a CFC? EX. cfcomponent displayname=kConnection cfset componentName = kConnection

RE: Global Component

2007-04-17 Thread Kevin Aebig
. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions. Visit our website at http://www.reedexpo.com -Original Message- From: Kevin Aebig To: CF-Talk Sent: Tue Apr 17 21:27:54 2007 Subject: RE: Global Component And out of curiosity why wouldn't

RE: Secure Web Service

2007-04-16 Thread Kevin Aebig
Depending how high end you want to go, you can actually do salted encryption (randomized) to everything you want to pass and decode it locally with the advanced features of the Encrypt tag. It's not necessary, but it does add another layer of security. We recently did this with a CF client to

RE: Webservice Issue

2007-04-12 Thread Kevin Aebig
You might need to clear the service stubs as I've found that sometimes they don't refresh when the service is changed. Watch for wrap... cfobject type=JAVA action=Create name=factory class=coldfusion.server.ServiceFactory cfset RpcService =

  1   2   3   4   5   6   7   >