CFMX 9 - Spell Check

2012-10-03 Thread ColdFusion Developer
Does anyone know a means to implement Spell Check functionality into the CFTEXTAREAs toolbar? I don't think CFMX 9 has a SpellCheck engine so I have to find an alternative. ~| Order the Adobe Coldfusion Anthology now! http

Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer
and CF 10 to use Windows Authentication like CF 9??? CF 9 works perfectly fine but I need ALL THREE to use Windows Authentications. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer
caliber vendor-authorized instruction at our training centers, online, or onsite. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

Re: Javascript error help!

2012-02-22 Thread ColdFusion Developer
TIME in both IE8 and IE9ů I REALLY need help here! Ken Hammo ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

AutoSave function?

2011-01-06 Thread ColdFusion Developer
. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340502 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http

Re: Where to put your code

2010-11-17 Thread Cutter (ColdFusion)
Some of it is a little dated... http://blog.cutterscrossing.com/index.cfm/General-Coding-Guidelines Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com

Excel?

2010-10-12 Thread ColdFusion Developer
the results of the questions? TIA! ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

Re: Sessions persist after server restart.

2010-09-21 Thread Cutter (ColdFusion)
Is it using the CLIENT scope, with vars in the db? Is it storing things in the COOKIE scope, and checking that scope on login for previously entered credentials? Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

Re: Key management for PCI DSS compliance

