Re: WebServices and HTTP/1.1

2015-01-28 Thread Steve 'Cutter' Blades
ColdFusion 11 updated to axis 2. Here's a StackOverflow question that talks about consuming axis 1 services in CF 11: http://stackoverflow.com/questions/23412414/coldfusion-11-consuming-axis-1-web-services Cutter On 1/27/2015 6:28 PM, Russ Michaels wrote: I suspect this is due to the Apache

Re: Cannot access session variables in a cfc

2015-01-28 Thread Steve 'Cutter' Blades
You shouldn't, as it breaks encapsulation. Any outside variables you would need inside a cfc should be passed into the cfc, either as part of your object initialization, or directly into a specific method. Cutter On 1/28/2015 10:25 AM, John Pullam wrote: If you moved your cfc's above the

Re: Cannot access session variables in a cfc

2015-01-28 Thread Steve 'Cutter' Blades
John, There are some pretty significant advancements to CFCs since CF 7, especially around scoping. You definitely want to look at the difference up the version chain. Cutter On 1/28/2015 12:02 PM, John Pullam wrote: Thanx. That's what I think I will do for the time being. It is hard for

Re: CF User group around Tallahassee Florida

2014-06-20 Thread Steve 'Cutter' Blades
There is a (small) one in Jacksonville, run by Mike Collins. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: Calling a Custom Tag Twice Duplicates Query Results?

2014-06-14 Thread Steve 'Cutter' Blades
of the tag will run separately, so you can at least make sure that a different value is passed on each request. cfdump var=#attributes.NetID# Scope all variables, regardless of which scope they're in. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: Dreamweaver CC - anyone been able to create CF files with it yet?

2014-04-30 Thread Steve 'Cutter' Blades
I would suggest CF Builder 3 (just released, and trial will revert to free ed), or Brackets. That said, you might find more info from Ben http://forta.com/blog/index.cfm/2013/6/30/On-Dreamweaver-CC-And-ColdFusion Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert

Re: CFB3

2014-04-29 Thread Steve 'Cutter' Blades
Major performance improvements. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: Dynamic queries within a loop

2014-04-17 Thread Steve 'Cutter' Blades
be written as one through proper usage of joins, and save you some overhead (and headaches). Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt

CAN THIS PLEASE BE THE END? Re: The long tail of ColdFusion fail

2014-03-28 Thread Steve 'Cutter' Blades
keystrokes. Spend 'em in the bug tracker. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: returnformat

2014-03-26 Thread Steve 'Cutter' Blades
://github.com/cutterbl/serializeCFJSON). Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: The long tail of ColdFusion fail

2014-03-17 Thread Steve 'Cutter' Blades
, but it is rather telling across the board. What a shame it is. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com

Re: CFC Not Returning JSON properly from an array

2014-03-14 Thread Steve 'Cutter' Blades
on your ajax call, did you add returnformat: 'json' as one of your post data arguments? If you don't specify this, then the remote method will return WDDX by default. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Re: Textfield Format

2014-02-27 Thread Steve 'Cutter' Blades
on focus. The Ext forums, on the Sencha site, are a good place for this sort of info... Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing

Re: Versions of Apache Supported on CF10 Linux?

2014-02-25 Thread Steve 'Cutter' Blades
utility. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style

Re: Versions of Apache Supported on CF10 Linux?

2014-02-25 Thread Steve 'Cutter' Blades
, including with the Splendor beta. You can get it to work, but not without compiling your own mod_jk.so. There are details in the Adobe Forums on how to do it. The whole business is ugly. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7

Re: Upgrading CF9 Hotfixes

2014-02-19 Thread Steve 'Cutter' Blades
Most of them say they are cumulative, but I've always found it best to do them one at a time. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt

Re: 404's

2014-02-19 Thread Steve 'Cutter' Blades
You can have a web.config under IIS now. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js

Re: Possible time out

2014-02-13 Thread Steve 'Cutter' Blades
I don't know if it was a great blog post... (Thanks Matt) ;) Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: Upgrading CF9 Hotfixes

2014-02-13 Thread Steve 'Cutter' Blades
Some of those updates in CF 9 were pretty tricky. I would checkout the cfUpdater project for RIAForge. It can handle a lot of that craziness for you. http://cfupdater.riaforge.org/ Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7

Re: CF10 / SQL Server Windows Authentication

