coldfusion
Tag details
Welcome to the 'coldfusion' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'coldfusion'.
Look up
"coldfusion"
at The Free Dictionary
Latest blogosphere posts tagged “coldfusion”
-
Even Better CF DB Error Messages
BarneyBlog —
Authority: 110
A few weeks ago I posted about fixing CFs DB error messages so that they include query params you passed as well as the raw SQL of the query. I also supplied a patch for detail.cfm so your SQL renders in a PRE tag for better readability, but didnt make it general enough to handle all cases. Ive addressed that ...11 hours ago -
Tappy tap tap
Advertising, Marketing and Design —
Authority: 148
It’s not often in November I drive around with my windows down. It was quite fortunate that I did though. I kept hearing this rythmic tapping sound. At one stop, I got out and noticed I had a stone in my tire, and I thought “great, found the problem”. After getting back in, and driving away the sound was ...20 hours ago -
ColdFusion Cookbook - find and share code recipes
Adobe Blogs —
Authority: 612
Some delectable news for all ColdFusion fans - especially, if you havent visited the Adobe Cookbooks page lately. The Adobe Cookbooks application now has a dedicated ColdFusion Cookbook serving ColdFusion code recipes. And in less than two months, weve already crossed over a hundred recipes. The ...1 day ago -
CFUnited 2010 - Speakers Announced, Ill Be There
Aaron West's Technology Blog —
Authority: 122
Reading through the CFBloggers feed the other day I noticed the first round of CFUnited 2010 speakers had been announced. I clicked through to the CFUnited blog and noticed my ColdFusion 9 caching submission had been accepted. While it seems like CFUnited 2010 is 9.4605284 × 10^15 meters in the future (points to ...1 day ago -
Ask a Jedi: ColdFusion Autosuggest on 2 Columns
Raymond Camden's ColdFusion Blog —
Authority: 133
Mike asks: Im working on a suggestion list for a search box, is it possible to query more than one column and return that from the binding CFC? Absolutely. Remember, ColdFusions autosuggest control doesnt care how you create the result, it just cares that you return an array of strings. How you create the array is up ...1 day ago -
Quick example of jQuery/ColdFusion 9 multifile uploader
Raymond Camden's ColdFusion Blog —
Authority: 133
I was talking to a reader earlier today about ColdFusion 9s 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 came back with an interesting scenario. How would you handle allowing ...3 days ago -
14 Days of ColdFusion 9 Caching: Day 4 - Flushing a Template From Cache
Aaron West's Technology Blog —
Authority: 122
Thus far Ive 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 ...4 days ago -
Seeing Stripes: Experiment with ZXing
cfSearching —
Authority: 122
I recently took a look at the ZXing Project which is described as " an open-source, multi-format 1D/2D barcode image processing library implemented in Java .". While its primary focus is mobile phones, I decided to look at the javase component of the project. ZXing also comes with a servlet. But I first wanted to ...4 days ago -
Start Your Own Web Development Business
Work Home Money —
Authority: 121
Web Development consists of various activities. Web development is a broader process which includes several processes in it. The activities involved in web development are - Web design Web content development Web server configuration Client and server side configuration etc Web development refers to the ...4 days ago -
Recording for Intro to ColdFusion 9 ORM
Raymond Camden's ColdFusion Blog —
Authority: 133
For those who couldnt make my ColdFusion 9 ORM presentation today, Charlie Arehart has posted the recording: http://experts.na3.acrobat.com/p73216529/ As I mentioned in the presentation, the slides (for the most part) and code are the same from the MAX presentation. I was able to go a lot longer and show a lot ...4 days ago -
New Zealand High School Kids ColdFusion Projects Posted Online
Ben Forta's Blog —
Authority: 125
Rob Wood teaches ColdFusion to kids in Bayfield High School in New Zealand (using the free for education ColdFusion license). He has posted links to his students work online.4 days ago -
ColdFusion SOAP Web Services and onRequestStart
Pete Freitag's Homepage —
Authority: 112
I knew there are some issues with using onRequest in your Application.cfc and web services, but I didnt think there were any issues with onRequestStart and ColdFusion 8 SOAP web services. Today while working on one of my clients web services I started getting the error org.xml.sax.SAXParseException: Premature ...4 days ago -
Quick Tip - CFLOG and JSON
Raymond Camden's ColdFusion Blog —
Authority: 133
As my friends will tell me, Im something of a cflog fiend. I use logging as my primary debugging tool. Its not perfect, but I find it to be especially effective in Model-Glue applications where one request bounces all over the place from controllers to model files to views. The only problem with cflog though is that ...4 days ago -
New Dutch CFUG Meeting This Week
Ben Forta's Blog —
Authority: 125
The newly formed CFUG.nl is hosting its second meeting this week at the Adobe offices in Amsterdam. Details are posted online .5 days ago -
14 Days of ColdFusion 9 Caching: Day 3 - Viewing Page Cache Metadata
Aaron West's Technology Blog —
Authority: 122
Todays caching example builds on yesterdays with one key difference, the last line. But before I explain that line, this is the perfect opportunity to talk about two different types of caches in ColdFusion 9: template cache and object cache. The word "template" is relatively specific to ColdFusion. I havent heard ...5 days ago -
Importing Client Data from Excel to MySQL Database
Advertising, Marketing and Design —
Authority: 148
I am currently working on a functionality that will allow a client to upload an excel file with data of their inventory and the functionality will be able to populate the MySQL database with the data. This is not an easy task because it requires precise knowledge of the inventory, and since the database is designed to ...5 days ago -
jQuery Quickie: Highlighting a table row after selecting a checkbox
Raymond Camden's ColdFusion Blog —
Authority: 133
One of the nice little UI features in GMail is how it will highlight an entire table row when you check the checkbox for a particular mail message. Its a relatively simple thing to do but I wanted to whip up a quick sample for myself. Here is one way to do it with ColdFusion and jQuery. [More]5 days ago -
Adobes Ben Forta on ColdFusion 9, CF Adoption Trends
dzone.com: latest front page —
Authority: 169
DZone recently caught up with Ben Forta, ColdFusion guru and renowned book author to discuss the state of the ColdFusion market, CF adoption trends, and the future of the platform. ColdFusion 9 introduces a new Eclipse-based IDE, improvements to the CFScript language, and adds object-relational mapping support via ...5 days ago -
Taste, confusion
Advertising, Marketing and Design —
Authority: 148
This morning my first sip of tea tasted like old coffee. I used one of those plastic ‘travel mugs’ for my tea in the morning and sometimes, no matter how many times you wash it, the flavor of old coffee never quite leaves. Maybe I’m just overly sensitive, but if I wanted to drink coffee, I would have, so ...5 days ago -
Talking about ColdFusion 9 and ORM Tomorrow
Raymond Camden's ColdFusion Blog —
Authority: 133
Tomorrow Ill be giving my "Introduction to ColdFusion ORM" presentation to the Online ColdFusion Meetup. For more details, and to RSVP (please RSVP, it inflates my already prodigious ego into even greater sizes) please see the meetup page . It will be held online - for free (as always!) at 11AM CST. This is a repeat ...6 days ago

