RE: CF9 License

2015-03-04 Thread Steve LaBadie
Mik, What is the name of your organization and where are you located? Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Mik Muller [mailto:ad...@montaguema.net] Sent: Wednesday, March 04, 2015 4:18 PM To: cf-talk

RE: CF9 License

2015-03-04 Thread Steve LaBadie
Montague WebWorks, in Greenfield, MA http://MontagueWebWorks.com/ Mik At 04:20 PM 3/4/2015, Steve LaBadie wrote: Mik, What is the name of your organization and where are you located? Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original

Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory

2015-02-11 Thread Steve Durette
€).init() / but because it’s outside of the webroot I can’t figure out what I need to do. Will createobject work with coldfusion mappings? Oh, and I have to try to keep the code a generic as possible because it will need to run on both ColdFusion 9 and Railo 4.2. Thanks, Steve

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 Builder 3-2

2015-01-10 Thread Steve LaBadie
Thanks Ron i didn't know that cf11 could be case sensitive. Sent via the Samsung Galaxy S™ III, an ATT 4G LTE smartphone Original message From: Rob Voyle Date:01/10/2015 12:30 PM (GMT-05:00) To: cf-talk Subject: Re: CF Builder 3-2 Hi Steve One other thing if you are using

RE: CF Builder 3

2015-01-06 Thread Steve LaBadie
Thanks everyone for responding Happy New Year Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Byron Mann [mailto:byronos...@gmail.com] Sent: Tuesday, January 06, 2015 1:41 PM To: cf-talk Subject: Re: CF Builder 3 I

RE: CF Builder 3

2015-01-06 Thread Steve LaBadie
Is it worth installing/using? Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Wil Genovese [mailto:jugg...@trunkful.com] Sent: Tuesday, January 06, 2015 1:23 PM To: cf-talk Subject: Re: CF Builder 3 ColdFusion

CF Builder 3

2015-01-06 Thread Steve LaBadie
We just purchased CF 11 and we also received a license for Builder 3. I don't know anything about the product and wanted to know if it something that should be installed. Does it get installed on the server or desktop? Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba

Re: Creating columns that aren't included in a query result

2014-12-11 Thread Steve Milburn
Start by showing us the code your using to display the results of your query. On Thu, Dec 11, 2014 at 10:13 AM, Torrent Girl moniqueb...@gmail.com wrote: Steve now my output is off. How do I handle that? (I wish I could attach images to my posts) Your task shouldn't be to handle values

RE: CF 11 Admin Panel

2014-12-10 Thread Steve LaBadie
Thanks for the link Russ After I did the install I went ahead and did the updates and it crash CF. I had to uninstall and re-install. Any ideas or advice? Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Russ Michaels

Re: cfmail causing problems for our server

2014-12-10 Thread Steve Milburn
Amazon SES was made for just this type of scenario. On Wed, Dec 10, 2014 at 1:23 PM, Dave Long d...@northgoods.com wrote: My customer's site allows interested visitors to subscribe to intermittent e-mail notifications regarding his annual event. My hosting provider tells me that use of

Re: Creating columns that aren't included in a query result

2014-12-10 Thread Steve Milburn
Your task shouldn't be to handle values that were not returned from the query. You need to think of a way to make sure they are returned. You should be able to accomplish that by using case statements in your query. Syntax may vary depending on your database, but should be something like this

Re: Creating columns that aren't included in a query result

2014-12-10 Thread Steve Milburn
If you implement the query syntax I sent earlier you will have a 0 in the disagree column. On Wednesday, December 10, 2014, Torrent Girl moniqueb...@gmail.com wrote: I am looking for how many people answered disagree etc. BUT, if no one answered disagree I want to be able to put a 0 in

CF 11 Admin Panel

2014-12-09 Thread Steve LaBadie
We have just come out of the dark ages from a Window 2003 server with CF MX7 to Windows 2012 R2 with CF11 standard. I just completed the install and want to know if someone could point me in the right direct for best practices for setting up the Admin Panel. Steve LaBadie, Web Manager East

Problem returning JSON from CFCS

2014-12-09 Thread Steve Durette
that it is something simple but my google foo is failing me at the moment. Any ideas? Thanks, Steve Sent from my iPhone ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: Problem returning JSON from CFCS