2014-02-11 Thread Steve 'Cutter' Blades
Would you happen to be using MS SQL Express locally? You may need to adjust your TCP/IP connection settings for SQL, as well as adjust the systems firewall rules for access. The following post may assist some: http://www.fusioncube.net/index.php/coldfusion-sql-server-express Steve 'Cutter

Re: CFPDF Portfolio - using a custom layout style?

2014-02-11 Thread Steve 'Cutter' Blades
DDX is the way to go, when you need a higher level of control bringing these things together. CF 10 and below do not give you complete DDX functionality, but there is quite a bit available. It's all a lot of trial and error. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified

Re: Cross-site Scripting

2014-02-07 Thread Steve 'Cutter' Blades
See Jason Dean's presentation on Practical Ajax Security http://ow.ly/2prk5 Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: Secure application code from host

2014-01-28 Thread Steve 'Cutter' Blades
It is possible to compile your application down to a deployable WAR file. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: remote functions and instantiation

2014-01-23 Thread Steve 'Cutter' Blades
) { // Create the Variable } Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: remote functions and instantiation

2014-01-23 Thread Steve 'Cutter' Blades
It is generally bad practice to access persistent scopes directly from within a CFC, but there are always exceptions to the rule. Dependency Injection, such as those I mentioned, are typically accessing objects and variables stored in the Applications scope. Steve 'Cutter' Blades Adobe

Re: How do I pass this jQuery variable as arguments to a cfc method?

2014-01-16 Thread Steve 'Cutter' Blades
You could just run your form through this tiny plugin, prior to submitting your ajax request https://github.com/cutterbl/CFQueryToForm/blob/master/resources/scripts/jquery/jquery.serializejson-0.2.js Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: cffile read 47 MB

2013-12-09 Thread Steve 'Cutter' Blades
. Finding the right balance in your JVM config (min, max, gc, etc) can really help tweak the performance of your application. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author

Re: Creating maps with CF

2013-12-03 Thread Steve 'Cutter' Blades
And there's the CFGMap custom tag https://github.com/cutterbl/CFGMap Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: TEST IGNORE (2)

2013-11-27 Thread Steve 'Cutter' Blades
No, it's been around longer than ten years. I've been lurking around in here since at least 2000 (if not a little earlier...) Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co

Re: Adobe take over a MONTH to advise me my credit card details are stolen

2013-11-26 Thread Steve 'Cutter' Blades
? Did you not get those early missives warning you of the breach? Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: Adobe take over a MONTH to advise me my credit card details are stolen

2013-11-26 Thread Steve 'Cutter' Blades
Because your CC subscription is a revolving subscription? Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com

Re: Application.cfc question

2013-11-25 Thread Steve 'Cutter' Blades
to get the application.cfc in the subfolder to run, then your original request would have to be to the subfolder. CF bases which application.cfc to fire upon the originating request, then travels up the tree til it finds one (not down, as you are trying to do) Steve 'Cutter' Blades Adobe

Re: Frustrated and on a deadline please assist

2013-11-19 Thread Steve 'Cutter' Blades
Can you post some sample code for the autosuggest config and the cfc method? Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: Frustrated and on a deadline please assist

2013-11-18 Thread Steve 'Cutter' Blades
, each in column order. You can use my serializeCFJSON jquery plugin, to automatically convert the data to the format the plugin needs. https://github.com/cutterbl/serializeCFJSON Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7

Re: CF10 404 issues - a new kind of problem?

2013-09-18 Thread Steve 'Cutter' Blades
/onMissingTemplate Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic

Re: Best way to use LESS CSS with CF?

2013-09-10 Thread Steve 'Cutter' Blades
As a heavy Bootstrap user, I use LESS constantly. Once you really dig in, you find out quickly just how useful it truly is. Tech like LESS and SASS are perfect for those creating skinned applications. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: Best way to use LESS CSS with CF?

2013-09-10 Thread Steve 'Cutter' Blades
, the variable changes, it updates all of the other style declarations automatically, BAM! Mixins are where the power truly shines through. The ability to write little functions, to dynamically create declarations based upon variables and conditions. That's very powerful. Steve 'Cutter' Blades Adobe

Re: Best way to use LESS CSS with CF?

2013-09-10 Thread Steve 'Cutter' Blades
You're right, you could do something like this with CF. But why rewrite the wheel when documented frameworks already exist that can do it for you? Now, if you need something that one of these frameworks can not accomplish for you... Steve 'Cutter' Blades Adobe Community Professional Adobe

Re: Best way to use LESS CSS with CF?

2013-09-10 Thread Steve 'Cutter' Blades
Maybe you can save everyone the trouble and write the CFLESS equivelant, a la CFWheels;) Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt

Re: Best way to use LESS CSS with CF?

2013-09-09 Thread Steve 'Cutter' Blades
You compile LESS down to css files, you don't serve it up to the browser. I like cfstatic for asset management. It can also compile LESS on the fly. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http

Re: json ReferenceError: $ is not defined error

2013-08-28 Thread Steve 'Cutter' Blades
You're referencing JQuery before the DOM has completely loaded. Wrap your custom scripts in a $(document).ready(function() { /*my stuff here*/ }); Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http

Re: json ReferenceError: $ is not defined error

2013-08-28 Thread Steve 'Cutter' Blades
And I'm so glad AVG caught that Blackhat when I was trying to help you. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: Resources for setting up ColdFusion in a shared environment?

2013-07-23 Thread Steve 'Cutter' Blades
We would make changes to one instance, clone that VM, and deploy the clone to other instance (we had 24 instances with three different configurations). Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http

Re: Developer of http://www.hayneedle.com

2013-07-12 Thread Steve 'Cutter' Blades
Out of curiosity, what was the feature that you liked? Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com

Re: Throttling Bot Traffic

2013-06-21 Thread Steve 'Cutter' Blades
At one point (with one app) we checked the user agent on incoming requests and would reset the session timeout to a few seconds on any user agent identified as a bot. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Re: ColdFusion 11?

2013-06-19 Thread Steve 'Cutter' Blades
You'll have to forgive my thought process here, but I just installed my 10th CF 10 updater in the CF Admin. That isn't iterative? Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Steve 'Cutter' Blades
on Eclipse (an editor for those who write apps, and know what F5 can do in the browser) ;) Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010

Re: Adobe no longer supports ColdFusion??? Really?

