All Tags // ColdFusion

CAM-II CMS posted on: 2/15/08
Description: CAM-II CMS project officially started.
Delivering Raw Image Data to JavaScript & Dallas Tech Fest 2009 Presentation Files posted on: 6/22/09
Description: With Dallas Tech Fest 2009 over I can now share the demo files I was working on for my presentation. Below you'll find links to both the demo application and my slides (PDF). The jQuery Gallery demo displays a method for delivering Base64 Image data from a remote CF method call to JavaScript. The application is packaged up and downloadable from the main demo page. Demo Application: http://portfolio.lanctr.com/cfimage Slides (PDF): http://slantsoft.com/files/ServeFile.cfm?file=dallas_tech_fest_2009_steve_good_cfimage.pdf Enjoy, and as always, feel free to drop me any questions or comments.
Applying Design Patterns to ColdFusion - Intoduction posted on: 5/20/09
Description: I recently had the Head First Design Patterns book handed to me. This is a fascinating book, however, I imagine that a number of ColdFusion developers would take one look, see all the Java and move on to the next book, or worse, abandon the concept of design patterns in CF. I think if I had picked up this book a year ago I would have been in the latter camp and stuck with what I know and enjoyed my comfortable rut. My goal, over the course of reading this book, is to share with community the patterns I learn and how to apply them in CF with some close to real world examples. If you are interested in how to use design patterns with CF and would like to follow along with my journey I encourage you to buy, borrow or steal (ok, dont steal it) a copy of the book. Ill do my best to relate my posts to the chapters they are inspired by. I hadnt planned on covering chapter 1, but if anyone feels that it should be looked at please let me know and Ill take a look at it again. Ill be starting my series with chapter 2, The Observer Pattern, later today.
ColdFusion 9 CFSpreadsheet + ORM + Flash Builder 4 July DFWCFUG Presentation Recording posted on: 7/16/09
Description:

About an hour of banter about some of the new CF9 features, including but not limited to, CFSpreadsheet, Hibernate ORM, and Flex 4 integration.

https://admin.na3.acrobat.com/_a204547676/p76123212/

Download my sample code here: http://slantsoft.com/files/ServeFiles.cfm?file=CF9_July_DFWCFUG.zip

Twitter Badge - How I Did It posted on: 8/23/08
Description: A walkthrough of how I built my Twitter badge / widget.
Creating and Appending a List Using AutoSuggest and JQuery posted on: 4/3/08
Description: A brief look at how I used the autosuggest attribute and JQuery to create and append a list to a form.
Badge / Widget Wizards posted on: 8/24/08
Description: I've added two more badge wizards. A weather widget, and an auto updating webcam widget. Check them out here: http://learncf.lanctr.com/badges/index.cfm
Presentation: Moving Data Between ColdFusion 8 and Flex 3 posted on: 2/16/09
Description: On Sunday, Feb. 15th I did a connect presentation for the Dallas / Fort Worth CFUG on moving data between CF8 and Flex 3. Here is the recording of that presentation and the files I used. http://experts.na3.acrobat.com/p37889200/
JQuery and a First Blog Entry posted on: 2/13/08
Description: A little info about me, and the praises of a 9 hours old JQuery developer.
Sneak Peek at My Flex Chat App posted on: 8/7/08
Description: Here's a sneak peek screenshot of my Flex Chat app's dashboard interface. I'm working on the last five items on my task list for the app. We should be pushing it into private beta today!
Moving Images Between CF 8 and Flex 3 (AIR 1.5) - Part 1 of 2 posted on: 2/3/09
Description: In this first of a two part post I'll be showing how I setup my CFC to handle the server side image reading and storing.
Widget Outage - Widgets Back Online posted on: 8/27/08
Description: x10hosting.com, the host where my widgets were being stored was doing server updates. I've moved the widgets to the lanctr.com domain. They are all back online again, but the wizards will need to be re-run to get the object and embed tags with the new domain.
I am on flexcf.com posted on: 2/20/09
Description: Thanks to Paul Kukiel (http://blog.kukiel.net/) for getting my demo code up on http://flexcf.com/ Very cool!
Moving Images Between CF 8 and Flex 3 (AIR 1.5) - Part 2 of 2 posted on: 2/3/09
Description: In this entry I cover the Flex side of sending and receiving image data through the RemoteObject to ColdFusion 8.
CFIMAGE posted on: 5/7/08
Description: A few demos using the cfimage tag.
LearnCF.lanctr.com is Down posted on: 6/11/08
Description: I had to take my server offline due to issues with server 2005 sbs.
Create Dynamic CFWindow Instances With JavaScript and the CFAJAX API posted on: 6/11/08
Description: My first attempt at creating multiple instances of cfwindow on a page was less than desirable. I thought that nesting a cfwindow tag in a cfloop tag with the name attribute set to createUID would be the best way to create a unique instance of the cfwindow, which I could then open with a link or a button. The result was a bloated, slow moving page that was absolutely unusable.

Search