2010-08-13 Thread Cutter (ColdFusion)
Storing the key in the same db is ok, if you also encrypt the key. You might use a combination of the app name and the timestamp of the key record as the key to unencrypt the key (wow that's confusing). Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified

Re: Body too long: Re: cflayout question

2010-08-06 Thread Cutter (ColdFusion)
I haven't followed this thread too closely but, for reference, the 'center' region of cflayout should always fill the remaining space available by default. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer

Re: Syntax checking generated code: CF9

2010-08-06 Thread Cutter (ColdFusion)
I've never seen one, but if you come up with one please let us all know. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: onApplicationStart

2010-08-04 Thread Matt Coldfusion
cfset onApplicationStart() /cflock /cfif /cffunction Then add ?reinitApp=1 in any url to restart the app Will ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael

Re: SOT: HTML spec for mobile devices

2010-08-02 Thread Cutter (ColdFusion)
the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335923 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe

Re: Windows File Replication: Suggestions?

2010-07-28 Thread ColdFusion Developer
Just a thought in the way of CF, build the DirectoryListener and then fire off a script when it returns a change. I think Ray has a nice example of how to use one: http://www.coldfusionjedi.com/index.cfm/2007/10/29/DirectoryWatcher-and-ColdFusion-Image-Manipulation-Example On Wed, Jul 28, 2010

Re: Adobe no longer part of the OpenCFML committee

2010-07-23 Thread Cutter (ColdFusion)
http://www.adrocknaphobia.com/post.cfm/adobe-no-longer-part-of-opencfml Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: Problem with ColdFusion.Window.destroy

2010-07-16 Thread Cutter (ColdFusion)
I never found ColdFusion's destroy() implementation to work in CF8. Not sure why... Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: Problem with ColdFusion.Window.destroy

2010-07-16 Thread Cutter (ColdFusion)
No, he's trying to call the built in method to destroy a cfwindow. It is supposed to call the destroy() method of the underlying Ext object to remove it from memory. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

Re: CF9 Installer Error with Apache 2.2.14

2010-06-28 Thread Cutter (ColdFusion)
Look at the ACME Guide - http://www.acidlabs.org/public-speaking/goodies/ Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: coldfusion equivalent to php json_encode

2010-06-26 Thread Cutter (ColdFusion)
If you aren't using returnFormat: 'JSON' on your Ajax request calls, then you're probably working too hard. You can use the SerializeJson() method, if need be. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Cutter (ColdFusion)
Does it still maintain that restriction in CF9? I thought the EULA now provided for development use in a staging environment? I don't know of many staging setups that would only be hit by three IPs... http://www.terrenceryan.com/blog/post.cfm/coldfusion-9-testing-staging-and-development

Re: Problems with slashes in JSON

2010-06-10 Thread Cutter (ColdFusion)
Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com

Re: cfquery to json array

2010-06-07 Thread Cutter (ColdFusion)
Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com Richard White wrote: in fact toJson is even

Re: cfc accessing session scope - bad?

2010-05-20 Thread Cutter (ColdFusion)
Best practice is to pass in the session variable. There can be issues with calling a persistent scope directly within a CFC, typically around application performance and proper garbage collection. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional

Re: cfgridcolumn bgcolor

2010-05-17 Thread Cutter (ColdFusion)
Untested: Wouldn't it have to be bgColor=#(C1 EQ K?red:black)#? (you might have to use the hexadecimal color too) Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http

Re: Converting Video uploads with ffmpeg on a shared host

2010-05-13 Thread Cutter (ColdFusion)
Carey, I'm not positive of this, but I think you're only option is to move to a different host. Most shared environments would have this restriction, but a VPS solution would have the necessary sandbox. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional

Re: Which code reuse method?

2010-05-11 Thread Cutter (ColdFusion)
We set a variable in our onApplicationStart() method that looks at the server and defines an Application level variable for the server environment (which we'll move to the Server scope once we transition to CF9). Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified

Re: Is CFGRID in CF9 solid enough for heavy use for CRUD functionality?

2010-05-07 Thread Cutter (ColdFusion)
before passing it to the grid. For large datasets, this is handled much better at your SQL tier. There are many examples on this out on the web. It's fairly trivial with MS SQL, and really easy with MySQL. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional

Re: Using CKEditor with CF8

2010-04-20 Thread Cutter (ColdFusion)
Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com Thane Sherrington wrote: Hi All, Does

CF9 + W2k8 Migration

2010-04-12 Thread Cutter (ColdFusion)
Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com

Re: Easy application question

2010-04-12 Thread Cutter (ColdFusion)
Barney, Not to pick a fight, but what problems do you see with using Application.cfc? I, personally, find it to be a much better solution, so I am curious about your misgivings... Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia

Re: annoying table issue...

2010-04-08 Thread ColdFusion Developer
of the spacer gif differently than the td width, but that didn't help. I have been banging my head over this all day. Help!!! Any ideas? ~| Want to reach the ColdFusion community with something they want? Let them know

Re: Joni Mitchell and Cold Fusion

2010-04-08 Thread Cutter (ColdFusion)
Amazon S3 for the storage, and Amazon CloudFront for CDN delivery. That's the ticket... Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js

Re: FileExists using variable - not working

2010-04-08 Thread Cutter (ColdFusion)
We use this all over, though you don't need the hash marks. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Shopping Cart for subscription based purchases

2010-03-16 Thread coldfusion . developer
~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331798 Subscription: http://www.houseoffusion.com/groups/cf-talk

Re: Prevent Cross-Site Scripting in ColdFusion 5

2010-03-02 Thread Cutter (ColdFusion)
Have you checked CFLib.org yet? Great collection of UDF's. Maybe something there that can help you. Steve Cutter Blades Adobe Community Professional - ColdFusion Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com

Broken images in CFADMIN

2010-02-13 Thread ColdFusion Developer
thought this has something to do with one of the IIS options but can't remember which. Anyone else experience this? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: Cfloop List Multiple Charecter Delimiters

2010-02-12 Thread ColdFusion Developer
help. I think the answer to my original question is no ColdFusion doesn't support multiple character delimiters however there are a few options for replacements. Charlie, I actually have been using conditional statements like your example for instances where I need to use multiple character

Re: SOT: directory protection

2010-02-12 Thread ColdFusion Developer
link to the pdf, etc. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid

Re: Is it possible for a ColdFusion web service method to return an object?

2010-01-06 Thread Cutter (ColdFusion)
to be careful in how your cfc is crafted, and what methods are set for remote access, managing security, etc. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

CF MX 6.1 - zipping files

2009-12-16 Thread coldfusion . developer
I'm stuck with CFMX6.1 for our Intranet and need to zip up a csv file after I created it from a query output. Anyone have any ideas how zip functions were done back in the day? 8-) Thanks D ~| Want to reach the ColdFusion

Two Column Select Box?

2009-12-16 Thread ColdFusion Developer
! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329193 Subscription: http://www.houseoffusion.com/groups/cf-talk

Re: Two Column Select Box?

2009-12-16 Thread ColdFusion Developer
, Variables.lenMax - len(FirstColValue) / Then output #Variables.myTempFirstCol#|#Variables.mySecondCol# Since the first column will now be a fixed length everything should line up. Steve -Original Message- From: ColdFusion Developer [mailto:cfdev2...@gmail.com] Sent: Wednesday

Re: Two Column Select Box?

2009-12-16 Thread ColdFusion Developer
Thanks! Its ugly looking to use Courier but it works... On Wed, Dec 16, 2009 at 5:08 PM, Charlie Griefer charlie.grie...@gmail.comwrote: You'd need to style the option to use a fixed-width font. On Wed, Dec 16, 2009 at 2:03 PM, ColdFusion Developer cfdev2...@gmail.comwrote: Tried

Available CF Developer / Manage Servers / SEO and more ...

2009-12-16 Thread Coldfusion Developer
~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-jobs-talk/message.cfm/messageid:4268 Subscription: http://www.houseoffusion.com/groups/cf-jobs-talk

Writing query to a csv file

2009-12-09 Thread coldfusion . developer
)#,#TRIM(ed_phone_number)#,#TRIM(ed_extension)#,#TRIM(ed_submitted)#,#TRIM(ed_submitted)#,#TRIM(ed_state)#,#TRIM(ed_country)#,#TRIM(ed_zip_code)# addnewline=yes /cfloop /cfoutput ~| Want to reach the ColdFusion community

Re: C:\ColdFusion8\Mail\Spool

2009-12-08 Thread Cutter (ColdFusion)
See if this might help you: http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: cfc not returning results to CFSLELCT

2009-11-25 Thread Cutter (ColdFusion)
of the component. It may be a permissions issue you are having. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com

Re: cfgrid

2009-11-23 Thread Cutter (ColdFusion)
to the server. This does hit the server again to reload your grid, but it also ensures correct data after it re-renders. Check out the Ext.grid.GridPanel and Ext.data.Store API's on the ExtJs site for more information. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7

Re: cfgrid

2009-11-23 Thread Cutter (ColdFusion)
Right on the money! Man, that sounds so much easier than what I wrote ;) Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http