2013-06-18 Thread Steve 'Cutter' Blades
I wrap design code around my CF all day long, in ColdFusion Builder. I might slice up a PSD, but I just take the html produced (typically from Fireworks, though that workflow's about to change), clean it up in CFB, and I'm done. Steve 'Cutter' Blades Adobe Community Professional Adobe

Re: What would you call high traffic for CF8 standard?

2013-06-14 Thread Steve 'Cutter' Blades
+1 for FusionReactor. It Rocks Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: What would you call high traffic for CF8 standard?

2013-06-13 Thread Steve 'Cutter' Blades
on tables, and make sure that your indexes are optimized and refreshed regularly. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010

Re: What would you call high traffic for CF8 standard?

2013-06-12 Thread Steve 'Cutter' Blades
You can also look at your CF allocation in your jvm.config. The default is 512kb, which is pretty small. With everything you have running on this machine, your options here may be limited, and in a 32bit environment you might only be able to bump this up to 1400 on the top end. Steve 'Cutter

Re: Standard w3c tags

2013-04-23 Thread Steve 'Cutter' Blades
You might look at the HTML5 spec instead, as the coming standard http://www.w3.org/TR/html5/document-metadata.html#the-meta-element Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com

Re: ACF10 and cffile

2013-04-11 Thread Steve 'Cutter' Blades
'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces

Re: CFMail alternative

2013-04-06 Thread Steve 'Cutter' Blades
this requires full examination before pointing fingers. I am also saying that, personally, I have always discovered that these issues are not in the app server, but in some external system or process. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: CFMail alternative

2013-04-05 Thread Steve 'Cutter' Blades
I've had dozens of reports of missing mail, and it has always come down to something other than CF. The email address was wrong, the SMTP server was down, the domain of the sender had been blacklisted, something along these kind of lines. Steve 'Cutter' Blades Adobe Community Professional

Re: CFMail alternative

2013-04-05 Thread Steve 'Cutter' Blades
providers. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop

Re: CFMail alternative

2013-04-04 Thread Steve 'Cutter' Blades
, then there was a valid handoff of your message to your SMTP server. If the hand off fails, it drops to the Undelivered folder. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co

Re: (ot) .NET vs. CF

2013-03-13 Thread Steve 'Cutter' Blades
Zombie Lover... Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic

Re: question on cfloop

2013-02-28 Thread Steve 'Cutter' Blades
for (var j = 1; local.j lte ArrayLen(local.somearray); local.j++) { WriteOutput(local.j); } Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt

Re: trigger onMissingTemplate in CF for directory requests

2013-02-26 Thread Steve 'Cutter' Blades
. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user

Re: Coldfusion 10 Lockdown - Apache

2013-02-23 Thread Steve 'Cutter' Blades
But, isn't that kind of the point? Apache wouldn't recognize /cFidE/, so it wouldn't answer it's request. A request to /cfide/ or /CFIDE/ would be the only expected requests, and you can apply proper permissions accordingly. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified

Re: Coldfusion 10 Lockdown - Apache

2013-02-22 Thread Steve 'Cutter' Blades
Why don't you just define two aliases in your vhosts config? Alias /CFIDE Alias /cfide I've done this for years, and it works 100% of the time, with no muss and no fuss. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Re: Source control in CF

2013-01-30 Thread Steve 'Cutter' Blades
of that aside, Git is not for the faint of heart. It can take a while to wrap your head around task workflows that are very basic in Subversion. It's a complex tool, for enterprise development, and very affective. The larger the team, the more valuable it is. Steve 'Cutter' Blades Adobe Community

Re: Zero Day Error: Impact on CF?

2013-01-16 Thread Steve 'Cutter' Blades
and foreign governments. (I won't even mention the thousands of Tomcat and JBoss JEE server installations within the government and corporate environments to boot.) Hold your cries til true cause says to. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

CF Hotfix

2013-01-15 Thread Steve 'Cutter' Blades
Ben Forta just pushed this: http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb13-03.html This addresses the recent security issues. -- Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http

Re: Fusion Reactor

2013-01-09 Thread Steve 'Cutter' Blades
to look at FR (not at the same moment), your usage then could be after GC has occurred. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing

Re: Ajax inserts / updates and CF

2013-01-09 Thread Steve 'Cutter' Blades
If you are on a properly patched (and updated) version of CF 9.01 or higher, then CF Debugging will/should have no effect on your ajax calls, if you are directly calling a cfc. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7

Re: SOT: jquery hide

2013-01-02 Thread Steve 'Cutter' Blades
Yes, and jQuery's show() and hide() methods use the 'display' property. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: CF 7 + Apps .. minimum ram

2012-12-12 Thread Steve 'Cutter' Blades
only allocates 512KB out of the box, so you'll need to update your jrun config accordingly. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt

Re: processing within modal window

2012-12-12 Thread Steve 'Cutter' Blades
tutorials. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop

Re: Anyone using Twitter Bootstrap with CF?

2012-11-26 Thread Steve 'Cutter' Blades
Is the edit form a part of your html from the beginning, populating fields from data on open (preferred)? Or do you open the modal and bring in the form? In either event, you probably need to add code to your modal hidden event that will clear the form. Steve 'Cutter' Blades Adobe Community

Re: cf eclipse projects and github

2012-10-25 Thread Steve 'Cutter' Blades
I find that using separate workspaces helps with this. Having a workspace for a particular project, which may only include a few 'projects', to break it all up gives some separation, and my eclipse loads and runs much faster. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified

Re: problem with ajax on cflayout form submission

2012-09-06 Thread Steve 'Cutter' Blades
=tab cflayoutarea name=tab1 title=Data SJ source=tab1.cfm/cflayoutarea cflayoutarea name=tab2 title=Dati Personali source=personshowTab2.cfm/cflayoutarea cflayoutarea name=tab3 title=Storia in SJ source=personshowTab3.cfm/cflayoutarea /cflayout Steve 'Cutter' Blades Adobe

Re: problem with ajax on cflayout form submission

2012-09-06 Thread Steve 'Cutter' Blades
We would need to see the code of the cfm in tab2, and it's form's processor script, to help you out here. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS

Re: ColdFusion 9 cfgrid refresh problem

2012-06-25 Thread Steve 'Cutter' Blades
: var store = Coldfusion.Grid.getStore(); Then reload the store: store.reload(); That should update your grid with a fresh data call to the server. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http

Re: Application Scoped CFC's and the Request Scope

2012-05-02 Thread Steve 'Cutter' Blades
always cause a problem, since the request vars would not yet exist. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: problems with json and google maps

2012-04-30 Thread Steve 'Cutter' Blades
My serializeCFJSON JQuery plugin might help you with this https://github.com/cutterbl/serializeCFJSON Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2

Re: CF 9 Mulit-Sever only uses default site

2012-03-06 Thread Steve 'Cutter' Blades
...) Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user

Re: Ralio Diff?

2012-03-05 Thread Steve 'Cutter' Blades
ColdFusion has allowed a cfscript equivalent of cfparam since the 9.01 updater, so you might need a better example. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author

Re: sartis

2012-03-02 Thread Steve 'Cutter' Blades
http://cutterscrossing.com/index.cfm/jqgrid Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext

Re: Remove all CF comments

2012-02-29 Thread Steve 'Cutter' Blades
come behind, remembering that not all of them share my level of skill (or my preconceptions of what is right and wrong to do). Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author

Re: Remove all CF comments

2012-02-29 Thread Steve 'Cutter' Blades
Mike, He's not a condescending troll, just passionate in what he believes. Which is fine, if he also respects that other's beliefs, while different, are not necessarily 'wrong'. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7

Re: CFScript Book

2012-02-21 Thread Steve 'Cutter' Blades
You mean I should write a book on CFScript? Fantastic? Betascript Publishing hhhm... Anyone notice the tagline states: ColdFusion Markup Language, JavaScript, BlogCFC Now THAT is interesting... Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia

Re: (ot) SEO

2012-02-21 Thread Steve 'Cutter' Blades
to list by make (/toyota), by bodystyle (/toyota/sedan), by model (/toyota/camry), by trimand so on and so forth. Consistency helps. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com

SOT: PHP The Anthem

2012-01-27 Thread Steve 'Cutter' Blades
Highlighted on the YouTube homepage, they trash CF in the first line of the song... http://www.youtube.com/watch?v=S8zhmiS-1kwfeature=g-all-esicontext=G2be1824FBAA -- Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer

Re: (ot) SEO

2012-01-23 Thread Steve 'Cutter' Blades
*into the REQUEST.details struct. */ } else if (!StructEmpty(REQUEST.details){ include /vehicleDisplay/vehicleSearch.cfm; } Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author

Re: (ot) SEO

2012-01-23 Thread Steve 'Cutter' Blades
it, for this *exact* situation before). Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: (ot) SEO

