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://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer

I agree. I can have them all running independently at the same time using
two stand-alones and one within IIS.
Just was unsuccessful at connecting the two stand-alones (CFMX 7 and CF10)
to use Windows Authentication.

Had everything up and running like that but the two stand-alones would
use anonymous access instead.

Was hoping there was a JRUN setting or something that would tie it
together Back to the drawing board I guess.




On Tue, Jul 3, 2012 at 10:58 AM, Russ Michaels  wrote:

>
> Using virtual machines as dave suggests is the easiest option.
> If this option is not viable for you then you could install each separately
> as standalone, which will create separate windows services, however they
> will conflict so you will only be able to have one running at a time. It is
> possible to get them all to run on different ports but is even more hassle
> you prob dont want.
>
> Regards
> Russ Michaels
> On Jul 3, 2012 3:46 PM, "Dave Watts"  wrote:
>
> >
> > > Goal: Run CFMX 7, CF 9 and CF 10 on same Development workstation (not
> > > connected to internet).
> > >
> > > Workstation: Running Windows 7 Exterprise with IIS 7 (*** Cannot use
> > Apache
> > > Web Server)
> > >
> > > Constraints:
> > > 1. CFMX 7 is only approved for Network 1
> > > 2. CF 9 is only approved for Network 2
> > > 3. CF 10 is not yet approved for any network
> > >
> > > Reason:
> > > 1. CFMX 7 -- is used by selected applications (and cannot upgrade to
> 8, 9
> > > or 10)
> > > 2. CF 9 is the main site for all applications
> > > 3. CF 10 is being used to begin migrating the CF 9 applications into CF
> > 10
> > > and submit as a proof of concept using latest technologies.
> > >
> > > Development Setup Process:
> > >
> > > 1. I am using CF 9 as the default IIS setup since it is more widely
> used
> > > across the applications.
> > > 2. CFMX 7 was being installed as a stand-alone server (Port 8500)
> > > 3. CF 10 was being installed as a stand-alone server (Port 8501)
> > >
> > > All three will run based on the setup process:
> > > CFMX 7:  http://localhost:8500/cfide/administrator/index.cfm
> > > CF 9:  http://localhost/cfide/administrator/index.cfm
> > > CF 10:  http://localhost:8501/cfide/administrator/index.cfm
> > >
> > > PROBLEM: How can I get CFMX 7 and CF 10 to use Windows Authentication
> > like
> > > CF 9???
> > >
> > > CF 9 works perfectly fine but I need ALL THREE to use Windows
> > > Authentications.
> >
> > If you really need all three to use Windows authentication, you need
> > all three to be connected to IIS.
> >
> > First, you'll need three separate virtual servers in IIS.
> >
> > Second, you'll need to uninstall the web server connectors for CF 9.
> >
> > Third, you'll need to install the web server connectors for each
> > version, ONLY to the IIS virtual server for that one site. Honestly,
> > I'm not entirely sure this will work, but it's what I'd try first.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> > http://training.figleaf.com/
> >
> > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> > GSA Schedule, and provides the highest 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://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351811
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Multi-Server install *help*

2012-07-03 Thread ColdFusion Developer

Okay, after raking my brain over the last few days, I cannot seem to get
this to work.

Goal: Run CFMX 7, CF 9 and CF 10 on same Development workstation (not
connected to internet).

Workstation: Running Windows 7 Exterprise with IIS 7 (*** Cannot use Apache
Web Server)

Constraints:
1. CFMX 7 is only approved for Network 1
2. CF 9 is only approved for Network 2
3. CF 10 is not yet approved for any network

Reason:
1. CFMX 7 -- is used by selected applications (and cannot upgrade to 8, 9
or 10)
2. CF 9 is the main site for all applications
3. CF 10 is being used to begin migrating the CF 9 applications into CF 10
and submit as a proof of concept using latest technologies.

Development Setup Process:

1. I am using CF 9 as the default IIS setup since it is more widely used
across the applications.
2. CFMX 7 was being installed as a stand-alone server (Port 8500)
3. CF 10 was being installed as a stand-alone server (Port 8501)

All three will run based on the setup process:
CFMX 7:  http://localhost:8500/cfide/administrator/index.cfm
CF 9:  http://localhost/cfide/administrator/index.cfm
CF 10:  http://localhost:8501/cfide/administrator/index.cfm

PROBLEM: How can I get CFMX 7 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/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351807
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Javascript error help!

2012-02-22 Thread ColdFusion Developer

Have you looked at this:
http://www.coderanch.com/t/119883/HTML-CSS-JavaScript/move-focus-control-because-it



On Wed, Feb 22, 2012 at 1:08 PM, Ken Hammond  wrote:

>
> I am running into this exact problem this guy had and cannot find a fix
> ANYWHERE.
>
> http://www.elliottsprehn.com/cfbugs/bugs/79033
>
> I can show some example code of mine but basically I'm having the same
> problem he is describing.  I have a hidden div with cfinputs that have
> masks and validation and I get the same error he is gettingů.  I don't have
> a problem in Safari, but I have the problem EVERY 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://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350036
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


AutoSave function?

2011-01-06 Thread ColdFusion Developer

Let me start by saying I have to do this using CFMX 7. (CFMX 8 and 9 is not
an option right now).

I have a form with MANY TEXTAREA elements. Once a user decides to update the
text within any of the fields,
I want to fire off an "autosave" type function for the single item.

So far it is working well in using JS and HTTP.OPEN request and the actual
TEXT is part of the URL scope.