Re: JDK patch testing

2009-11-16 Thread Cutter (ColdFusion)
I would *ALWAYS* test system patches in development and staging, prior to putting them in production. Load Balance testing in staging is a must during this as well. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http

Re: Any recommandation for a command line video converter?

2009-11-11 Thread Cutter (ColdFusion)
FFMpeg? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 11/11/2009 9:47 AM, Claude Schneegans wrote: Hi

Re: Solution for Flash videos needed

2009-11-10 Thread Cutter (ColdFusion)
ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 11/9/2009 6:07 PM, Jordan Michaels wrote: Hmm... that's an unusual request. Usually you want a video to conform to your site's design

Re: CF LiveDocs

2009-11-09 Thread Cutter (ColdFusion)
CF 8 docs in FF appear to be hosed, while the 9 docs, and the 7 docs, came up with no problem Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: javascript and coldfusion

2009-10-20 Thread Cutter (ColdFusion)
I find it best to use ExtJs, for a number of reasons. One, it's bundled in ColdFusion, and I can rapidly prototype applications (using the cfajax tags), then build out full featured apps that directly resemble the prototypes. Licensing is not an issue, as we are licensed the use

Re: Shift from a single developer team to a multiple developer team

2009-10-20 Thread Cutter (ColdFusion)
must follow going forward Write standardized naming conventions (in your Coding Guidelines) of variables, directory and file structure, db architecture, HTML id's and classes, etc. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning

Re: javascript and coldfusion

2009-10-20 Thread Cutter (ColdFusion)
Especially since ExtJs started out as an 'extension' of YUI ;) And (and I'm not knockin JQuery) people should really look at ExtCore for basic DOM manipulation, ajax and effects... Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author

Re: Form validation question

2009-10-15 Thread Cutter (ColdFusion)
-validation/ Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 10/15/2009 2:05 PM, Les Irvin wrote: I'm working

Re: CF 9 + EC2

2009-10-08 Thread Cutter (ColdFusion)
My understanding, from the MAX info, is that the EC2 implementation is still in private beta. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: CF 9 + EC2

2009-10-08 Thread Cutter (ColdFusion)
Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 10/8/2009 12:20 PM, Agha Mehdi wrote: hmmm. that sucks. they should've been ready

Re: Formatting data in AJAX CFGRID

2009-10-05 Thread Cutter (ColdFusion)
, and specifically find the Ext.util.Format class. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 10/5/2009 9:35 AM

Re: Issue converting to Application.cfc from Application.cfm having UDF's

2009-09-23 Thread Cutter (ColdFusion)
Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 9/23/2009 6:36 AM, SANJEEV SINGLA wrote: I need help in converting

Re: cfform Flash and value

2009-09-10 Thread Cutter (ColdFusion)
to validate a Flash Form, as outlined in this post from Ray: http://www.coldfusionjedi.com/index.cfm/2005/9/20/Ask-a-Jedi-Flash-Form-Custom-Validation Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com

Re: cfform Flash and value

2009-09-10 Thread Cutter (ColdFusion)
prototyping, and even then I never use the 'flash' type form. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 9/10

Re: cfform Flash and value

2009-09-10 Thread Cutter (ColdFusion)
One other thing. Did you view source for the page? Are your values getting passed in to the call to create the Flash movie? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: cfform Flash and value

2009-09-10 Thread Cutter (ColdFusion)
). Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 9/10/2009 9:18 AM, Phillip Vector wrote: I'm not sure