2012-01-20 Thread Steve 'Cutter' Blades
to. This means that users coming from the search engine would get links directly to the redirected page, skipping the interim process currently in place. Sounds like you need to build a better mousetrap. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion

Re: Filter row plugin

2012-01-16 Thread Steve 'Cutter' Blades
/Ext.grid.View-method-getSelectedRecords Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building

Re: Convert queries for ext

2012-01-12 Thread Steve 'Cutter' Blades
to work with CF without having to generate 'special' output from the server. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

Re: How many of the CF-Talk regulars blog?

2012-01-12 Thread Steve 'Cutter' Blades
I blog. Link in signature block. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: How many of the CF-Talk regulars blog?

2012-01-12 Thread Steve 'Cutter' Blades
Maybe he should be using BlogCFC? ;) Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2

Re: extjs4 designer

2012-01-11 Thread Steve 'Cutter' Blades
Check out the CFQueryReader project on RIAForge. This is a custom data reader for parsing ColdFusion's serialized native query object, and should be fairly well documented. Although not written for v4, I'm told it does work with v4 (I will be updating it soon). Steve 'Cutter' Blades Adobe

Re: extjs4 designer

2012-01-11 Thread Steve 'Cutter' Blades
No Worries! You may find some of these posts handy as well: http://cutterscrossing.com/index.cfm/cfqueryreader Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext

Re: Best practices: Google mapping

2011-12-15 Thread Steve 'Cutter' Blades
You can try my CFGMap project on RIAForge. Should be well documented, but you're welcome to ask questions off list. http://cfgmap.riaforge.org/ Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http

Re: ColdFusion Builder - Cut/Paste Delay Problem

2011-12-06 Thread Steve 'Cutter' Blades
I've had similar issues, due to some kind of internal memory leak (possibly related to search). I've found that if I restart Eclipse when I first notice the issue, then I can avoid it until Eclipse gets bogged down again. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified

Re: Adobe Abandons Flex

2011-11-18 Thread Steve 'Cutter' Blades
'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces

Re: Adobe Abandons Flex

2011-11-16 Thread Steve 'Cutter' Blades
I do Fed work, and I'm stuck still supporting IE 6 and up... :( Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt Publishing 2010 https

HTML5 Browser Support

2011-11-16 Thread Steve 'Cutter' Blades
reasoning was browser life cycle. Today there are developers who must continue to support IE 6 because a company (or govt) won't/can't move past it. How long do you think it will take before 85% + are up to, or past, IE 10? (sad fact: users still use MS) Steve 'Cutter' Blades Adobe Community

Re: Adobe Abandons Flex

2011-11-16 Thread Steve 'Cutter' Blades
and JQuery Mobile as *site* libraries, and Ext JS and Sencha Touch as *application* libraries. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author Learning Ext JS 3.2 Packt

  1   2   >