ex: http.open('get','/autosave.cfm?id=1000&comment=this is my comment that I
want to save. This should be on the next line.');

It works very well BUT I lose the actual formatting of TEXT. It basically
becomes a single line as:

"this is my comment that I want to save. This should be on the next line."

instead of:

"this is my comment that I want to save.
This should be on the next line."

Items I have looked at are: using the JS escape() and unescape() functions
to populate the URL variable since it is built via JS.

I tried naming the main window such as:  myWin  and using JS on the
autosave.cfm file to obtain the value of the textarea field such as:
window.myWin.getElementById('mytxtfield').value and set that to a hidden
form field then do a dynamic form submission in thought that
I could maintain the formatting of the original text. But in this instance,
it indicates that "window.myWin" is not an object or is null.

I have verified that the window is being named as "myWin" (and spelled
correctly and used the same upper/lower case).

In lieu of just popping up a window with the textarea for the given field
and then saving it to the DB, then running a JS function to copy
the new text back to the parent window, is there another option to do inline
autosaves within CFMX 7?

Hopefully that made some sense as I can ramble at times.


~~~~~~~~~|
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://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 11/15/2010 4:13 PM, Paul Alkema wrote:
> Thanks for your feedback. You make some good points.
>
> Does anyone out there have any written coding standards or coding
> documentation that they would be willing to share? I would be interested in
> seeing what other development teams use as far as coding standards.
>
>
> 

~~~~~|
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:339334
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Excel?

2010-10-12 Thread ColdFusion Developer

I am looking to see what other developers are using to read excel files as
datasources?

Here is the scenarios:

User downloads an Excel file
Loads it on their tablet PC and walks around filling in questions (Yes/No &
Comment type questions)
-- If yes, no comment required
-- If no, comment required

Once all questions are answered, they upload the excel file to the server.

I need to read the answers (Yes/No - Comment) and save them to the database.

I can create the excel file as a single worksheet without any problem.
Since it is multiple users, what is the best approach for obtaining 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/message.cfm/messageid:338051
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 9/20/2010 1:45 PM, Eric Cobb wrote:
> So, I was working locally on an application today and I needed to
> restart my CF services.  Much to my surprise, after I bounced CF I came
> back to my application and I was not forced back to the login screen as
> I would have expected.  Rather, all of my session info was still there.
> I then shut down CF, clicked around in my application to make sure
> everything was down, then brought CF back up and my session info was
> still alive in my application.
>
> So, I did a little research and came across this
> (http://livedocs.adobe.com/coldfusion/8/htmldocs/sharedVars_02.html)
> where it states:
> /If you use J2EE session management and configure the J2EE server to
> retain session data between server restarts, ColdFusion retains session
> variables between server restarts./
>
> Ok, I'm using J2EE sessions, so now I know what's going on.  Now, my
> question is, how do I turn it off?  Adobe hints that you can configure
> the J2EE server to retain session data, but gives no clue as to where or
> how.  All I've found is the checkbox to enable/disable J2EE sessions.
>
> Also, is this something that is turned ON or OFF by default?  I'm just
> wondering if I accidentally turned it on, or if it's always been on and
> I never noticed it.
>


~~~~~|
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/message.cfm/messageid:337262
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 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/13/2010 8:52 AM, Dave Burns wrote:
> I have a client I'm helping with their PCI compliance effort. One question I 
> have is where to store the key that encrypts account numbers, etc. Right now, 
> it's in one location in their CF code. Is there a better practice? I 
> understand that storing it in the same database that contains the encrypted 
> data is a no-no (seems sensible). The cost of an external HSM box just for 
> key management seems prohibitive. Is there an easier way that others here 
> have used?
>
> Thanks,
> Dave
>
>
> 

~~~~~|
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/message.cfm/messageid:336256
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
_
http://blog.cutterscrossing.com


On 8/6/2010 9:18 AM, Dominic Watson wrote:
> I've made a script that remotely parses a fusebox application one
> fuseaction at a time (progress bar stylee). What I'd really like to do
> is, after each parsed file is created, test the syntax of the
> generated code (we've had problems and would like to verify there are
> no problems before we deploy the new parsed files). Does anyone know
> how to get hold of the syntax checking code under the hood (or over
> it) in CF9?
>
> TIA
>
> Dominic
>
> 

~~~~~|
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/message.cfm/messageid:336084
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 8/6/2010 3:44 PM, Victor Moore wrote:
> I think I found out why it's not working.
> In cflayout if I use the height in % the style declaration it
> disregards the&  and treats it as a pixel value.
>
> This is definitely a bug and should be fixed ASAP. Can't believe that
> has passed the original QA and even one year after the release it's
> not fixed
>
> I have tried to use jQuery to set the value after the window loads with no 
> luck.
>
> If anybody has any idea how to fix this (until Adobe) releases an
> update I will really appreciate.
>
> Thx
>
> Victor
>
> 

~~~~~|
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/message.cfm/messageid:336083
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: onApplicationStart

2010-08-04 Thread Matt Coldfusion

This doesnt work for me and I cannot work out why?
I run onApplicationStart in application.cfc and all my old application 
variables still exist, i have to restart the service all the time but i can't 
do this on my shared server. 








>>What is another way besides creating a temp file to explicitly reset
>>those variables?
>>Is there a way to make the Application expire and restart (sort of
>>speak)?
>
>Here's what I use:
>
>
>  
> throwontimeout="true">
>  
>
>  
>
>
>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-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335994
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOT: HTML spec for mobile devices

2010-08-02 Thread Cutter (ColdFusion)

  I would check out the HTML5 series of blog posts on the Sencha site:

(starts here)
http://www.sencha.com/blog/2010/05/23/html5-now-with-20-percent-more-internet/

Then do some travel through some of the links inside those posts. Every 
class-1 mobile phone has a browser supporting HTML5, with RIM 
(BlackBerry) being the next to join the fray (Can't speak to Windows 
Mobile. Can't seem to get any traction...). I would also invest the time 
to look into mobile frameworks like JQTouch and Sencha Touch.

Steve 'Cutter' Blades

On 8/2/2010 9:13 AM, Marc Funaro wrote:
> I'm looking for a basic web resource coover what would be considered best 
> practices for building a website that will be viewed on mobile devices... a 
> general reference guide/best practices document, that might cover (x)html, 
> css, etc... I can't seem to find the right keywords to Google with.  The last 
> mobile xml/html spec I could find was from 2001.  I knwo i could just wing it 
> and use basic html and go from there, but I'd rather follow at least a 
> proposed standard, if there is one.
>
> Thanks for any links you can provide!
>
> 

~~~~~|
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/message.cfm/messageid:335923
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 at 5:52 AM, Dominic Watson <
watson.domi...@googlemail.com> wrote:

>
> We have a bunch of Windows 2003 servers (not RC2) and I'd like to have
> a particular directory on them replicated in real time, i.e. file
> change on the master server instantly updates the slaves. In RC2 there
> appears to be some built in goodness for this, DFS Replication - but
> we don't have access to this. Does anyone have suggestions for a *Real
> Time* replication service that might perform the same task?
>
> N.B. I've considered using Robocopy on a scheduled poll or a CF
> EventGateway, but I'd much prefer a dedicated service.
>
> TIA
>
> Dominic
>
> 

~~~~~|
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/message.cfm/messageid:335781
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
_
http://blog.cutterscrossing.com



Dan Baughman wrote:
> Is there an official adobe announcement that it pulled out?
>
> On Thu, Jul 22, 2010 at 5:10 PM, Sean Corfield wrote:
>
>   
>> On Thu, Jul 22, 2010 at 12:20 PM, Gerald Guido 
>> wrote:
>> 
>>>>> Or support for Amazon Web services:  S3 (well before Adobe did),
>>>>>   
>>> My bad. Before I get a public tongue lashing...  I got Railo mixed up
>>>   
>> with
>> 
>>> OBD with the S3 support.
>>>   
>> Yup, Railo introduced the concept of "resources" quite a long time ago
>> (in Railo 2.0, back in 2007) that allows standard file tags to work
>> with ram, S3, ZIP files, FTP sites and even database tables.
>> --
>> Sean A Corfield -- (904) 302-SEAN
>> Railo Technologies, Inc. -- http://getrailo.com/
>> An Architect's View -- http://corfield.org/
>>
>> "If you're not annoying somebody, you're not really alive."
>> -- Margaret Atwo
>>
>>
>> 
>
> 

~|
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/message.cfm/messageid:335676
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



morgan l wrote:
> Many of the built-in CF stuff requires your javascript function declarations
> to be in the form of:
> destroyWin = function(){
> //stuff
> }
> Not sure if that's the case here, but worth a shot.
>
> On Fri, Jul 16, 2010 at 2:15 PM, Peter Terhorst 
> wrote:
>
>   
>> I'm opening a modal window and then when the form in that window is
>> submitted, destroying the window with ColdFusion.Window.destroy.
>>
>> I need the window to be destroyed because it will be opened multiple times
>> from the parent window and I need the URL of the modal window to refresh
>> each time it opens.
>>
>> On Apache under Windows (xampp), my code works nicely but after porting it
>> to our staging server where Apache runs under LINUX,
>> ColdFusion.Window.destroy throws an error: "ColdFusion.Window.destroy is not
>> a function".
>>
>> I've confirmed that both servers are running the same version of CF
>> (8,0,1,195765), up to date with all hotfixes.
>>
>> I don't think it will help, but here is my code, used for opening and
>> closing the window.  Any guesses or known history of a similar problem?
>>
>> the opener:
>> 
>> $(document).ready(function() {
>>
>>  $("#addbutton").click(function() {
>>// obtain the selected categoryID and sent it to dsp_paq.cfm to show
>> associated questions
>>var selectedVal = $("#categoryID option:selected").val()
>>var splitRes = selectedVal.split("|");
>>var categoryID = splitRes[0];
>>var qCnt = splitRes[1];
>>if(categoryID==0) {
>>  alert('Please select a Practice Area to add.');
>>} else {
>>  if(qCnt==0){
>>// if no questions just add the PA
>>
>>  
>> $.get('Client2/Apply/act_saveAnswers.cfm?categoryID='+categoryID,{},function(data){
>>  $("#practiceAreas").html(data)
>>})
>>  } else {
>>// show the modal popup for questions
>>ColdFusion.Window.create('answindow','Practice Area
>> Questions','Client2/Apply/dsp_paq.cfm?categoryID='+categoryID,{center:true,modal:true})
>>ColdFusion.Window.onHide("answindow", destroyWin);
>>  }
>>}
>>return false
>>  })
>>
>> });
>>
>> function destroyWin() {
>>// delete the window
>>ColdFusion.Window.destroy('answindow',true);
>>}
>>
>> 
>>
>>
>> 
>
> 

~|
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/message.cfm/messageid:335432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
_
http://blog.cutterscrossing.com



Peter Terhorst wrote:
> I'm opening a modal window and then when the form in that window is 
> submitted, destroying the window with ColdFusion.Window.destroy.
>
> I need the window to be destroyed because it will be opened multiple times 
> from the parent window and I need the URL of the modal window to refresh each 
> time it opens.
>
> On Apache under Windows (xampp), my code works nicely but after porting it to 
> our staging server where Apache runs under LINUX, ColdFusion.Window.destroy 
> throws an error: "ColdFusion.Window.destroy is not a function".
>
> I've confirmed that both servers are running the same version of CF 
> (8,0,1,195765), up to date with all hotfixes. 
>
> I don't think it will help, but here is my code, used for opening and closing 
> the window.  Any guesses or known history of a similar problem? 
>
> the opener:
> 
> $(document).ready(function() {
> 
>   $("#addbutton").click(function() {
> // obtain the selected categoryID and sent it to dsp_paq.cfm to show 
> associated questions
> var selectedVal = $("#categoryID option:selected").val()
> var splitRes = selectedVal.split("|");
> var categoryID = splitRes[0];
> var qCnt = splitRes[1];
> if(categoryID==0) {
>   alert('Please select a Practice Area to add.');
> } else {
>   if(qCnt==0){
> // if no questions just add the PA
> 
> $.get('Client2/Apply/act_saveAnswers.cfm?categoryID='+categoryID,{},function(data){
>   $("#practiceAreas").html(data)
> })  
>   } else {
> // show the modal popup for questions
> ColdFusion.Window.create('answindow','Practice Area 
> Questions','Client2/Apply/dsp_paq.cfm?categoryID='+categoryID,{center:true,modal:true})
> ColdFusion.Window.onHide("answindow", destroyWin);    
>   }
> }
> return false
>   }) 
>   
> });
>
> function destroyWin() {
> // delete the window
> ColdFusion.Window.destroy('answindow',true);
> }
>
>  
>
> 

~|
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/message.cfm/messageid:335428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
_
http://blog.cutterscrossing.com



J.B. Mentzer wrote:
> I'd like to install CF9 Server Standard on MacOS 10.6.4. XAMPP 1.7.3 is 
> installed, also. Both XAMPP and the OS have Apache 2.2.14 installed.
>
> When the CF9 installer gets to the point of "Configure Web 
> Servers/Websites", I add the relevant paths (are they correct?)
>
> Config Directory: /Applications/XAMPP/xamppfiles/etc
> Dir and FN of server binary: /Applications/XAMPP/xamppfiles/etc/httpd.conf
> Dir and FN of server control script: 
> /Applications/XAMPP/xamppfiles/bin/apachectl
>
> When I click the "Add Web Server Configuration" dialog's "OK" button, 
> this error is thrown:
>
> "Adobe ColdFusion 8 does not support this version of Apache. The 
> earliest support Apache version are 1.3.12 or later for Apache 1.x and 
> 2.0.43 or later for Apache 2.x"
>
> So, how do I get CF9 installed?
>
> Thank you!
>
> * JB *
>
> JB Mentzer
>
>
> 

~|
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/message.cfm/messageid:334896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



Richard White wrote:
> hi
>
> we have used php in the past with extjs, when validating data on the server, 
> if something fails we pass back the failure by writing:
>
> die(json_encode('reason for failure'));
>
> it must be encoded for extjs to use it properly
>
> however we cannot seem to find an equivalent in coldfusion, we have tried 
> cfabort and setting the showError attribute, and with the SerializeJSON but 
> doesnt appear to work
>
> dos anyone have any suggestions
>
> thanks 
>
> 

~~~~~|
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/message.cfm/messageid:334857
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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-changes-to-eula

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
_
http://blog.cutterscrossing.com



Paul Alkema wrote:
> That did it. Thanks.
>
> -Original Message-
> From: Charlie Griefer [mailto:charlie.grie...@gmail.com] 
> Sent: Wednesday, June 16, 2010 9:57 AM
> To: cf-talk
> Subject: Re: CF9 Developer Edition - IP Addresses
>
>
> On Wed, Jun 16, 2010 at 6:52 AM, Paul Alkema
> wrote:
>
>   
>> Does anyone know how to edit the allowed allocated IP addresses for the
>> 
> CF9
>   
>> developer edition license?
>> 
>
>
> AFAIK, not configurable.  The allowed addresses are 127.0.0.1, and whatever
> the first 2 addresses that hit the server are.
>
> You can reset them by restarting the CF service, but you can't configure
> which 2 external addresses they are.
>
>   


~~~~~|
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/message.cfm/messageid:334602
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Problems with slashes in JSON

2010-06-10 Thread Cutter (ColdFusion)

If Eric is returning a plain string, then there is no need to 
SerializeJson() the result, as all he needs is the string. That is why 
Eric is getting the additional slashes in his closing tag, because the 
SerializeJson() method is automatically escaping the slash characters.

I'll agree with Michael though. If you did get a Json return, and just 
parsed it to add the  tags in your doc you'll reduce your 
(unnecessary) server-side overhead. Returning the string is easier, but 
not necessarily best for you application or your code reusability.

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
_
http://blog.cutterscrossing.com



~~~~~|
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/message.cfm/messageid:334453
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cfquery to json array

2010-06-07 Thread Cutter (ColdFusion)

toJson is better if you have room for the server-side overhead, and 
don't mind writing methods that can't be used in any other scenario than 
via Ajax. CFQueryReader is solely a client side solution, so that you 
can reuse your server-side code in any way that you see fit.

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
_
http://blog.cutterscrossing.com



Richard White wrote:
> in fact toJson is even better for th job: http://tojson.riaforge.org/
>
>   
>> thanks, sorry dont think i was clear enough, i knew about 
>> serializejson but this doesnt work with extjs, in case anyone else 
>> stumbles on this post and is interested i found the following: 
>> http://blog.cutterscrossing.com/index.cfm/CFQueryReader 
>>
>> 
>>> Google is your friend:
>>>
>>> Search "cfquery to json" and get:
>>>
>>> http://www.coldfusionjedi.com/index.
>>>   
>> cfm/2007/9/20/Quick-and-Dirty-JSONQuery-Example
>> 
>>>
>>>   
>
>
> 

~|
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/message.cfm/messageid:334346
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



Matthew P. Smith wrote:
> Is it a bad practice to have a cfc access a session variable?  Should the
> session variable be passed in as an argument instead?
>
>
> 

~~~~~|
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/message.cfm/messageid:333835
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



Chad Baloga wrote:
> I am displaying a cfgrid from a bind and need certain rows to be a certain 
> color.  I am trying: bgColor="(C1 EQ K?red:black)" but doesn't seem to work. 
>
> 

~~~~~|
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/message.cfm/messageid:333763
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



Carey Duryea wrote:
> i am uploading the videos and after uploading the video i need to convert it 
> into flash format and for that i found ffmpeg to conver vedio into flv.. but 
> to run this exe to convert vedio into flv format i should have access to run 
> the  what to do for  a work around on this 
>
> 

~~~~~|
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/message.cfm/messageid:333636
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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



Shannon Rhodes wrote:
> I'm probably overthinking this, but I have a really simple snippet of code 
> that I want to make easily available to other developers in-house.  It takes 
> no input variables; all it does is figure out the correct link to reporting 
> services based on the server environment (dev/QA/prod).
>
> Given the simplicity, should this just be an include?  Or at most a UDF 
> (though I fail to see the point there, since you have to include those too, 
> and I'm not taking input parameters).  Definitely a custom tag or a cfc seem 
> like overkill.
>
> However, my secondary concern is that we do not have a process for sharing 
> code in-house so I could see whatever method I choose turning into a sort of 
> default method of code reuse (even when not appropriate).  Also, I'm thinking 
> if I'm really going to approach this properly I need to request a mapping to 
> a folder above the web root rather than simply throwing in a new folder and 
> calling it "cfincludes".  Mappings always turn into a PITA around here, but I 
> want to do this right.
>
> Advice for getting this team moving in the right direction (noting I am not 
> in management here)?  Thanks! 
>
> 

~~~~~|
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/message.cfm/messageid:333576
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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

2010-05-07 Thread Cutter (ColdFusion)

I tell everyone that the cfajax tags are great for rapid prototyping, 
but it's best to go straight ExtJs for production implementation on 
anything but the simplest work.

One of the biggest issues I've seen, in examples of paging with the 
cfgrid tags, is the use of the QueryConvertForGrid() method for creating 
your paged datasets. If performance is an issue, you will be much better 
served by writing a true paging query. The QueryConvertForGrid() method 
is basically taking on a QueryOfQuery approach, whereby your querying 
your entire recordset and filtering it down at the CF level 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
Advanced Macromedia ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com

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
_
http://blog.cutterscrossing.com



Eric . wrote:
> Playing with some CFGRID examples on ColdFusion 9, I noticed some major 
> slowdown without a lot of records being loaded.  Being on a locally hosted 
> server off my workstation that concerned me even more.
>
> I have a lot of CRUD pages for various parts of a management system we're 
> re-writing as a Software-as-a-Service app that would be great candidates for 
> a CFC that creates a CFGRID (or something similar) with dynamic functionality.
>
> However playing with my examples, I worry about real-world use and larger 
> datasets making them judge our app for something that isn't its fault.
>
>
> Currently I follow the old tried and true model of an HTML table that 
> displays data, a link to edit that goes to a form, etc.  Inline editing would 
> work great for a lot of these screens, so a grid-based format seems ideal.
>
>
> Has anyone had any great success with moving away from the old-school 
> approach to something a little more modern?
>
> I'm on a dual-core box with 2 gigs of ram, which might be a tad higher than 
> I'd expect from our users.  I'm looking for something that does what I need 
> it to do but without that "clunky" feeling.
>
>
> Am I just not customizing CFGRID well enough, or am I on to something you've 
> realized as well?
>
> 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/message.cfm/messageid:333506
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Using CKEditor with CF8

2010-04-20 Thread Cutter (ColdFusion)

Quick Google on this brought up a few links that might be helpful:

http://ajithmanmadhan.wordpress.com/2009/12/16/customizing-ckeditor-and-adding-a-new-toolbar-button/
 
(CF ref in the text)
http://cksource.com/forums/viewtopic.php?f=10&t=16602 (read through the 
comments)

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
_
http://blog.cutterscrossing.com



Thane Sherrington wrote:
> Hi All,
>   Does anyone have an example of using CKEditor with CF8?  I can't 
> find documentation on doing this, and I'm trying to make the switch 
> from FCKEditor.
>
> Thanks,
>
> T
>
>
>
> 

~~~~~|
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:333030
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 ColdFusion MX 7 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



Barney Boisvert wrote:
> Only a single Application.cfm file (note the capital 'A') will be run
> for a single request.  CF will look "up" the directory tree until it
> finds one, but it will stop it's search at the first one encountered.
> If you want to chain Application.cfm files as you propose, simply use
> CFINCLUDE to grab the parent one:
>
> 
>
> Unfortunately, Application.cfc is becoming a requirement for building
> CF applications, so you should switch to that.  It has a host of
> problems, but it's also the only way to get certain functionality with
> CF (ORM, default datasource, code-based mappings, etc.).  Hopefully
> Adobe will change that, but it seems unlikely.  Railo, by contrast,
> lets you use the full functionality without forcing you into
> Application.cfc and all the problems it provides.
>
> cheers,
> barneyb
>
> On Mon, Apr 12, 2010 at 7:01 AM, Brian Bradley  wrote:
>   
>> I think I misunderstand how to use application.cfm files.  I have a 
>> application.cfm file on the root and I set a group of session variables.  I 
>> have a folder off the root named products with an application.cfm file in 
>> it.  It was my understanding that the root application.cfm would take 
>> precedence to the subfolder's application.cfm and could share variables to 
>> the application.cfm like it could any page in that folder.  But when I call 
>> a variable in the sub application.cfm file to the higher level 
>> application.cfm, I get variable is undefined error.  Is that just not 
>> possible to share variables among application.cfm files even if they are 
>> hierarchically below a higher application.cfm file or am I doing something 
>> else wrong?
>>
>>
>> 
>
> 

~|
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:332841
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9 + W2k8 Migration

2010-04-12 Thread Cutter (ColdFusion)

We are considering moving from CF8 on 32-bit Windows 2003 to 64-bit CF9 
on Windows 2008. Anyone who has experience with this, if you could 
please give me your feedback on any issues you may have dealt with, 
hurdles you crossed, and gotchas that slowed your progress.

-- 
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
_
http://blog.cutterscrossing.com



~|
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:332836
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
_
http://blog.cutterscrossing.com



Fred Grainger wrote:
> Ok - I'm about to pull my hair out.
>
> I am using fileexists() function to determine whether a image file exists on 
> the server. When I type in the path it works fine, but when I use a variable 
> it always returns false.
>
> My code is like this:
>
> 
>
> 
> do something
> 
> do something else
> 
>
> The variable works everywhere else in the code. I am outputting it to the 
> browser and have double triple checked to make sure the variable value is 
> correct.
>
> I've been working on this a day and a half and cannot get it to work.
>
> HELP! 
>
> 

~|
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:332775
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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/book
_
http://blog.cutterscrossing.com



b...@bradwood.com wrote:
> The site seems pretty snappy to me.  I'd bet you are taking too much
> bandwidth with the media downloads.  If that truly is the problem, see
> if you can pay more for additional bandwidth, or most all the large
> media to an Amazon S3 bucket.  They charge peanuts.
>
> ~Brad
>
>
>  Original Message 
> Subject: Joni Mitchell and Cold Fusion
> From: Les Irvin 
> Date: Wed, April 07, 2010 3:22 pm
> To: cf-talk 
>
>
> Help me, I think I'm falling... here's an odd request for a certain
> individual. Joni's official site is hosted on a GoDaddy server (don't
> ask) running CF8. They keep shutting it down for overloading the
> server - asking me to streamline the code to avoid continued
> violations. 
>
>
> 

~|
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:332758
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: annoying table issue...

2010-04-08 Thread ColdFusion Developer

Based on the code snippets you provided, it will add the 1 pixel TD.

Do you have conditional logic around the last TD?

Can you paste the complete code snippet so it can be reviewed?
My initial thought is the conditional logic is not set up right.



On Wed, Apr 7, 2010 at 5:13 PM, Eric Roberts  wrote:

>
> I am having a browser rendering issue.  I have a dynamic table.  It is
> displaying radio buttons for a job assessment.  The assessment can have up
> to 10 responses, so the number of radio buttons is dynamic.  I have it set
> with 5 columns (a second row will show up if there are 6 or more
> responses).
> If there are less than 5 (from 6-9 responses) it puts radio buttons in the
> appropriate cells and then I use a spacer gif for the "empty cells", so,
> for
> instance, if there are 2 responses, you have:  button button blank blank
> blank.  The cells have borders (using images rather than the table border).
> Here's the code (it repeats the response cells if there are more than 5
> obviously.)
>
>
>
> 
>
> 
>
> 
>
> onMouseOver="document.getElementById('answer_detail_popup').style.cursor='de
> fault';stm(Text[1],Style[1])"
>
> onMouseOut="htm()"
>
> tabindex="-1">
>
>  
> name="assess_answer#GetAssess.CurrentRow#"
>
> id="assess_answer#GetAssess.CurrentRow#"
>
> checked="no"
>
> value="#get_answers.answer_id[1]#"
>
> required="no"
>
> passThrough="title='#get_answers.answer_label[1]#'">
>
> 
>
>  
>
>
>
>  
>
> 
>
>  height="30" border="0">
>
>
>
>
>
> The href is for an ajax call for a dynamic mouseover  label.  This snippet
> is repeated 5 times to generate the 5 cells across.cell width =
> 'width="20%"'
>
>
>
>
>
> This looks great in IE, but in FF, it adds a pixel to the last cell with a
> radio button to any rows that do not have 5 buttons.  Rows that are either
> blank or have 5 buttons render as expected.  I have tried adjusting the
> width 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 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332755
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Shopping Cart for subscription based purchases

2010-03-16 Thread coldfusion . developer

I'm looking for a shopping cart that I can use to take order that are 
subscription based on reoccurring purhases. I've looked at Google's offering 
which is EXPERIMENTAL and Authorize.net's service.  Can anyone recommend a 
service that easy to manage?  Both Google and Authorize.net require working 
with XML data and I'm not quite sure how to work with their integration. Any 
examples of how to work with that would be awesome!

http://developer.authorize.net/api/arb/

http://code.google.com/apis/checkout/developer/Google_Checkout_Beta_Subscriptions.html


~|
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/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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/learning-ext-js/book
_
http://blog.cutterscrossing.com



Donnie Carvajal wrote:
> I have an app that is written in ColdFusion 5 and there are several places in 
> the app where CGI.query_string is used to set the query string on the href of 
> an anchor tag.  I need a clean way to scrub the CGI.query_string variable.  I 
> can't use URLEncodedFormat because all of the ampersands and equal signs will 
> be encoded and then there won't be any query string variables.  I can't use 
> the application.scriptProtect variable because the app is in ColdFusion 5 and 
> it can't be upgrade to any version of ColdFusion MX without some major work 
> to fix errors.  Does anyone know of a UDF, custom tag, CFX, etc. that I can 
> use.
>
> Thanks,
>
> Donnie 
>
> 

~|
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:331271
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Broken images in CFADMIN

2010-02-13 Thread ColdFusion Developer

I know thatere was a webpage contributed to this issue but not able to find
it this round.

I know of the one from adobe but that is not the issue.

I have Windows 7 Home Premium installed with CF 9 Dev edition running under
IIS.
When I load up CF Administror the images are broken (Missing).

I 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 lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330703
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: SOT: directory protection

2010-02-12 Thread ColdFusion Developer

Why not route the downloads through a single CFM file (download.cfm?f=some
identifier) and then use CFCONTENT to serve up the PDF file.




On Fri, Feb 12, 2010 at 10:38 AM, Scott Mulholland wrote:

>
> We have an app with a protected area that just using a basic session check
> in application.cfm.  In the protected area there is a directory of PDFs.
>  No
> one can access them through the app without logging in.  If the person knew
> the url to the pdf though it would serve since application.cfm would not
> run
> to check the session.  Is there any quick way to secure these?  Maybe with
> windows authentication?  I know we could make a cfm page to look up and
> serve the file so the link to the pdf is never exposed but these are
> uploaded via a cms and the link put into the page by the client that would
> be more of a training exercise to make sure they are using the right 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:330648
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Cfloop List Multiple Charecter Delimiters

2010-02-12 Thread ColdFusion Developer

Why not make a duplicate of the list, use RegExp to replace "oat" with a
single delimiter such as a pipe "|" and then loop though the list. That way
you only have to do the loop once.




On Fri, Feb 12, 2010 at 9:12 AM, Paul Alkema wrote:

>
> Hey guys thank you all for your 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 delimiters, I just
> wasn't sure if there was a better way of doing this.
>
> Thanks though!
> Paul
>
> -Original Message-
> From: Leigh [mailto:cfsearch...@yahoo.com]
> Sent: Thursday, February 11, 2010 10:55 PM
> To: cf-talk
> Subject: Re: Cfloop List Multiple Charecter Delimiters
>
>
> > My answer was just... keep it simple :)
>
> Always good advice :)
>
>
>
>
>
>
> 

~|
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:330643
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2010-01-06 Thread Cutter (ColdFusion)

I don't have a ton of experience with web services, but I would think 
the answer is no. Web services generally return string representations 
of data, either in the form of XML or JSON. You could use something like 
cfajaxproxy to create a js proxy object to a cfc, but even then you 
would need 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
_
http://blog.cutterscrossing.com



Ian Skinner wrote:
> I am experimenting to see if it is possible for a ColdFusion web service 
> method to somehow return another object of some sort.  I am not having 
> any luck with either my code or searching Google, but I wanted to ask 
> before I gave this up as impossible.
>
>   My last experiment looked something like this:
>
> *webservice-test.cfm*
>
> 
>
> |#testObj.getID()#
> #testObj.getObj().myFunction("george")#
> 
> 
>
>  createObject("webservice","http://localhost/webservice.cfc?wsdl";)>
>
> #testWS.getID()#
> 
> 
> |
>
> *webservice.cfc*
>
> |
>  
>
>
>
>
>
>
>
>
>
>
>
>
> 
> |
>
> *webservice2.cfc*
>
> |
>  
>  
>  
>  
>  
> 
> |
>
> The top portion of the code that access the nested components locally 
> works exactly as expected.
>
> The lower portion of the first file that accesses the nested components 
> as a web service produce an empty string for the method that is supposed 
> to reference the second cfc file.  Is that what happens if one tries to 
> nest objects in a web service, or am I doing something wrong.
>
>
>
> 

~|
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:329443
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

>
> You'd need to style the option to use a fixed-width font.
>
> On Wed, Dec 16, 2009 at 2:03 PM, ColdFusion Developer
> wrote:
>
> >
> > Tried that as well. Does not line up.
> >
> > Ex:
> >
> >  3M |   XYZ Corporation
> >  ABCDY  |   AB Corporation of Delaware
> >
> > The first one is 2 characters and 5 spaces
> > The second one if 5 characters and 2 spaces
> >
> > Both equal 7 spaces :-(
> >
> > I am wondering if the is a CSS way to do it.
> >
> > On Wed, Dec 16, 2009 at 4:37 PM, DURETTE, STEVEN J (ATTASIAIT) <
> > sd1...@att.com> wrote:
> >
> > >
> > > Search through the data to get the largest length for the item in the
> > > first column.
> > >
> > > Then when you are doing your loop, do  > > FirstColValue & repeatString(" ", 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, December 16, 2009 4:29 PM
> > > To: cf-talk
> > > Subject: Two Column Select Box?
> > >
> > >
> > > Anyone develop a selectbox that shows two columns of data but only one
> > > value?
> > >
> > > Example:
> > >
> > > XYZ  |   XYZ Corporation
> > >  ABCD   |   AB Corporation of Delaware
> > >
> > >
> > > Goal is to still have the two columns aligned as well.
> > >
> > > TIA!
> > >
> > >
> > >
> > >
> > >
> >
> >
>
> 

~|
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:329199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Two Column Select Box?

2009-12-16 Thread ColdFusion Developer

Tried that as well. Does not line up.

Ex:

 3M |   XYZ Corporation
 ABCDY  |   AB Corporation of Delaware

The first one is 2 characters and 5 spaces
The second one if 5 characters and 2 spaces

Both equal 7 spaces :-(

I am wondering if the is a CSS way to do it.

On Wed, Dec 16, 2009 at 4:37 PM, DURETTE, STEVEN J (ATTASIAIT) <
sd1...@att.com> wrote:

>
> Search through the data to get the largest length for the item in the
> first column.
>
> Then when you are doing your loop, do  FirstColValue & repeatString(" ", 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, December 16, 2009 4:29 PM
> To: cf-talk
> Subject: Two Column Select Box?
>
>
> Anyone develop a selectbox that shows two columns of data but only one
> value?
>
> Example:
>
> XYZ  |   XYZ Corporation
>  ABCD   |   AB Corporation of Delaware
>
>
> Goal is to still have the two columns aligned as well.
>
> TIA!
>
>
>
>
> 

~|
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:329196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Two Column Select Box?

2009-12-16 Thread ColdFusion Developer

Anyone develop a selectbox that shows two columns of data but only one
value?

Example:

XYZ  |   XYZ Corporation
 ABCD   |   AB Corporation of Delaware


Goal is to still have the two columns aligned as well.

TIA!


~|
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/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 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:329185
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Writing query to a csv file

2009-12-09 Thread coldfusion . developer

I have a need to write the output from aquery to a csv file without headers.

I've seen many examples where you can write the output from a query to a CSV 
file.  However
most of the examples I've seen require that the file be created first with 
headers and then then
ourput from the query is appended. I've tried to skip the file create and 
header insertion but the
data doesn't write to the csv correctly.  

Any advice?


select *
from Employee_main



 

 


#TRIM(ed_first_name)#,#TRIM(ed_last_name)#,#TRIM(ed_fi_last_name)#,#TRIM(ed_title)#,#TRIM(ed_email)#,#TRIM(ed_reports_to)#,#TRIM(ed_department)#,#TRIM(ed_division)#,#TRIM(ed_location)#,#TRIM(ed_phone_number)#,#TRIM(ed_extension)#,#TRIM(ed_submitted)#,#TRIM(ed_state)#,#TRIM(ed_country)#,#TRIM(ed_zip_code)#


  




~|
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:329004
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
_
http://blog.cutterscrossing.com



John M Bliss wrote:
> So this AM, my production server had not sent me my usual batch of emails
> (via cfmail).  I went to Server Settings > Mail, checked Verify mail server
> connection, clicked Submit Changes, and received Connection Verification
> Successful.  I stopped and restarted my SMTP server and then noticed that
> email I was expecting to receive was sitting in C:\ColdFusion8\Mail\Spool.
> I stopped and restarted the CF server (CF 8 with CHF 4) and now all of the
> mail is being delivered.
>
> Is this a fluke?  Known issue?  Anything I can do to prevent it from
> recurring?
>
> Thanks!
>
>   


~~~~~|
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:328948
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfc not returning results to CFSLELCT

2009-11-25 Thread Cutter (ColdFusion)

In your test, I would structure the URL as:

http://www.mysite.com/admin/email/art.cfc?method=getGROUPS&returnFormat=JSON&[whatever
 
name value pairs you need for your method]

Otherwise, hitting the component direct, without a query string, would 
try to load the component browser/javadoc layout 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



Les Mizzell wrote:
> I've got a group of CFSELECTS that were working before a site moved, but 
> now, not. Nothing is being returned to the CFSELECTS
>
> id="theCATS"
>bind="cfc:art.getCATS()"
>bindonload="yes">
>Select a Category
>   
>
> id="sendGROUP"
>bind="cfc:art.getGROUPS({theCATS})"
>bindattribute="HTML"
>queryPosition="Below">
>Select a Group
>
>
>
>
> If I try to access the cfc directly in the browser:
> http://www.mysite.com/admin/email/art.cfc
>
> I get an error:
> File not found: /CFIDE/componentutils/cfcexplorer.cfc
>
>
> Checking the CFADMIN, file path is defined:
> C:\inetpub\wwwroot\CFIDE
>
> Checking the files, the path is correct.
>
> Ideas? Not sure what to try next...
>
>
> __ Information from ESET NOD32 Antivirus, version of virus signature 
> database 4635 (20091125) __
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
> 

~|
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:328662
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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://blog.cutterscrossing.com



Won Lee wrote:
> NVM.  I just reread your post and realized what you were trying to teach me.
>
> Basically,
>
> The user types data into the first row.  I put that row into the DB.  Update
> the datastore.  Reload the Grid.  then the user can click on insert again
> and a new row will be appended to the grid.  Repeat as many times as
> necessary.
>
> Thanks for the help.
>
>
> 

~~~~~|
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:328627
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfgrid

2009-11-23 Thread Cutter (ColdFusion)

Ah, yes. But, a complete ExtJs solution would be much more...

OK, that (not) said, cfgrid does have problems with multiple insertions. 
Or, rather, it doesn't really deal with them well. When you insert a 
line, it gives the underlying Ext store record some default values. This 
includes the id, which could be either '0' or empty. Once you've posted 
back to the server, if you haven't updated that record with the id given 
at the server level, then the next time you attempt to insert a line...

Well, you get the idea. What you might do is reload the data store after 
inserting 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 Developer

Co-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com



Won Lee wrote:
> Using CF9 Developer edition
> version 9. 0. 0. 251028
>
> Anyone else have issues with trying to insert more than one row in cfgrid?
>
> 
>  select * from l_outcomes
> 
> 
>  select * from l_serious_criteria
> 
> 
> 
> 
>   delete="yes">
>   
>mask="dMY">
>valuesdisplay="#variables.outcome#" select="true">
>mask="dMY">
>values="#variables.serious#" valuesdisplay="#variables.serious#"
> select="true"  width="600">
>  
> 
>
> I rather not have to build out all the ext for a new grid.
>
>
> 

~|
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:328620
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 11/16/2009 12:02 PM, Raymond Chiu wrote:
> A JDK patch boogered up our Coldfusion site.
>
> Is there a regression test out there that will exercise the JDK to determine 
> any shortcomings created by a JDK patch?
>
>
>
> 

~~~~~|
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:328432
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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,
>
> Can any one recommand a good command line video converter for Windows
> that could
> - be executed from ColdFusion (any command line converter should do it)
> - convert to FLV Flash format;
> - retrieve metadata from input file like duration, original width and
> height;
> - extract thumbnail images;
> - reasonable price ie below 300$
>
> So far, the best candidate seems to be Total Video Converter Command line,
> http://www.effectmatrix.com/total-video-converter-command-line/help.htm#cmdlineParam
> but $386 seems just a bit excessive to me
>
> Thanks
>
> 

~~~~~|
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:328265
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Solution for Flash videos needed

2009-11-10 Thread Cutter (ColdFusion)

See this message thread for info on how to get meta content from flash

http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327231

I would think (but I could be wrong) that it also applies to flv format.

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/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.
>
> That said, you *might* be able to do it with FFMPEG. FFMPEG can do a LOT
> of things, plus, this grid says FFMPEG can read FLV files:
>
> http://ffmpeg.org/general.html#SEC4
>
> Get the size however I'm not sure. I haven't had a reason to work
> with that sort of thing, so I've never researched it. You'll have to dig
> around a bit to find out.
>
> Hope this helps.
>
> Warm regards,
> Jordan Michaels
> Vivio Technologies
> http://www.viviotech.net/
> Open BlueDragon Steering Committee
> Adobe Solution Provider
>
>
> Claude Schneegans wrote:
>
>>   >>OpenBD uses FlowPlayer, which is actually pretty slick:
>>
>> Pretty clean and simple indeed.
>> And the domain name unlimited licence is most convenient also.
>>
>> Just one question: do you know if it is possible to get the actual width
>> and height from the flv file
>> in order to adapt the size of the viewer accordingly ?
>>
>>
>>  
> 

~|
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:328174
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
_
http://blog.cutterscrossing.com


On 11/9/2009 3:42 PM, Steve Keator wrote:
> Anyone else having a problem accessing them besides me?  Two computers /
> OS'es and 4 different browsers later, I'm still having an issue.
>
>
>
> Any thoughts?
>
>
>
> 

~~~~~|
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:328148
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 10/20/2009 10:27 AM, James Holmes wrote:
> I'd cut two from that list; just use jQuery and ExtJS (with the jQuery
> connector).
>
> mxAjax / CFAjax docs and other useful articles:
> http://www.bifrost.com.au/blog/
>
>
> 2009/10/20 Tony Bentley:
>
>> I would suggest using YUI, ExtJS, JQuery and Prototype. Each one has an 
>> independent value that the others do not carry. For instance, when using the 
>> CFAJAXPROXY, you are using the Prototype library. For UI windows, 
>> navigation, etc you are using ExtJS. When building custom controllers or 
>> doing your own DOM manipulation I would suggest JQuery for ease of typing 
>> syntax. YUI is an alternative to JQuery. I have never used it but there are 
>> enough apps built on the framework to make it a worthy option.
>>  
> 

~|
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:327383
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2009-10-20 Thread Cutter (ColdFusion)

There are several things that I would suggest, in moving from a single 
developer to team development dynamic:

Source Control is critical (personal pref - VSS doesn't cut it, go to 
SVN or Git)
Developers should/must setup/maintain their own development environments
Development and initial testing should be done locally (on user's 
desktop), QA and final testing on a centralized staging server, then 
finally deploy to production
Local, Staging, and Production environments should match each other as 
closely as possible
Establish a good set of Coding Guidelines, that everyone on the team 
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 Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 10/20/2009 8:13 AM, Eric Cobb wrote:
> A friend of mine originally asked this question on LinkedIn's ColdFusion
> Programmers group but didn't get much response, so I told him I would
> post it here to see what you guys thought.  His original post can be
> seen here: http://bit.ly/4aJjes
>
> Here's his post:
>
> "I have been the primary developer on an application for a number of
> years and we have recently gotten the additional resources to bring on 3
> more programmers.
>
> I am excited and terrified. We have a Visual Source Safe environment set
> up for file sharing management, but I am curious if anyone has made this
> transition and has any tips for how to head off issues down the road.
>
> The application is somewhat modular, but certainly not to an object
> oriented extent. I am no project manager and am fearful that without
> proper planning we are going to be stepping on each other's toes an
> awful lot. "
>
>
>


~|
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:327372
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 of 
the library with the server. It is also the largest (that I know of) 
consistent library of components available. What that means is that, 
aside from being a very large library of client side components, the 
internal make up and methods of those components are consistent as well, 
making it easy to code and manage because the objects and method calls 
maintain familiarity between each other. (not sure if I explained that 
well, but hopefully you get what I mean). It is also very easy to write 
one's own user extensions to the library, creating your own reusable set 
of components for specific tasks.

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/20/2009 8:54 AM, Richard White wrote:
> Hi,
>
> we are doing a review of the best javascript components libraries to use with 
> coldfusion, e.g. jquery, extjs, dhtmlx, etc...
>
> what are your experiences of the above and others?
>
> thanks
>
> richard
>
> 

~~~~~|
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:327370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Form validation question

2009-10-15 Thread Cutter (ColdFusion)

The JQuery Validate plugin has a method whereby, aside from any standard 
checks you put in place (not empty, alphanumeric only, etc), it will 
make an Ajax request and assign a field it's validation status based 
upon the Ajax status return.

http://bassistance.de/jquery-plugins/jquery-plugin-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 on a site where people register and choose their own
> username.  In the registration form I'd like to, onBlur from the
> username field, immediately check to see if that username is already
> in use and if so, trigger an alert that returns them to the field.
>
> What's the best way to do this?
>
> Thanks in advance for any help.
> Les
>
> 

~~~~~|
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:327259
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF 9 + EC2

2009-10-08 Thread Cutter (ColdFusion)

With the core product being ready, I'm kind of glad they took the 
marketing opportunity they had with MAX to push a new release to the 
masses. There next big marketing opp would not have had such a diverse 
audience, and it would probably have been a year from now.

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/8/2009 12:20 PM, Agha Mehdi wrote:
> hmmm. that sucks. they should've been ready with the AMI before the product
> launch.
>
> On Thu, Oct 8, 2009 at 9:38 AM, Cutter (ColdFusion)<
> cold.fus...@cutterscrossing.com>  wrote:
>
>
>> 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
>> _
>> http://blog.cutterscrossing.com
>>
>>
>> On 10/8/2009 11:33 AM, Agha Mehdi wrote:
>>  
>>> So now that the new version is out, what are the steps to set it up in
>>>
>> EC2
>>  
>>> (Amazon)? Anyone on this list working on it?
>>>
>>>
>>>
>>>
>>
>>  
> 

~|
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:327041
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
_
http://blog.cutterscrossing.com


On 10/8/2009 11:33 AM, Agha Mehdi wrote:
> So now that the new version is out, what are the steps to set it up in EC2
> (Amazon)? Anyone on this list working on it?
>
>
> 

~~~~~|
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:327039
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Formatting data in AJAX CFGRID

2009-10-05 Thread Cutter (ColdFusion)

The first step is to add a custom cell renderer to a column. Take a look 
at this post for info on that:

http://blog.cutterscrossing.com/index.cfm/2007/11/30/CF8-Ajax-Grid-Renderers-and-Events

Then, you'll want to tap into the underlying Ext library. Take a look at 
the ExtJs 1.1 API, 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, Pete Ruckelshaus wrote:
> I'm using an Ajax CFGRID control and I'm looking for a way to format some of
> the numeric content.  The current content is something like
> "38.33" and I'd like to shorten it to a number format along the
> lines of "38.33" (i.e. only 2 decimal places).  How might I accomplish this?
> Next up, I'd like to make it so that I can click on a column in my grid and
> have it open a CFWINDOW containing specific content.  Is this possible?
>
> Thanks,
>
> Pete
>
>
> 

~|
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:326901
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

2009-09-23 Thread Cutter (ColdFusion)

Why don't you just but your UDF's in your Application.cfc directly? Then 
those functions are automatically available from anywhere within your 
Application.cfc. Otherwise, I would put those functions within a utility 
cfc, which you could place in an APPLICATION scoped variable inside your 
onApplicationStart() method, which you could then access from anywhere 
within your application. Either method should force you to re-evaluate 
how you set and reset your scope variables, and you will probably find 
better ways of doing these things than you may have used in the past.

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/23/2009 6:36 AM, SANJEEV SINGLA wrote:
> I need help in converting application.cfm to application.cfc. I have
> few functions defined in my current application.cfm, out of which few
> are called within application.cfm only.
>
> One of the function I have in my application.cfm is like as below:
>
>
> TYPE="variableName">
> default="#Arguments.ObjectName#">
>
>
> ("Application.Obj.#Arguments.ObjectName#") OR ISDefined
> ("Application.CFCReload.#Arguments.ObjectName#")>
> 
>  name="#Arguments.ObjectName#" type="EXCLUSIVE">
>  component="\CMP\#Arguments.ObjectName#">
> 
>  Arguments.ObjectName, "True")>
> 
> 
>
> ("Application.Obj.#Arguments.LocalName#")>
> 
>
> In my Application.cfm loadAppCFC is used  as below:
>
>  Application.ini.debug.ReloadObjects)>
>
>  comUDF is again a CFC file containg UDF's.
>
> Now when I am converting the code to application.cfc I inlcuded
> onApplicationStart, OnSessionStart and OnRequest events. I separated
> all the udf's into one file (all_udf.cfm) and I am including them as
> below:
>
> 
> 
> 
> 
> 
>
> I also included that file under onApplicationStart as below:
> 
> 
>
>
>
> But I am still getting the error as "COMUDF is undefined". Please see
> if anyone can provide any pointers in this regard..
>
>
> Thanks!
> Sanjeev Singla
>
> 

~|
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:326535
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform Flash and value

2009-09-10 Thread Cutter (ColdFusion)

If you don't see something like name/value pairs, for the fields and 
your values, in the source as flashvars in the object creation call, 
then I can't see how it would ever load your data.

UPDATE: I just checked cfquickdocs, and discovered the following 
information regarding the 'value' attribute of cfinput, in conjuction 
with the 'flash' cfform type:

'Flash: optional; specifies text for button type inputs: button, submit, 
and image.'

That seems to suggest that you would *not* be able to set the value of 
the field of a Flash Form (it says, basically, the HTML works as expected).

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..
>
> It just shows the flash player being loaded in the source.
>
> On Thu, Sep 10, 2009 at 7:10 AM, Cutter (ColdFusion)
>   wrote:
>
>> 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
>> _____
>> http://blog.cutterscrossing.com
>>
>>
>> On 9/10/2009 9:00 AM, Phillip Vector wrote:
>>  
>>> On Thu, Sep 10, 2009 at 6:57 AM, Cutter (ColdFusion)
>>> wrote:
>>>
>>>
>>>> To prepopulate the form elements of the Flash Form, you'd have to use
>>>> the 'value' attribute of your various form tags:
>>>>
>>>> >>> />
>>>>
>>>>  
>>> Umm.. How is that different from..
>>>
>>> >> message="" id="Note" size="50" value="#AllConventions.Note#" />
>>>
>>> I don't see anywhere that I'm using javascript to populate the fields.
>>> AllConventions is the name of the query and Note is a column in said
>>> query.
>>>
>>>
>>>
>>
>>  
> 

~|
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:326199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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
_
http://blog.cutterscrossing.com


On 9/10/2009 9:00 AM, Phillip Vector wrote:
> On Thu, Sep 10, 2009 at 6:57 AM, Cutter (ColdFusion)
>   wrote:
>
>> To prepopulate the form elements of the Flash Form, you'd have to use
>> the 'value' attribute of your various form tags:
>>
>> 
>>  
> Umm.. How is that different from..
>
>  message="" id="Note" size="50" value="#AllConventions.Note#" />
>
> I don't see anywhere that I'm using javascript to populate the fields.
> AllConventions is the name of the query and Note is a column in said
> query.
>
> 

~|
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:326195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfform Flash and value

2009-09-10 Thread Cutter (ColdFusion)

Hmmm. Yeah, I missed that part of your email. Sorry about that.

If the query has a record, then I would think your use case would work. 
Did you dump it prior to the form? Is the form in a cfoutput statement? 
I'd like to help, but honestly I never use cfform in anything other than 
rapid 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/2009 9:00 AM, Phillip Vector wrote:
> On Thu, Sep 10, 2009 at 6:57 AM, Cutter (ColdFusion)
>   wrote:
>
>> To prepopulate the form elements of the Flash Form, you'd have to use
>> the 'value' attribute of your various form tags:
>>
>> 
>>  
> Umm.. How is that different from..
>
>  message="" id="Note" size="50" value="#AllConventions.Note#" />
>
> I don't see anywhere that I'm using javascript to populate the fields.
> AllConventions is the name of the query and Note is a column in said
> query.
>
> 

~|
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:326193
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: cfform Flash and value

2009-09-10 Thread Cutter (ColdFusion)

Phillip,

To prepopulate the form elements of the Flash Form, you'd have to use 
the 'value' attribute of your various form tags:



You cannot use JavaScript to populate or validate a Flash Form. You can 
use ActionScript 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/learning-ext-js/book
_
http://blog.cutterscrossing.com

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/9/2009 11:21 PM, Phillip Vector wrote:
> I get that value is not a part of the cfinput if the cfform is set to flash.
>
> So how do I populate the form with the values from the query I have set up?
>
> Right now, I have..
>
>method="post"
> action="#myself#CalendarAdmin.UpdateInfo">
>   
>   
>name="Note" type="text" required="false"
> message="" id="Note" size="50" value="#AllConventions.Note#" />
>   
>   
>       
>
> A cfdump shows AllConventions has 1 record. So how do I prepopulate the field?
>
> 

~|
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:326191
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Security on CF8 Ajax Request

2009-09-08 Thread Cutter (ColdFusion)

I would suggest watching Simon Free's excellent presentation on Creating

Public Facing API's, which would apply to Ajax applications, Flex and
Flash based applications, AIR applications, and more. He presented this
to the Nashville CFUG a while back, and I seem to remember some very
nice ideas 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
_
http://blog.cutterscrossing.com



~~~~~|
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:326100
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion MX6.1: Using JavaScript with CFTREEITEM

2009-08-31 Thread Cutter (ColdFusion)

Sanjeev,

Forgive me if my memory is faulty (6.1 is a little dated), but isn't the 
cftree implementation in 6.1 a Java Applet? You might want to look at 
ExtJs. I know that the ColdExt project supports the ExtJs based Tree.

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/31/2009 7:10 AM, SANJEEV SINGLA wrote:
> Hi All,
>
> I am using ColdFusion MX6.1 and want to build hirearchial tree using cftree 
> and cftrritem. The problem I am facing is that upon click of the nodes (child 
> nodes only not folders) I want to have some functionality.
>
> I am trying to usehttp://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325874
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 
anything for 'MySpace', since so few actually want to touch it (I 
guess), but MySpace is written on top of ColdFusion, even if it is the 
ASP/ColdFusion mix that BlueDragon allows. A quick look at their site 
does show a 'Developers' section, for their 'MySpace Open Platform'.

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/31/2009 2:07 AM, Mike Kear wrote:
> I have an association with a group of musicians (by that I mean
> several hundred bands,  not just 5 musicians) who have a need to
> automate their web sites.   They spend a lot of time updating bios,
> entering gig dates,  uploading song samples etc,  and having to do it
> several times to their name web sites, face book, myspace,  CD
> outlets, radio publicity sites etc.There is a need to automate a
> lot of the work.
>
> For this, I would anticipate needing to send data automatically to the
> musicians'  Facebook, Twitter, and MySpace accounts amongst other
> places.  Has anyone done that?   Can anyone help me with some
> first-hand experience?  (I dont need links to Facebook Twitter and
> MySpace help resources - i've already done that - i'm interested in
> teh "REAL" story - is it as easy as they say for CF to talk to them?)
>
> (sidenote:   I ask this question because I learned a valuable lesson
> years ago,  the first time i tried to set up online CreditCard
> processing on a site - the help files from the Australian Commonwealth
> Bank made it all look a piece of cake,  about an hour's work at most,
> and not very hard work at that.  When i actually came to do the work
> though,  the alarm bells rang when i phoned up to set up the service,
> I had to pay $385 for them to tell me that "ColdFusion is only a minor
> technology and we don't support it".   The project went downhill from
> there, getting harder every time i asked a question.   It's not like
> that nowadays but i had learned a valuable lesson.So I always look
> for the 'gotcha' on these things now.  I want to see if anyone has
> actually done it or if they're only going by the optimistic spin in
> the help docs)
>


~|
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:325873
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: submit one big form post of all tabs

2009-08-28 Thread Cutter (ColdFusion)

I can't see why you wouldn't be able to. The tabs are an implementation 
of ExtJs 1.1, and I've done it with that. As long as the tab container 
is wrapped in your opening and closing  tags, and you aren't 
remotely populating the tab contents (via an ajax load) then it should 
be 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 8/28/2009 7:57 AM, Glyn Jackson wrote:
>  I see, never mind back to the drawing board. thanks.
>
>  

~~~~~|
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:325834
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
_
http://blog.cutterscrossing.com


On 8/27/2009 10:02 AM, Rick Root wrote:
> On Thu, Aug 27, 2009 at 10:55 AM, Victor Moore  wrote:
>
>> Is it possible to re-send the emails, short of restarting CF?
>>  
> I can't answer the other questions, but I don't know of any way to
> kick-start the mail spooler once it dies without restarting
> Coldfusion.
>
> This happens to use often enough where we have a process that monitors
> the spool directories and if it finds files older than a certain time,
> it will send us an alert that CF needs restarting due to a mail spool
> backup.
>
>


~~~~~|
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:325778
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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
_
http://blog.cutterscrossing.com


On 8/27/2009 9:55 AM, Victor Moore wrote:
> Hi all,
>
> I have a couple of issues with cfmail.
> Environment: Windows 2003, CF8.01 ent
>
> The server stopped sending emails
> After checking the logs .I found out that it stopped after complaining
> that one email had "Invalid Address" which is strange because I check
> all emails using isEmail () before sending and I looked at all the
> emails in the spool directory and none have any bad email
> addresses.The one that CF was complaining about had 500 email
> addresses but all are valid.
> After that, no emails are sent out. They just sit in the spool
> directory. I have tried to move them in and out, play with CF admin
> mail settings but no luck.
> Somehow the original message caused CF server to ignore mail messages
> in the spool directory.
> So my questions are:
>
> Is it possible to re-send the emails, short of restarting CF?
> Second why would an email fail with Invalid address if all the emails
> are valid email addresses.
> Third, why will that error cause CF server to black out and stop
> sending emails (even if after I have manually removed the so called
> offending email with Invalid Address)
>
> Thanks
> Victor
>
> 

~|
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:325774
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2009-08-26 Thread Cutter (ColdFusion)

I would take your UDF's, put them into their own utility CFC, and load 
the CFC into the APPLICATION scope during onApplicationStart(). If you 
ever need to reload the CFC, you could always rerun your 
onApplicationStart() method.

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/26/2009 5:24 AM, SANJEEV SINGLA wrote:
> Hi All,
>
> I am migrating from application.cfm to applicaton.cfc and have following 
> issues.
>
>
> In my application.cfm I have some statements like :
>
>   Application.ini.debug.ReloadObjects)>
>
> The loadAppCFC method is defined within the Application.cfm itself. There are 
> few other functions which are defined in Application.cfm and are used in 
> Application.cfm (as above example.)
>
> Noe the comUDF is again a cfc which has many user defined functions which are 
> required on every page.
>
> The other methods defined directly in Application.cfm are also required to be 
> loaded for each page. While migrating to application.cfc I took all the 
> functions from Application.cfm and put it in one file. Then I inluded the 
> following event.
>
> 
> 
> 
> 
> 
>
> But Still I get error as "Variable COMUDF is undefined.". Not sure what's 
> happening. Please help.
>
>
>
> 