Re: Security on CF8 Ajax Request

2009-09-08 Thread Cutter (ColdFusion)
around ensuring security of your data access. https://admin.adobe.acrobat.com/_a17673838/p90858137/ Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: Automated posting to Facebook, Twitter, and MySpace

2009-08-31 Thread Cutter (ColdFusion)
Mike, I won't tell you It's dead simple, as dealing with any outside API can have it's quirks. That being said, a quick search of RIAForge, for both 'Twitter' and 'Facebook', brings up multiple results for ColdFusion and AS3 bits for interoperating with those services. It does not bring up

Re: ColdFusion MX6.1: Using JavaScript with CFTREEITEM

2009-08-31 Thread Cutter (ColdFusion)
ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 8/31/2009 7:10 AM, SANJEEV SINGLA wrote: Hi All, I am using ColdFusion MX6.1 and want to build hirearchial tree using cftree

Re: submit one big form post of all tabs

2009-08-28 Thread Cutter (ColdFusion)
. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 8/28/2009 7:57 AM, Glyn Jackson wrote: I see, never mind back

Re: Cfemail issue(s)

2009-08-27 Thread Cutter (ColdFusion)
See if this post helps you any: http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: Cfemail issue(s)

2009-08-27 Thread Cutter (ColdFusion)
One of my co-workers, Andy Matthews, wrote an app for that: http://undelivrnator.riaforge.org/ Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: COM Ports

2009-08-26 Thread Cutter (ColdFusion)
Don't forget that he could also access a .NET object (CF 8 or higher) if he's on Windows. That would make more sense, on a Windows system, than going the Java route. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS

Re: Application.cfm to Application.cfc migration (Problems with Functions in Application.cfc)

2009-08-26 Thread Cutter (ColdFusion)
Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 8/26/2009 5:24 AM, SANJEEV SINGLA wrote: Hi All, I am migrating from application.cfm to applicaton.cfc and have following

Re: cfgridcolumn dropping 0 zeros from string

2009-08-05 Thread Cutter (ColdFusion)
It'll do that. You'll have to apply a custom column renderer. There is an Ext.utils.format class, containing a numeric format function where you can set your format. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS

Re: Form in CFWINDOW - currently CHEATING to get parent to refresh...

2009-08-03 Thread Cutter (ColdFusion)
previously mentioned to handle updating the db, then use the callback to call that template to update the region. JQuery would be a good option here. -- Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com

Re: Dynamic External Javascript Sheet

2009-08-03 Thread Cutter (ColdFusion)
JavaScript is valid, and use the cfcontent tag to tell the browser that it's a javascript file. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http

Re: cfgrid - data layout options vs some other method

2009-08-02 Thread Cutter (ColdFusion Related)
*can't* stack stuff, what's the next best cool way to get as close to the editing options that cfgrid offers? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing

Re: OT javascript

2009-07-30 Thread Cutter (ColdFusion)
Why would you have two selects with the same name? Radio Buttons? Sure. But not selects... Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http

Re: current row number in cfgrid

