Sassy Sprites – Making sprites easy with SCSS/Sass
I hate sprites When talking about sprites, I often hear from people that they hate them. Unfortunately their biggest reason tends to be one which could be easily solved, the grueling task of setting...
View ArticleCF – Best for Healthcare Development
I’ve been using CF since 1997 and developing custom application for healthcare and all done with CF. We use CF for its security, ease of use and CF quick support has been a part of our decision to...
View ArticleTomcat Load Balancing Sample Worker.Properties File using Status Worker
If you want to load balance between 2 ore more servers in ColdFusion here is an example worker.properties file that will set it up. You would edit for your local or remote servers. This feature is...
View ArticleMyAcrobat.com is here
I’m excited to announce my beta release of myacrobat.com powered by ColdFusion 2016. If you need to add a signature field, stamp, redact, barcode, and properties without using Adobe Acrobat DC (PRO),...
View ArticleDid you know that ColdFusion Builder 2016 is included with your purchase CF...
I see people asking this occasionally, so it bears pointing out here in the portal: ColdFusion Builder 2016 is included with your purchase CF 2016. Let me quote one of the questions and answers from...
View ArticleHow ColdFusion Enhances Web GIS Applications for Central San
Central San is a water resources agency that serves nearly 450,000 customers in our 145-square-mile service area. Founded in 1946, Central San collects and treats 30-50 million gallons of wastewater...
View ArticleMore Modern CFML features
More Modern features in ColdFuison, what are these features? Here are some and examples for each: CFScript QueryExecute Member Functions Elvis Operator Colusures Map Reduce Filter Each First Class...
View ArticleIntroducing CFConfig : A new way to manage your CF server’s configuration...
We’re very excited to unveil a brand new project we’ve been working on called CFConfig. It’s a command line tool that can help you manage the configuration for any CF server in a simple, portable,...
View ArticleAPI Manager Demonstrations and Key Elements
Check out my presentation from Summit 2017 API-Manager-Presentation-Summit-2017
View ArticleBulk Inserting Data
One of the operations that we do often is insert multiple rows into a database. Your inclination is probably to just loop over a cfquery and do the inserts. While this will work it creates some...
View ArticleAn API Manager Success Story
For the past two years we have been working on making the Adobe API Manager a part of our day to day management of all internal and external services. We launched the product into our production...
View ArticleHow to get serialized JSON results from a CFC, AJAX and a SQL Stored Procedure
Using a CFC in AJAX is easy. Just make sure to pass your arguments in and use the arguments scope within the cfc and then use them in a cfproc param within your code. This way you can pass multiple...
View ArticleWhat is the best way create a session-less site?
This is the process i use to keep a session-less site? Does anyone have any better suggestions? var memberObj = { MemberID = request.MemberStruct.userData.MemberID, SessionKey =...
View ArticleAPI Manager Request and Response Logging
Another great feature in the API Manager that helped us debug and trouble shoot an application without the need of any debugging code or even a code deployment. With limited write access to certain...
View ArticleAdobe ColdFusion Summit 2017 presentations
Does anyone know if all of the presentations from CF Summit 2017 will be available in a single location after the conference?
View ArticleColdFusion MailSpoolService Manual Restart Issue
I’ve seen a few different ColdFusion 11 Standard servers that have been sending duplicate emails. We’ve had several clients at CF Webtools reporting this issue and over time I’ve had to research this...
View ArticleDid you know there’s a free “Express” edition of ColdFusion Builder?
Did you know there’s an available free “Express” edition of ColdFusion Builder? You may already know there’s an available 60-day trial, but I’m not talking about that (which gives you full access to...
View ArticleDid you know there’s far more to the CF docs than just the CFML Reference?
Are you making full use of the ColdFusion documentation? I see many people labor and suffer in their use of ColdFusion (or failing to take full advantage of it) because they tend to use search engines...
View ArticleHow to install ColdFusion updates manually
Sometimes, CF administrator UI update installation could fail due to permissions, lockdown guide, network restrictions etc. You can follow below instructions to apply updates manually. Navigate to...
View Article3 ways to test your ColdFusion API – Presented at CF Summit 2017
CF Summit 2017 was a lot of fun, lots of new faces, and good to meet friends, old and new alike. I really enjoyed the ColdBox 2 day training, RESTFul Training Bootcamp. I also enjoyed, Pete Freitag’s...
View Article