~|
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:325719
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 8/26/2009 12:46 AM, I. Addoum. wrote:
> for all things communication , be it com port / blue tooth / parallel or USB
> I would start from
>
> for API docs
> http://java.sun.com/products/javacomm/
>
> and for some sample code
> http://today.java.net/pub/a/today/2004/07/27/bluetooth.html
>
> regards
> Bob
>
>
>
>
> 
> From: Arsalan Tariq Keen
> To: cf-talk
> Sent: Wednesday, August 26, 2009 8:30:32 AM
> Subject: COM Ports
>
>
> Hi...
> can anyone tell me how I can access my machine's COM ports using coldfusion?
> I need to access me peripheral device attached on that port.
>
>
> Regards,
> Arsalan
>
>
>
> 

~|
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:325713
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 8/5/2009 9:01 AM, Paul Ihrig wrote:
> i have a column in a cfgrid
> user can put either text or number
> like 1234.56
> if the enter 1234.50 the display removes the zero. so it look like 1234.5
> or if the string is 1234000 it displays 1234  there are also results that at
> like xc2000s and those are fine.
>
> 
>
>
> 

~~~~~|
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:325217
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dynamic & External Javascript Sheet

2009-08-03 Thread Cutter (ColdFusion)

Although there are several really big advantages to an external 
'javascript' file being a static file, who said that your external file 
must end with .js? You can put a .cfm file in the src attribute of a 
script tag, serving a dynamic document through. Just make sure that the 
generated 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://blog.cutterscrossing.com


