Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-settings.php on line 472

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-settings.php on line 487

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-settings.php on line 494

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-settings.php on line 530

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-includes/cache.php on line 103

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-includes/theme.php on line 623

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-content/plugins/paged-comments/paged-comments/paged-comments.php on line 159

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-content/plugins/paged-comments/paged-comments/paged-comments.php on line 380

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-content/plugins/paged-comments/paged-comments/paged-comments.php on line 382

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-content/plugins/paged-comments/paged-comments/paged-comments.php on line 386

Deprecated: Assigning the return value of new by reference is deprecated in /home/onepixel/public_html/wp-content/plugins/paged-comments/paged-comments/paged-comments.php on line 481
1 Pixel Out » ColdFusion

ColdFusion, WordPress, Flash & other web things


Archive for the 'ColdFusion' Category

Dave Spurr interview on WebWire

Ben Forta posted a link to an interview with Dave Spurr today. I know Dave quite well and even linked to some excellent work of his a few months ago. The reason I’m blogging about this is that I’m quite impressed that his name showed up on Forta’s blog but also to point out that [...]

Verity + Categories = Slow?

Adding categories to a Verity collection made a simple search interface run over 10 times slower. Is this a bug?

An incredibly usefull CFFILE error message

I thought I’d blog about this because I haven’t found any mention of it anywhere else on the web. I was working with CFFILE today and the tag kept throwing the following error while attempting to move a file: Attribute validation error for tag CFFILE. The value of the attribute source, which is currently “C:\JRun4\ser…\cfusion-war-tmp\uploaded-file.dat”, is invalid. I must’ve [...]

trim() treachery

trim() is probably the CF function I have used the most throughout my career. Today, this trusted and straightforward function behaved in the most unexpected way: it didn’t trim the string!
Now, the string I was attempting to trim was passed in from a textarea and had been pasted in from a spreadsheet cell and… IT [...]

cfqueryparam and SELECT *

Why you should never use SELECT * and CFQUERYPARAM together inside CFQUERY.