Delicious

 

RSS Delicious

November 8, 2011
Ryan Anklam's ColdFusion and Web Development Blog: Introducing the ColdFusion Koans - Learn ColdFusion Through Unit Tests
November 8, 2011
Improve your web application's performance : New Relic
September 29, 2011
Pingdom Tools
May 2, 2011
Cincopa for Developers
Cincopa is an Internet platform that enables you to create media-rich web sites and applications by utilizing a cloud-like file system.
April 7, 2011
memcached-session-manager - Google Code
March 19, 2011
Home - Couchbase Wiki - Couchbase wiki
March 6, 2011
How to Host Images on Amazon S3 Storage Service – Step by ...
March 6, 2011
Amazon S3 Buckets Described in Plain English
March 6, 2011
Amazon S3 Simple Storage Service – Everything You Wanted to Know
March 6, 2011
How to Setup Amazon S3 with CloudFront as a Content Delivery ...
February 25, 2011
Cache (Reference) Part 3 — Railo Blog
February 16, 2011
Learning ColdFusion 9: Using OnCFCRequest() To Return JSONP (JSON With Padding) API Responses
February 16, 2011
Learning ColdFusion 9: Application.cfc OnCFCRequest Event Handler For CFC Requests
February 11, 2011
Developing Applications with FW/1
FW/1 is intended to allow you to quickly build applications with the minimum of overhead and interference from the framework itself. The convention-based approach means that you can quickly put together an outline of your site or application merely by creating folders and files in the views folder. As you are ready to start adding business logic to the application, you can add controllers and/or services as needed to implement the validation and data processing.
February 11, 2011
Introducing FW/1 – Framework One
February 3, 2011
Extending The Application.cfc ColdFusion Framework Component With A Relative-Path Proxy
February 3, 2011
andyMatthews.net - ColdFusion 9 and pure CFScript CFCs
If you came to ColdFusion from a Java, C++, JavaScript, Actionscript, or any other script based background you might not be aware that ColdFusion has a completely separate syntax. It looks very similar to those other languages but has always been sort of a bastard step-child of the tag based syntax.
February 2, 2011
Extending The Application.cfc ColdFusion Framework Component ...
With the release of ColdFusion 8, we now have the ability to create application-specific mappings directly within our Application.cfc ColdFusion framework components. This functionality works perfectly for both createObject() method calls as well as for the CFComponent Extends attribute;
February 2, 2011
Mastering The ColdFusion Application Framework
When most people hear the term, "Framework," they think about products like ColdBox, Model-Glue, Mach-ii, and FW/1. What most people generally don't think about is the robust and powerful framework that comes already packaged with ColdFusion.
February 2, 2011
Extending Your Root Application.cfc
As some people have discovered, you cannot easily extend the Application.cfc in your webroot because of the way CFMX searches for CFCs (extends="Application" in your subdirectory's Application.cfc fails because it looks in that directory first before searching the webroot).