2009-07-28 Thread Cutter (ColdFusion)
,columnIndex,event){ // What do you want to do today? }); } Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com

Re: cfgrid

2009-07-17 Thread Cutter (ColdFusion)
Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com ~| Want to reach the ColdFusion community with something

Re: CF9 and Bolt in eWEEK

2009-07-17 Thread Cutter (ColdFusion)
Unfortunately Yoxos is building with Gallileo right now, and the CFB install doesn't appear to work properly with it. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book

Re: CF9 and Bolt in eWEEK

2009-07-17 Thread Cutter (ColdFusion)
no issues. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com

Re: uninstalling JRun4 from failed Coldfusion install.

2009-07-17 Thread Cutter (ColdFusion)
ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 7/17/2009 10:31 AM, Ian Skinner wrote: I tried to uninstall a failed developer edition ColdFusion 8.0.1 64bit installation on a Windows

Re: CF9 and Bolt in eWEEK

2009-07-16 Thread Cutter (ColdFusion)
No, I don't think it is. It ilooks to me as if there are large blocks of code, within ColdFusion Builder, that were written by Mark Drew (and it seems I have heard that somewhere). It stands to reason that they wouldn't interoperate, as ultimately they don't just have similar classes

SOT: Mango Blog

2009-07-15 Thread Cutter (ColdFusion Related)
they say it already exists. If you know somebody, please forward my message. Thanks. -- Steve 'Cutter' Blades Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://blog.cutterscrossing.com The best way to predict the future is to help create

Re: SOT: Mango Blog

2009-07-15 Thread Cutter (ColdFusion)
Thanks AJ Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 7/15/2009 9:26 AM, AJ Mercer wrote: Laura

Re: CF9 and Bolt in eWEEK

2009-07-15 Thread Cutter (ColdFusion)
Personal experience has been that installing as a plugin, rather than as a standalone, has allowed me greater flexibility when I wanted to flesh out my environment by including subclipse, etc. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co

Re: ssot: Ext window customization

2009-07-15 Thread Cutter (ColdFusion)
Don, Create a cfwindow, view the source code, nail down the path to Adobe's css file, then include that css file in your project directly to match-up your view. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http

Re: Ext Js 3.0 Released

2009-07-10 Thread Cutter (ColdFusion Related)
for people with different color look/feels without having to change any images at all and that is huge for rolling out multi-customer websites. Judah On Thu, Jul 9, 2009 at 2:37 PM, Cutter (ColdFusion)cold.fus...@cutterscrossing.com wrote: You're looking at the wrong bits. Ext Core is the same

Re: Using SWFOBJECT inside of a CFLAYOUT

2009-07-10 Thread Cutter (ColdFusion)
Check out http://extjs.com/forum/showthread.php?t=23983highlight=swfobject+flash http://extjs.com/forum/showthread.php?t=23983highlight=swfobject+flash Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http

Re: Ext Js 3.0 Released

2009-07-09 Thread Cutter (ColdFusion)
. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 7/9/2009 10:35 AM, Judah McAuley wrote: On Wed, Jul 8, 2009 at 8

Re: Ext Js 3.0 Released

2009-07-09 Thread Cutter (ColdFusion)
to change about 30. Spket can help, doing the entire library, if you're theming only entails color differences. I've never seen (or heard) of the themeroller engine for JQueryUI. I'll take a look at it. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co

Re: Ext Js 3.0 Released

2009-07-08 Thread Cutter (ColdFusion Related)
stuff. I have to say, some of the stuff they are working on is pretty damn cool. -Adam On Tue, Jul 7, 2009 at 9:30 AM, Cutter (ColdFusion) cold.fus...@cutterscrossing.com wrote: Ext Js, the force behind the ColdFusion Ajax components, has just released v3.0. This update, which

Ext Js 3.0 Released

2009-07-07 Thread Cutter (ColdFusion)
Ext Js, the force behind the ColdFusion Ajax components, has just released v3.0. This update, which will be included in ColdFusion 9 (according to the slide deck used when the Adobe User Group Tour stopped here in Nashville), is a significant upgrade, with many new features to take advantage

Re: Reality check

2009-07-07 Thread Cutter (ColdFusion)
, but possible. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 7/7/2009 10:24 AM, Phillip Vector wrote: Just need

Re: ssot: Ext window management question

2009-07-06 Thread Cutter (ColdFusion Related)
://blog.cutterscrossing.com/index.cfm/2009/5/13/CFQueryReader-v11 -- Steve 'Cutter' Blades Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://blog.cutterscrossing.com The best way to predict the future is to help create

Re: AJAX

2009-07-02 Thread Cutter (ColdFusion)
with something that looks exactly the same (since that's what they use under the hood). Shameless Promotion: Good Book? (See the signature block) Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning

Re: AJAX

2009-07-02 Thread Cutter (ColdFusion)
or Ext Core are both well suited. Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext-js/book _ http://blog.cutterscrossing.com On 7/2/2009 3:40 PM, webmas

Re: (ot) quick Ext question

2009-07-01 Thread Cutter (ColdFusion)
Not sure, the ExtJs forums are probably your best bet on this. Try: bodyStyle:'background-color:white;color:black;padding-left:10px;' Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http://www.packtpub.com/learning-ext

Re: (ot) quick Ext question

2009-07-01 Thread Cutter (ColdFusion)
You may also be better suited, with multiple attributes, to apply a class: bodyCssClass source/Panel.html#cfg-Ext.Panel-bodyCssClass: 'myWindowClass' Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer Co-Author of Learning Ext JS http

  1   2   3   4   5   6   7   8   9   >