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 » 2004 » June

ColdFusion, WordPress, Flash & other web things


Archive for June, 2004

Thunderbird 0.7

Thunderbird 0.7 is out. I switched from Outlook to Mozilla Thunderbird at about the same time I switched from IE to Firefox (or Firebird as it was known at the time). Since then I have never regretted the switch. Thunderbird offers all the features that I was using in Outlook and on top of that [...]

Comments on download section

The downloads section of this site is now comment-enabled! Have a look and tell me what you think.

cfqueryparam and SELECT *

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

Firefox 0.9

Firefox 0.9 is out. As usual my first impressions are very positive. The slighlty altered new look for windows is nice and crisp and the new features (extension and theme managers) are great. Best of all, none of my favourite extensions failed to install which was one of the let downs of the previous builds.

If [...]

cfexit in cftransaction block

According to this Macromedia technote this is what happens when you use cfexit inside a cftransaction block:
When a cfexit tag is encountered within a cftransaction block of code, the thread in use is released, regardless if the method attribute is specified. However, because the cftransaction end tag has not been executed yet, the data source [...]