2014-12-09 Thread Steve Durette
Ok now I feel really stupid. Weeks ago I decided that I needed an empty Aplication.cfc in the directory with the CFCs. I was in the command line so I decided to do a ECHO. Application.cfc and that would have given a file with a blank line. However I missed the period right after echo and the

RE: Redirects

2014-11-11 Thread Steve LaBadie
I have over 400 redirects that have to be recreated and I am always adding more. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Michael Grant [mailto:mgr...@modus.bz] Sent: Monday, November 10, 2014 9:28 PM To: cf

RE: Redirects

2014-11-11 Thread Steve LaBadie
Byron, Looks like this is the route I am taking. Thanks for your suggestion and thanks to everyone that contributed to this thread. BTW- the mainframe was returned several years ago. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original

Redirects

2014-11-10 Thread Steve LaBadie
for best practices using CF. The new production server currently runs CF9 but looking to upgrade to CF11. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edumailto:slaba...@esu.edu [facebook-16x16]http://www.facebook.com/eaststroudsburguniversity [twitter-16x16] http

RE: Redirects

2014-11-10 Thread Steve LaBadie
www4 is a windows box Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Jon Clausen [mailto:jon_clau...@silowebworks.com] Sent: Monday, November 10, 2014 3:54 PM To: cf-talk Subject: Re: Redirects Is the current www4

RE: Redirects

2014-11-10 Thread Steve LaBadie
? Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Jon Clausen [mailto:jon_clau...@silowebworks.com] Sent: Monday, November 10, 2014 4:04 PM To: cf-talk Subject: Re: Redirects Then use the Linux mod_rewrite redirect

RE: Redirects

2014-11-10 Thread Steve LaBadie
I didn't give it any thought. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Monday, November 10, 2014 4:21 PM To: cf-talk Subject: Re: Redirects Is there a specific

Re: Alternative to shared SMTP server

2014-10-30 Thread Steve Milburn
Maybe Amazon SES? I haven't used it in a CF project so I can't speak to that specifically, but I did use it in a Node.js project and it was a piece of cake. Steve On Thu, Oct 30, 2014 at 4:22 AM, Kevin Parker tras...@internode.on.net wrote: Has anyone had any experience using Send Grid

Re: Alternative to shared SMTP server

2014-10-30 Thread Steve Milburn
Good to know, Dave. I figured there wouldn't be any problem using it from CF, but just couldn't speak to it from experience. On Thu, Oct 30, 2014 at 9:17 AM, Dave Watts dwa...@figleaf.com wrote: Maybe Amazon SES? I haven't used it in a CF project so I can't speak to that specifically, but

Re: CFHTTP connection failure

2014-09-11 Thread Steve Milburn
port 21 so they are not really helping you diagnose your SFTP problem. By attempting an SSH connection with Putty you can determine your target is listening on port 22. Dont forget to tell cfftp to use port 22 and secure = true. Steve On Thu, Sep 11, 2014 at 3:05 PM, Scott Stewart webmas

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

2014-02-10 Thread Steve Milburn
Why not put target=_blank in the a tag on the page that is linked to the pdf? Steve On Mon, Feb 10, 2014 at 9:56 AM, Rob Voyle robvo...@voyle.com wrote: Hi folks I am using cfheader name=Content-disposition value=inline;filename=#handout# cfcontent type=application/pdf file

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 Milburn
Inside your .each loop you want to push specialID to your array like so: specialIDList.push (specialID). Afterwards when you are preparing your values object to be sent to the server you do specialIDList.join to put them into a string. On Jan 16, 2014 12:32 PM, Rick Faircloth

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

2014-01-16 Thread Steve Milburn
into individual arguments? On Thu, Jan 16, 2014 at 2:07 PM, Rick Faircloth r...@whitestonemedia.com wrote: Hi, Steve... I just gave that a try, but still get an error in Firebug: 500 Element SPECIALIDLIST is undefined in ARGUMENTS Also, in the console, I still get what appears

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

Forms going into Barracuda

2014-01-13 Thread Steve LaBadie
the message is coming from a local form that guarantees a person completed the fields. They will then have the SPAM filters key on the header and allow the message to be delivered. Not sure how to go about this. Any help would be appreciated. Steve LaBadie, Web Manager East Stroudsburg University 570

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