On 8/3/2009 1:52 PM, Asaf Peleg wrote:
> I'm looking for a way to attach an external javascript sheet that includes 
> dynamic coldfusion code.  Obviously, a ColdFusion file must end with the .cfm 
> extension to be processed by the server and as I have found out through 
> research an external javascript sheets needs to end with a .js extension.
>
> The reason I need to do this is because I have a javascript heavy page that 
> builds a separate dynamic javascript array for each user (for a user specific 
> chain-select).
>
> I came up with the idea of compiling all the javascript in a  
> and then writing that output to a specific .js file but I quickly realized 
> this would lead to race conditions if two users accessed the page at the same 
> time.
>
> There must be an elegant solution to this. Can anyone give me some advice?
>
> 

~|
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:325187
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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

2009-08-03 Thread Cutter (ColdFusion)

Nicholas,

Using cfwindow, he is actually using a modal window for his edits, not a 
popup.

As his data is not in cfgrid, but a custom layout, my advice would be to 
contain all of the logic of that layout (including sql call for data) in 
it's own template. Use the Coldfusion.navigate 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/learning-ext-js/book
_
http://blog.cutterscrossing.com



~|
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:325178
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfgrid - data layout options vs some other method

2009-08-02 Thread Cutter (ColdFusion Related)

You can control the layout, by using custom column renderers, which 
you'll have to define after the fact. Here's a short post on creating 
your own custom column renderers:

