Fusioncube

The online journey of a technophile, by Steve Brownlee

Archive for the ‘coldfusion’ Category

I've been using the AjaxCFC library for years. It's my preferred way of integrating Javascript and ColdFusion via AJAX. I've even modified it from its original form so that my implementation was strictly for integration with jQuery, only returns JSON...

I learned something new today.  Using ROWNUM in an Oracle query, while it does limit the resultset to the number specified, does not limit it to the top n results.  It’s basically a random sample because it appears that ROWNUM is calculated...

ColdFusion DSN Listing

February 25, 2010 | In: coldfusion

Speaking of ColdFusion DSNs, here's a fun code snippet. Want to see a list of DSNs that are currently set up on a box? factory = createObject("java", "coldfusion.server.ServiceFactory").DataSourceService; sources = {}; sources =...

Figured this one out by sheer, dumb luck. driverManager = createObject("java","java.sql.DriverManager"); conn =...

I've had a task I assigned to myself open for some time now. I needed to figure out how to implement Flex/ColdFusion messaging for our clients. There were three (3) criteria for success: It needed to integrate seamlessly with our existing Cairngorm...

About Steve

I am a technologist, and have been ever since 1980 when I got my very first TRS-80 and programmed it to do my math homework. I love to share the gift of technology with others and show them the wonderful things it can do for them, and how they should not fear it, but embrace it.

Latest Tweets

  • 56 Light & Clean Website Designs Using A Minimalist Color Scheme | SpyreStudios http://t.co/vbUBSJC2
  • Ok... stayed up way too late trying out website designs for my wife's new nonprofit. The kids will be getting me u... — http://t.co/QrKh5iBI
  • Am I the only one who likes Google’s new privacy policy? http://t.co/qwcym5wH
  • All that time wasted learning the .NET framework - Fusioncube - http://t.co/krANoWmg
  • @marcesher libraries like Less only do what you tell them. You can make a mixin to do that, but it doesn't assume anything (which is good)

Subscribe

Entries (RSS)
Comments (RSS)