Smart Category: ColdFusion (rss)
1 | Next Page

PDF Portfolios & ColdFusion 9

Nov 21, 2009 12:19 AM
Rating: (Total Clicks 14)

I think that one of the coolest features in ColdFusion 9 is the ability to create PDF Portfolios. But this feature isn't one that I hear anyone talking about. Why? Well, I find that most ColdFusion developers--and I've talked to a whole lot about this--have never heard of PDF Portfolios. So what I need to do here first is point you to some info about PDF Portfolios themselves. The best place to start is with this Adobe Acrobat 9 help documentation. Check out all those cool features! Let's say you need ColdFusion 9 to send multiple pieces of content via (translate)

Quick example of jQuery/ColdFusion 9 multifile uploader

Nov 20, 2009 11:18 PM
Rating: (Total Clicks 12)

I was talking to a reader earlier today about ColdFusion 9's new multi-file uploader. I mentioned my earlier blog post which goes into details about the "multiple post" nature of this control, specifically if you have other form fields involved. He c... [More] (translate)

Caching Enhancements in ColdFusion 9 - Part 7: Using the Template Cache

Nov 20, 2009 9:35 PM
Rating: (Total Clicks 9)

In Part 5 of this series, we introduced the template cache with a quick example that showed how to cache page fragments. As we mentioned then, the template cache can be used to cache page fragments as well as entire web pages. This post is broken up into three sections that explore the three typical use cases of the template cache: Caching entire wen pages, caching entire web pages with url parameters and caching page fragments. Caching Entire Web Pages To cache an entire web page, simply place a single cfcache tag at the top of you page. Here's an (translate)

ColdFusion Job in Knowxville, TN

Nov 20, 2009 2:42 PM
Rating: (Total Clicks 11)

We have an immediate contract to hire need for a ColdFusion Developer.  This is a great opportunity with a company known for it’s company culture and dynamic working environment.  The position ultimately could lead to a full time hire!    – Note: This position requires the work to be performed on-site.   Client is ultimately looking for full [...] (translate)

14 Days of ColdFusion 9 Caching: Day 4 - Flushing a Template From Cache

Nov 20, 2009 2:34 PM
Rating: (Total Clicks 9)

Thus far I've written about caching an entire Web page, caching part of a Web page, and viewing page cache metadata. Today I want to focus on flushing pages and page fragments from the template cache. This task is easily accomplished using the tag with the action attribute set to "flush." There are two basic ways to flush pages from template cache. You can flush the entire template cache using the following code. This should be done in moderation as flushing dozens or hundreds of pages or page fragments all at once might be an expensive operation. Secondly, you can (translate)

Friday Contest - Time for the smack down

Nov 20, 2009 2:32 PM
Rating: (Total Clicks 10)

Ok, let me start off by saying that I do not condone knocking other languages. I do it - in jest - mainly because I've had to deal with so much in return. I figure if we ColdFusion developers can take it, we can, from time to time, "vent" a bit and d... (translate)

Speaking at NL CFUG - Battle of the Frameworks

Nov 20, 2009 10:29 AM
Rating: (Total Clicks 19)

Debating over the popular Coldfusion frameworks always leads to some interesting discussion. Today, Model-Glue, Fusebox, and Coldbox will be facing off. To introduce the code and theory, as well as the practicality each framework brings to the ... (translate)

Flex based Kia Used Car Locator

Nov 20, 2009 4:36 AM
Rating: (Total Clicks 82)

Our flex based used car locator application continues to shift like hot cakes. The latest one is for Kia UK and is meant to be a rich user experience for finding an approved user car. View it at Kia used cars by selecting the Enter Used Vehicle Locator option. It is power by Flex and ColdFusion technologies. (translate)

CFConversations 42, Interview 28 - David Stockton of Intergral (FusionReactor)

Nov 20, 2009 4:32 AM
Rating: (Total Clicks 29)

For this episode, here's an interview recorded on October 21 with David Stockton of Intergral, the company best known for their server monitoring tool FusionReactor and their ColdFusion debugger, FusionDebug. David discusses their long awaited analytics tool FusionAnalytics, which I can't WAIT to get my hands on! You can sign-up for the beta here once it's out (it's still in Alpha): http://www.fusion-reactor.com/labs/signup.cfm The potential of FusionAnalytics, if it lives up to the hype, is big. I am looking forward to seeing what it can do. David and I also talk at length about FusionReactor, some of the things he's seen (translate)

.NET or ColdFusion ?

Nov 20, 2009 2:27 AM
Rating: (Total Clicks 38)

Umm why not both?I think having an understanding of multiple languages is a good thing. Before working with ColdFusion my preferred web language was PHP. At that time I was also writing some thick clients in VB.NET I still like to work with other languages and recently I have been brushing up on C#.So what's the point of learning languages if your not going to use them? Well occasionally you do and it can really come in handy. Recently I worked on a project that had some pre-built code in c# and they needed a Web interface to part of (translate)

1 | Next Page