http://blog.cutterscrossing.com/index.cfm/2007/11/30/CF8-Ajax-Grid-Renderers-and-Events

Les Mizzell wrote:
> If using cfgrid, is it possible to get the data layout to be anything 
> other than 1 database column = 1 grid column?
>
> For example, given fname, lname and address fields, can I stack stuff:
>
> lname, fname
> address
> city, state, zip
>
> Or can I only get
> lname | fname | address | city | state | zip
>
>
> ...and if I *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 lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325176
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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://blog.cutterscrossing.com


On 7/30/2009 10:19 AM, Chad Gray wrote:
> Say I have two select inputs on one page and they are named the same.
>
> Please Select
> 1
> 
>
> Please Select
> 1
> 
>
> I want to write javascript to check that both of these are not left blank or 
> in their default stage of "Please Select".
>
> Can I do this in javascript ID[0] to get the value of the first one?
>
> var 
> ID=document.orderForm.ID[0]options[document.orderForm.ID[0].selectedIndex].value;
> var 
> ID2=document.orderForm.ID[1]options[document.orderForm.ID[1].selectedIndex].value;
>
>
> 

~~~~~|
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:325120
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: current row number in cfgrid

2009-07-28 Thread Cutter (ColdFusion)

Near the top of your template:



Then, within a JavaScript script block (preferrably within a document 
ready statement of some kind):