CFFILE Question

2013-10-23 Thread Steve LaBadie
# /cfif Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edumailto:slaba...@esu.edu [facebook-16x16]http://www.facebook.com/eaststroudsburguniversity [twitter-16x16] http://twitter.com/esuniversity [youtube-16x16] http://www.youtube.com/user/esuedu

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

File name not showing up in application.log

2013-07-17 Thread Steve Moon
There are quite a few errors in my CF8 Application.log file that look like this: String index out of range: -1 The specific sequence of files included or processed is: Why is the file name blank and what's the best way to go about troubleshooting this error? This probably has to do

Empty file name in Application.log

2013-07-17 Thread Steve Moon
There are quite a few errors in my CF8 Application.log file that look like this: String index out of range: -1 The specific sequence of files included or processed is: Why is the file name blank and what's the best way to go about troubleshooting this error?

Caching

2013-07-17 Thread Steve LaBadie
in the future as we make more dramatic changes to the website. Thanks, Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edumailto:slaba...@esu.edu [facebook-16x16]http://www.facebook.com/eaststroudsburguniversity [twitter-16x16] http://twitter.com/esuniversity

RE: Caching

2013-07-17 Thread Steve LaBadie
Cameron, When someone goes to the page for the first time, the page is jumbled. I believe that it is only happening within the campus network and not off campus. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From

RE: Caching

2013-07-17 Thread Steve LaBadie
Thank you both for responding. I will give it a try. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Wednesday, July 17, 2013 10:38 AM To: cf-talk Subject: Re

RE: Caching

2013-07-17 Thread Steve LaBadie
Mark, Maximum number of cached templates 1024 Trusted cache not checked Save class fileschecked Cache web server paths checked Maximum number of cached queries100 Steve LaBadie, Web

Re: Empty file name in Application.log

2013-07-17 Thread Steve Moon
The problem has been identified: someone or something has been hitting a blank .cfm template on my site: http://www.someurl.com/..cfm There are quite a few errors in my CF8 Application.log file that look like this: String index out of range: -1 The specific sequence of files included or

RE: Caching

2013-07-17 Thread Steve LaBadie
Russ, I had added META HTTP-EQUIV=Pragma CONTENT=no-cache before posting this thread with no luck. Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 slaba...@esu.edu -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Wednesday, July 17

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

Urgent need ColdFusion Developer in ST Louis, MO

2013-05-17 Thread steve woods
analysis, design, build, test, and implementation Best Regards, Steve Woods Lead Recruiter Email: steve.wo...@shstinc.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155

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: ATTENTION Adobe! Multiple Broken CF-Related Links on Adobe.com!

2013-04-15 Thread Steve Durette
Haha I was just going to to that as well! Sent from my iPhone On Apr 15, 2013, at 3:20 PM, Jerry Barnes critic...@gmail.com wrote: Back up plan: http://www.getrailo.org/index. ~| Order the Adobe Coldfusion Anthology now!

Re: ACF10 and cffile

2013-04-11 Thread Steve 'Cutter' Blades
checked Google yet? Might find something there too. I found this StackOverflow post that mentioned that same excel MIME type: http://stackoverflow.com/questions/11354070/why-is-coldfusion-server-misinterpreting-an-uploaded-files-mime-type Good luck. Let us know what you come up with. Steve

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: CF 9.01 with Cumulative hot fix 4 won't work with Java 1.7

2013-03-28 Thread Steve Durette
java7 and .Net that gave me the final push: http://www.jnbridge.com/jn/kb/?p=163 Hope this helps someone else. Thanks, Steve -Original Message- From: DURETTE, STEVEN J Sent: Wednesday, March 27, 2013 8:05 AM To: cf-talk Subject: CF 9.01 with Cumulative hot fix 4 won't work

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: 32 vs 64 bit CF and DSNs

2013-03-09 Thread Steve Durette
Also you may want to do a search on the Microsoft ACE drivers. They came up with them for accessing office 2010. I'm almost positive they are 64 bit drivers. Sent from my iPhone On Mar 9, 2013, at 9:06 PM, Claude Schnéegans schneeg...@internetique.com wrote: You cannot natively run

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

  1   2   3   4   5   6   7   8   9   10   >