CartWeaver SQL Injection holes
The ColdFusion version of CartWeaver has some security vulnerabilities that were discovered. French security company FrSIRT has released an announcement about the holes, also stating that there are no known…
The ColdFusion version of CartWeaver has some security vulnerabilities that were discovered. French security company FrSIRT has released an announcement about the holes, also stating that there are no known…
I saw news today that there's a new blogging service on the block, and it's from the popular ColdFusion hosting company CFDynamics. This was cool to see, at first, because…
In ColdFusion, it is easy to get the row count from a SQL select statement, just use recordcount. But what about when you do an insert, update or delete? In…
I've added a new poll to this blog. This time, I'm curious how many email addresses you currently use. I'm interested in the amount that you use, not counting those…
Oftentimes I find myself in a position where I think I need to have a dynamic variable name. For example, if you need to store contents in unique variables, but…
On CF-Talk today, an interesting comment about CFQueryParam was made by Adam Howitt. He mentioned that sometimes you will run into database errors because of using cfqueryparam. He wasn't saying…
I took this test, and only got 25 out of 100 on the nerdy scale. I'd didn't think I was very nerdy, but I do enjoy a few nerdy type…
I've uploaded an update to CFQuickDocs, my tool for quickly looking up documentation on ColdFusion tags and functions. After my last update, I had a few feature suggestions from the…
I've launched another update to CFQuickDocs. I added random tips to let people know about some of the features available on the site. This is an extension of my continuing…
I was reading an article today about ESPN's move to standards compliant code, using CSS and ditching tables (except where relevant). A couple of nuggets I wanted to share:1. They…