init = function(){
 var theGrid = ColdFusion.Grid.getGridObject('myGrid');

theGrid .on('cellclick',function(grid,rowIndex,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


On 7/28/2009 5:07 AM, RamaDevi Dobbala wrote:
> Hi frnds,
>
> how can i get current row number inside cfgrid , if any one know please tell .
>
> Rama
>
> 

~~~~~|
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:325036
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: uninstalling JRun4 from failed Coldfusion install.

2009-07-17 Thread Cutter (ColdFusion)

When uninstalling, I always stop the service first, uninstall, delete 
the directory from the c:\ drive, remove the service (command line) if 
it still extists, and restart the system, prior to doing additional stuff.

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/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 Vista 64bit laptop.  This did not work cleanly and 
> JRun4 is still running as a service on the computer.  There are no ColdFusion 
> or JRun programs in the Windows Uninstall programs list.
>
> Can anybody point me to instructions on how to manually uninstall JRun4.  My 
> Google searching is failing me on this topic.
>
> 

~~~~~|
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:324663
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CF9 and Bolt in eWEEK

2009-07-17 Thread Cutter (ColdFusion)

It was an issue with the Yoxos install, which has it's own custom update 
engine, that didn't like me installing the CFB plugin. Gave me an error 
every time I tried to pull up Eclipse, and immediately shut down. I've 
done a straight vanilla Gallileo install from the Eclipse site now, and 
have 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



~~~~~|
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:324653
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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
_
http://blog.cutterscrossing.com


On 7/17/2009 8:45 AM, Gerald Guido wrote:
>>> t's still frustrating trying to track down various plug-ins, etc,
>>>
> sometimes.
>
> Eclipse reminds me Linux with all of its dependencies, which is why package
> managers are such a godsend.
> Which is also why I am rather partial to Yoxos on demand
> http://eclipsesource.com/en/yoxos/yoxos-ondemand/ It is like a package
> manager for Eclipse. It takes care of all the dependencies for you.  Not to
> mention one of the most bad ass web gui's I have seen to date.
>
> Check out the public profiles. There are some prebuilt installs for CF (with
> Mylyn even).
>
> G!
>
> On Fri, Jul 17, 2009 at 8:09 AM, Rick 
> Fairclothwrote:
>
>
>>> If you've never used Eclipse, Adobe wants you to
>>> be able to easily install CFB.
>>>
>> That's a step in the right direction.  The world of Eclipse
>> is confusing at first.  It's almost like "build-your-own-software land"
>> compared to typical software installations.  It's still frustrating
>> trying to track down various plug-ins, etc, sometimes.
>>
>> -Original Message-
>> From: Dave Watts [mailto:dwa...@figleaf.com]
>> Sent: Thursday, July 16, 2009 11:48 PM
>> To: cf-talk
>> Subject: Re: CF9 and Bolt in eWEEK
>>
>>
>>  
>>> So, choosing the install type of "Standard ColdFusion Builder
>>>
>> Installation"
>>  
>>> ends up with Eclipse installed?  Either approach I take I end up with the
>>> same thing?  Eclipse first, then CFB...or CFB first and end up Eclipse
>>> anyway.
>>>
>> Yes. You can either install CFB into your existing Eclipse toolchain,
>> or you can let CFB install Eclipse for you.
>>
>>  
>>> A little odd...
>>>
>> It's not odd at all. If you've never used Eclipse, Adobe wants you to
>> be able to easily install CFB. Just like Flex Builder, which also
>> offers the same choice.
>>
>> Dave Watts, CTO, Fig Leaf Software
>> http://www.figleaf.com/
>>
>> Fig Leaf Software provides the highest caliber vendor-authorized
>> instruction at our training centers in Washington DC, Atlanta,
>> Chicago, Baltimore, Northern Virginia, or on-site at your location.
>> Visit http://training.figleaf.com/ for more informatio
>>
>>
>>
>>
>>  
>
> 

~|
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:324649
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfgrid

2009-07-17 Thread Cutter (ColdFusion)

He would be better off using a custom column renderer, as Scott 
suggested. This would allow him to set other columns (such as 'State') 
to hidden, but they would be available should he want to sort the grid 
on those other columns.

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



~~~~~|
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:324648
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 and functions, they are 
the same classes and functions. From what I can tell, ColdFusion Builder 
has every feature that CFEclipse has, plus more. But, we're talking two 
separate spaces here: ColdFusion Builder will presumably be a paid 
application, whereas CFEclipse is an open source application. Is there a 
need to use both simultaneously? No, I don't think so. The only reason I 
can (currently) see for switching back and forth is if you are also 
using the CFFrameworks or MxUnit tools (which are separate), and I'm 
sure someone will write CFB extensions to emulate that functionality.

If someone wrote a warning into the installer, and I'm not saying they 
haven't (though I haven't seen it), I can see where there's a very valid 
reason for doing so. It's not an attempt to push out the little guy, or 
put you in Adobe's black box. It would be a valid warning to let you 
(the user) know that you will probably have incompatibility issues that 
will compromise your productivity.

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/16/2009 9:46 AM, Rick Faircloth wrote:
> By "prepared", I meant that the statement was ready to be delivered
> upon even finding the installation of CFEclipse.
>
> Meaning that Adobe must have set up the installation process to look
> for a CFE installation and warn that the two could not be used together.
>
> i.echoose sides...we won't or can't play together on the same
> playground.
>
> How is my assessment inaccurate?
>
>
> -Original Message-
> From: Adrocknaphobia [mailto:adrocknapho...@gmail.com]
> Sent: Thursday, July 16, 2009 10:38 AM
> To: cf-talk
> Subject: Re: CF9 and Bolt in eWEEK
>
>
> Prepared statement? News to me. Can you point me to it?
> -Adam Lehman
> ColdFusion Project Manager
> Adobe Systems Inc
>
> On Wed, Jul 15, 2009 at 10:07 PM, Rick Faircloth
> wrote:
>
>
>> Yeah, well, it certainly made me a little suspicious when there was a
>> seemingly "prepared" statement ready to pounce on CFEclipse when its
>> installation was detected.
>>
>> -Original Message-
>> From: Dave Watts [mailto:dwa...@figleaf.com]
>> Sent: Wednesday, July 15, 2009 9:11 PM
>> To: cf-talk
>> Subject: Re: CF9 and Bolt in eWEEK
>>
>>
>>  
>>> It could be that there are unavoidable, inherent conflicts between the
>>> two plug-ins...or it could be that the 500-lb Adobe gorilla is
>>>
>> purposefully
>>  
>>> creating unnecessary incompatibilities in order to muscle out the
>>> competition...
>>>
>> Given the likelihood of conflict between two Eclipse plugins that do
>> the same thing, I don't think we need to ascribe malice to Adobe.
>>
>> Dave Watts, CTO, Fig Leaf Software
>> http://www.figleaf.com/
>>
>> Fig Leaf Software provides the highest caliber vendor-authorized
>> instruction at our training centers in Washington DC, Atlanta,
>> Chicago, Baltimore, Northern Virginia, or on-site at your location.
>> Visit http://training.figleaf.com/ for more information!
>>
>>
>>
>>
>>  
>
>
>
> 

~|
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:324590
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 7/15/2009 11:25 AM, LI, Chunshen (Don) wrote:
> I posted a gig to cf-jobs several days ago for an expert in Ext, got some 
> responses, however, none of them knows Ext and CSS truly well to do the job, 
> so, sorry have to bug this list for a bigger pool.  I am able to customize an 
> Ext window to some degree, however, I'm no expert in CSS, hence, to get it 
> done quickly I'd like someone who's extremely well versed in both Ext (2x) 
> and CSS to help me out for the little task of creating an Ext window that 
> resembles cf8 window, fair compensation is negotiable, if you meet the bill 
> shoot me an email don at yahoo do t com
>
> Thanks.
>
>
>
>
> 

~~~~~|
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:324528
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 7/15/2009 10:42 AM, Casey Dougall wrote:
> On Wed, Jul 15, 2009 at 11:35 AM, Rick Faircloth
> wrote:
>
>
>> So, as far as you know, the stand-alone works exactly like the Eclipse
>> plugin?
>>
>>  
>
>
> Not exactly sure. Seems to be, but I was never a big eclipse user. Going to
> give this a shot though...
>
>
> 

~~~~~|
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:324523
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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 Arguello CCd
>
> 2009/7/15 Cutter (ColdFusion Related)
>
>
>> Does anybody know anyone associated with Mango Blog? I tried signing up
>> for their forums, which sends you an email to confirm, and never
>> received the email. I even checked my spam filter. Now it won't let me
>> sign in, because I haven't confirmed, and I can't recreate the profile,
>> because 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 it"
>>
>>
>>
>>
>>  
>
> 

~|
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:324514
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


SOT: Mango Blog

2009-07-15 Thread Cutter (ColdFusion Related)

Does anybody know anyone associated with Mango Blog? I tried signing up 
for their forums, which sends you an email to confirm, and never 
received the email. I even checked my spam filter. Now it won't let me 
sign in, because I haven't confirmed, and I can't recreate the profile, 
because 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 it"



~~~~~|
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:324506
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Using SWFOBJECT inside of a CFLAYOUT

2009-07-10 Thread Cutter (ColdFusion)

Check out 
http://extjs.com/forum/showthread.php?t=23983&highlight=swfobject+flash 
<http://extjs.com/forum/showthread.php?t=23983&highlight=swfobject+flash>

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 9:21 PM, Abinidi Web Services wrote:
> I am trying to use the swfobject.js from google in a page that is loading a 
> flash swf file that is nested inside of a Cflayout/cflayoutarea. The page is 
> the "source" for the cflayoutarea.
>
> When I try to include the code to load the swfobject.js file in the page that 
> is nested:
>
> 
>
> It throws an error.
>
> If I try to include it in the parent page that has the cflayout code on it, 
> no error, but the swf file doesnt load.
>
> If I just make a test page not nested in the cflayout, it works fine.
>
> I am also doing:   on 
> the cflayout main page so it can load stuff for the nested source pages. This 
> is what it is having a conflict with.
>
> Basically I have:
> page1.cfm
>
> 
>
>   source="page2.cfm?upld_folder=#upld_folder#" 
> selected="#isDefined('url.tab1')#">
>   
> source="page3.cfm?zip_folder=#zip_folder#" selected="#isDefined('url.tab2')#">
>   
> 
>
>
> and on the page2.cfm I have:
>
>   
>  var params = {
>  BGColor: "##FF"
>  };
>
>  var attributes = {
>  id: "FlashFilesUpload",
>  name: "FlashFilesUpload"
>  };
>
>  var flashvars = {
>uploadUrl : "upload_image.cfm",
>customPostFields : "foldername;#url.upld_folder#",
>backgroundColor : "##FF"
>  };
>  swfobject.embedSWF("uploader.swf", "Upload_holder", "450", "350", 
> "9.0.0", "expressInstall.swf", flashvars, params, attributes);
> 
>
>   I need it to be able to call this function:
>
> swfobject.embedSWF but I cant get the js to load properly
>
>
> Does anyone know of a workaround to get this to work? Does CF8 have anything 
> built in that will do the same as swfobject and not conflict? Maybe im doing 
> it wrong?
>
> The main reason I'm doing this is the swf isn't working right if I use the 
> EMBED method of loading flash swf in firefox but it is working fine on the 
> test page if I use the swfobject. And its a 3rd party app with zero help.
>
> Thanks.
>
> 

~|
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:324426
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ext Js 3.0 Released

2009-07-10 Thread Cutter (ColdFusion Related)

Ext Js 3.0 is highlighted in the top section of their homepage right 
now. The separation of products is easiest found from the Products menu 
item on the site. They are separate products, though Core is at the core 
of Ext Js itself, with the rest of the library being built on top of it.

Themeroller does look very sharp. I'll have to drop a note to the Ext 
team to check it out. There are many themes available within the 
learning center and the forums, but nothing this tight to show you your 
options.

Judah McAuley wrote:
> I'll have to take a look at Ext again as well. We bought a license to
> get at svn a bit before the 3.0 beta release at the April conference.
> At that point, at least, there had been no substantial themeing
> changes and all that they were really releasing was Core. It isn't
> obvious from the site now if anything besides Core has been released.
> Perhaps it is just confusion though. When they released 3.0 Core, I
> expected there to be a follow up with 3.0 Other Bits. Have they rolled
> it back into one project? Is there no separation between Core
> and...other stuff?
>
> Do check out the themeroller for JQueryUI. You can do a lot of on the
> fly skinning 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) wrote:
>   
>> You're looking at the wrong bits. Ext Core is the same thing as JQuery,
>> a DOM manipulation and Ajax setup. Ext Js (full) would be the components
>> (similar to JQueryUI, though more full featured).
>>
>> Theming does require a log of images. With the various controls we've
>> customized, I know I've had 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-Author of "Learning Ext JS"
>> http://www.packtpub.com/learning-ext-js/book
>> _
>> http://blog.cutterscrossing.com
>>
>>
>> On 7/9/2009 12:48 PM, Judah McAuley wrote:
>> 
>>> I'll take a look again but Ext Core did not seem to have much of
>>> anything in the way of themeing options that didn't still require 101
>>> images. And given that a lot of the widgets were pulled out of Ext
>>> Core and have yet to be upgraded..I'm dubious.
>>>
>>> JQuery UI has the themeroller engine. I'm still amazing impressed by
>>> it. I really love the way that Ext is engineered but until it has
>>> something similar to themeroller, it really isn't "skinable" in the
>>> way that people are going to expect.
>>>
>>> Judah
>>>
>>> On Thu, Jul 9, 2009 at 8:58 AM, Cutter
>>> (ColdFusion)  wrote:
>>>
>>>   
>>>> Theming is much easier, as they've broken down the CSS by component
>>>> within the build files. There have been multiple themes available via
>>>> the forums and learning center of the Ext site for quite a while, and
>>>> the Spket IDE (http://www.spket.com/) has a custom theming tool built in
>>>> as well.
>>>>
>>>> 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
>>>> _
>>>>
>>>> 
>>>   
>> 
>
> 

~|
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:324421
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Ext Js 3.0 Released

2009-07-09 Thread Cutter (ColdFusion)

You're looking at the wrong bits. Ext Core is the same thing as JQuery,
a DOM manipulation and Ajax setup. Ext Js (full) would be the components
(similar to JQueryUI, though more full featured).

Theming does require a log of images. With the various controls we've
customized, I know I've had 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-Author of "Learning Ext JS"
http://www.packtpub.com/learning-ext-js/book
_
http://blog.cutterscrossing.com


On 7/9/2009 12:48 PM, Judah McAuley wrote:
> I'll take a look again but Ext Core did not seem to have much of
> anything in the way of themeing options that didn't still require 101
> images. And given that a lot of the widgets were pulled out of Ext
> Core and have yet to be upgraded..I'm dubious.
>
> JQuery UI has the themeroller engine. I'm still amazing impressed by
> it. I really love the way that Ext is engineered but until it has
> something similar to themeroller, it really isn't "skinable" in the
> way that people are going to expect.
>
> Judah
>
> On Thu, Jul 9, 2009 at 8:58 AM, Cutter
> (ColdFusion)  wrote:
>
>> Theming is much easier, as they've broken down the CSS by component
>> within the build files. There have been multiple themes available via
>> the forums and learning center of the Ext site for quite a while, and
>> the Spket IDE (http://www.spket.com/) has a custom theming tool built in
>> as well.
>>
>> 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
>> _
>>  
>
> 

~|
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:324417
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ext Js 3.0 Released

2009-07-09 Thread Cutter (ColdFusion)

Theming is much easier, as they've broken down the CSS by component 
within the build files. There have been multiple themes available via 
the forums and learning center of the Ext site for quite a while, and 
the Spket IDE (http://www.spket.com/) has a custom theming tool built in 
as well.

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:19 PM, Cutter (ColdFusion
> Related)  wrote:
>
>> Now, if we could just get packed js code in our template headers...;)
>>  
>
> And if only we could get real theming support in Ext so that it looked
> like the rest of our app...
>
> I know Jack has said that easier theming is coming and Jack does a
> heck of a job delivering on the promises he makes (usually quite
> quickly I might add) but that is one area in which JQuery UI is eating
> their lunch. I've had two projects that far that have had to be
> switched from Ext to JQuery UI because of theming.
>
> Judah
>
> 

~|
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:324392
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ext Js 3.0 Released

2009-07-08 Thread Cutter (ColdFusion Related)

Adam,

That is fantastic! Yes, Jack, Aaron, and the team are doing some truly 
spectacular stuff, and the focus they are keeping with backwards 
compatibility should help your team in the future, in terms of new Ext 
releases making it into CF before a full dot release;)

Now, if we could just get packed js code in our template headers...;)

Adrocknaphobia wrote:
> Actually, we might ship with an even more current version 3.1... it just all
> depends on when we release CF vs. when they release Ext 3.1. ;-) The Ext
> crew gives us access to the repository now so we're playing with the BER
> 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 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 of. For those who are interested, you can find out a
>> little more from this post:
>>
>>
>> http://blog.cutterscrossing.com/index.cfm/2009/7/6/Ext-Js-30-is-Finally-Released
>>
>> --
>> 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
>>
>>
>>
>>
>> 
>
> 

