cybersonic.blogspot.com
Cybersonic: 09/01/2004 - 10/01/2004: Coldfusion, CFEclipse and a rambling compendium other notes on Web Development
http://cybersonic.blogspot.com/2004_09_01_archive.html
A compendium of coldfusion and web development notes mixed in with assorted ramblings. Wednesday, September 22. Since my last post. With regards to the release of CFEclipse V 1.1.16. I thought I would post an interview with the main guy behind the project Rob Rohan. Mark Drew: What is CFEclipse? MD: How did you get involved in the project? MD: What were you doing before this/what is your background? As for my background I am a freelance hacker hailing from the Bay Area. For the corporate types: hacker as...
ngt63.com
Nguyễn Gia Triệu
http://www.ngt63.com/index.cfm
Món ngon mỗi ngày. Ẩm thực Hà Nội. JR 3500 Best jQuery Plugins. New in CF 11. HTML 5 Cheat Sheet. Samsung Galaxy Note Pro. Two Financial Center Parking $10. 23 Things You Can Do in iOS 9. How To Make Sense. Download for Offline Listening. Food Pak Express Wholesale. Loi Hay Y Dep. BMW of Peabody - Andover St.
cfweller.blogspot.com
cfWeller: Introducing CodeChecker - a code review automation tool
http://cfweller.blogspot.com/2013/06/introducing-codechecker-code-review.html
Columns from a corporate ColdFusion developer. Saturday, June 1, 2013. Introducing CodeChecker - a code review automation tool. Code review is an important part of any software development cycle. It helps ensure to some degree the quality, coherency, and consistency of an application to the team's objectives. In a cffunction or cfif myVar IS 1. That is why I'd like to introduce CodeChecker. Below are some of the highlights. More documentation can be found on the project's wiki. Prohibit nested cflock tags.
cfweller.blogspot.com
cfWeller: September 2013
http://cfweller.blogspot.com/2013_09_01_archive.html
Columns from a corporate ColdFusion developer. Wednesday, September 18, 2013. CF10 expandPath() issue with IIS virtual directories. First of all, allow me to preface this post with the fact that I am not advocating the use of IIS virtual directories in lieu of ColdFusion mappings. That is a separate legacy environment issue we're planning on addressing. With that disclaimer out of the way, the issue that we were experiencing is with the expandPath(). This was a non-issue in ColdFusion 9. As I would expect.
cfweller.blogspot.com
cfWeller: May 2012
http://cfweller.blogspot.com/2012_05_01_archive.html
Columns from a corporate ColdFusion developer. Friday, May 4, 2012. IsDefined invalid variable name error. It is widely known that StructKeyExists is faster than IsDefined since IsDefined still searches all scopes for the variable until it finds it, whereas StructKeyExists explicitly defines the scope to search. Also explains why IsDefined can be confusing and arguably buggy. Posted by Chris Weller. Subscribe to: Posts (Atom). Man of God, ColdFusion/PERL developer. View my complete profile. First of all,...
cfweller.blogspot.com
cfWeller: Standard responses with Response.cfc
http://cfweller.blogspot.com/2013/04/standard-responses-with-responsecfc.html
Columns from a corporate ColdFusion developer. Friday, April 5, 2013. Standard responses with Response.cfc. Standardizing responses is useful so you know what to expect when you make a service call. That is why I wrote Response.cfc ( github repo link. This response object by default returns a json packet so it can be easily manipulated by AJAX and remote API requests. For non-AJAX/non-remote calls, I like to deserialize the json immediately after getting the response. Data (used to pass back context data).
cfweller.blogspot.com
cfWeller: ColdFusion query of queries divide by zero not throwing error
http://cfweller.blogspot.com/2011/08/coldfusion-query-of-queries-divide-by.html
Columns from a corporate ColdFusion developer. Tuesday, August 23, 2011. ColdFusion query of queries divide by zero not throwing error. Interesting discovery I made today: If you divide by zero in a ColdFusion query of queries, you don’t get an error. When you dump the result of the query of queries it shows a special character symbol. I would have expected to get an error. Has this been / should this be reported to Adobe as a bug? Posted by Chris Weller. August 27, 2011 at 1:56 PM. Follow Me on Twitter.
mitrahsoft.com
MitrahSoft Blog | SublimeText offline dynamic help for ColdFusion
http://www.mitrahsoft.com/index.cfm/blog/SublimeText-offline-dynamic-help-for-ColdFusion
Software development company for ColdFusion Applications. MuraCMS Plugin Creation and Personalisation. Install PresideCMS in Apache without CommandBox. Refer ColdFusion projects, earn referral bonus. MitrahSoft contribution to PresideCMS. PresideCMS - New ColdFusion open source CMS in town. Import SSL Certificates into ColdFusion using CertMan Extension. SAP Commerce v3 integration using Railo. JQuery validation error placement for Semantic-UI. SublimeText offline dynamic help for ColdFusion. But we miss...