~|
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:324368
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Reality check

2009-07-07 Thread Cutter (ColdFusion)

That might depend on the app. We have seen instances where IIS will pass 
something as one CGI variable, whereby Apache would send it as something 
completely different. If you don't have internal logic to check for both 
and act accordingly, it can be an issue. These occurrences are rare, 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 confirmation that I'm not losing it..
>
> I have apache running on my dev server. A client gave me his files and
> I'm trying to get them set up on my local server (he is running IIS).
>
> However, after I create the mappings in CF and go to the directory
> that in his IIS, he has set to default to, I get a ColdFusion error
> (some variable is a complex variable or some such). It finds the files
> and the cfc as well.
>
> So.. It isn't that I'm using Apache and they are using IIS.. Right?
> The code is just broke.
>
> or am I missing something here?
>
> 

~~~~~|
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:324305
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 of. For those who are interested, you can find out a 
little more from this post:

http://blog.cutterscrossing.com/index.cfm/2009/7/6/Ext-Js-30-is-Finally-Released

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



~|
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:324294
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ssot: Ext window management question

2009-07-06 Thread Cutter (ColdFusion Related)

Don,

Adobe's JSON implementation is a little non-standard (and better, IMHO). 
You'll need a custom data reader when feeding your data store with a cf 
query return. The CFQueryReader is available at 
http://cfqueryreader.riaforge.org, with some more information available 
on this post:

http://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 it"



~~~~~|
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:324276
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: AJAX

2009-07-02 Thread Cutter (ColdFusion)

"widgets" are the autosuggest combobox, the html data grid, border 
layouts, modal windows, etc., typically loaded by a remote source via 
Ajax. So, some of what you mention (the search field) falls under that 
category, while some of the other stuff is just pure Ajax, for which 
either JQuery 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...@pegweb.com wrote:
> Can you explain in more detail ajaxified widgets?
>
> I'm looking to prefetch possible search keywords in a search field.
> Get a different image from the database when a user clicks and display
> it without refreshing the page.
> Change search results without refreshing the page.
>
> Stuff like that.
>
>
>
> -Original Message-
> From: Cutter (ColdFusion) [mailto:cold.fus...@cutterscrossing.com]
> Sent: Thursday, July 02, 2009 4:20 PM
> To: cf-talk
> Subject: Re: AJAX
>
>
> Guys, I love JQuery too, for DOM manipulation. But, if you're needing
> ajaxified 'widgets' then Ext Js is a better choice. Not only do they
> have an extensive well polished and consistent library, but you can use
> the cfajax tags to rapid prototype an app, then build out final versions
>
> 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-ext-js/book
> _
> http://blog.cutterscrossing.com
>
>
>
>
>
> 

~|
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:324172
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: AJAX

2009-07-02 Thread Cutter (ColdFusion)

Guys, I love JQuery too, for DOM manipulation. But, if you're needing 
ajaxified 'widgets' then Ext Js is a better choice. Not only do they 
have an extensive well polished and consistent library, but you can use 
the cfajax tags to rapid prototype an app, then build out final versions 
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-ext-js/book
_
http://blog.cutterscrossing.com



~~~~~|
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:324167
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

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/1/2009 10:16 AM, Don L wrote:
> Sorry for the ot but this is a quick one.
>
> How to use the bodyStyle attribute for Window object?
>
> // Ext 2
>
> var ewin = new Ext.Window ({
>// x:200,
>// y:200,
>width:350,
>height:350,
>border:true,
>resizable:true,
>// try 1
>// bodyStyle: [{background-color:white; color:black; padding-left:10px}]
>
>// try 2
>// bodyStyle: [{background-color:'white', color:'black', 
> padding-left:10px}]
>
>});
>
> // results
> neither try 1 nor try 2 worked in IE7 nor Firefox 3.0.11 on XP SP3.
>
> How to?
>
> Also, when I include the x and y attributes, the window failed to be opened, 
> weird.
>
> Thanks.
>
> Don
> P.S. Need to fix my firebug
>
> 

~|
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:324123
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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-js/book
_
http://blog.cutterscrossing.com


On 7/1/2009 10:16 AM, Don L wrote:
> Sorry for the ot but this is a quick one.
>
> How to use the bodyStyle attribute for Window object?
>
> // Ext 2
>
> var ewin = new Ext.Window ({
>// x:200,
>// y:200,
>width:350,
>height:350,
>border:true,
>resizable:true,
>// try 1
>// bodyStyle: [{background-color:white; color:black; padding-left:10px}]
>
>// try 2
>// bodyStyle: [{background-color:'white', color:'black', 
> padding-left:10px}]
>
>});
>
> // results
> neither try 1 nor try 2 worked in IE7 nor Firefox 3.0.11 on XP SP3.
>
> How to?
>
> Also, when I include the x and y attributes, the window failed to be opened, 
> weird.
>
> Thanks.
>
> Don
> P.S. Need to fix my firebug
>
> 

~|
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:324122
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: alternative to cfwindow

2009-06-29 Thread Cutter (ColdFusion)

Yes, with Ext it's fairly easy:

var calWin = new Ext.Window({
  title: 'Calendar',
  contentEl: 'calendarDiv', // This is a hidden div
(class="x-hidden") on the page, containing your calendar
  width: 200,
  height: 200,
  modal: true,
  border: true
});
calWin.show();

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



~~~~~|
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:324046
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   3   4   5   6   7   8   9   >