Nov 30
I keep seeing ads around the web for Fusion Reactor - looks like another SeeFusion product but on heat, reading the feature list I came across this statement:
Use Java 5 with ColdFusion right now. FusionReactor can upgrade your ColdFusion server to use Java 5 and get the most from its increased performance and stability.
Is CF even supported yet on Java 5?
Nov 30
Sony have now releaed 2.6 firmware for the PSP - now supporting RSS Feeds!!! Time for a bigger memory stick me thinks! Grab it yourself at http://www.us.playstation.com/psp.aspx?id=softwareupdate
Nov 16
I ran into a interesting issue/bug today with cfdirectory and createodbcdatetime(). To demonstrate, below are the outputs of exactly the same code one running on CF7.01 and the other on CF6.1. The first column is the raw datelastmodified field returned from the cfdirectory whilst the second column is the value returned from createdatetime() on the datelastmodified field, both running on the same server
On CF7.01 it would appear that createodbcdatetime() is not obeying the server locale instead defaulting to US format, hence why my file 29/03/05 (29 March 2005) appears to have time warped to 2029!!
cfdirectory results on ColdFusion 7.01
| 06/04/05 08:16 |
{ts ‘2005-06-04 08:16:00′} |
| 29/03/05 11:12 |
{ts ‘2029-03-05 11:12:00′} |
| 15/06/05 11:14 |
{ts ‘2015-06-05 11:14:00′} |
| 10/11/05 08:22 |
{ts ‘2005-10-11 08:22:00′} |
cfdirectory result on ColdFusion 6.1
| 06 April 2005 08:16:51 o’clock BST |
{ts ‘2005-04-06 08:16:51′} |
|
29 March 2005 11:12:38 o’clock BST |
{ts ‘2005-03-29 11:12:38′} |
| 15 June 2005 11:14:20 o’clock BST |
{ts ‘2005-06-15 11:14:20′} |
| 10 November 2005 08:22:58 o’clock GMT |
{ts ‘2005-11-10 08:22:58′} |
There’s nothing in livedocs to suggest a change of behaviour between versions - so it’s left me stumped. A fix is to use lsparsedatetime() instead but it seems odd it’s changed without notification..?
Nov 13
…just completed successfully!
Nov 08
I’ve just seen this via Engadget - a USB based Linux Server!!! Now the mind boggles with the possibilites that could offer!! I think I’ll try and get hold of one.
EDIT: Except CFMX isn’t supported on Debian Linux
Nov 08
for my early spate of blog spam…I was testing some code and forgot it was pinging MXNA with each new post. I’ve ditched the ping for the time being!
Nov 08
If this works I’ve just managed to connect Flickr to BlogCFC via XML-RPC.
Nov 03
If you haven’t checked it out yet check out helmsandpeters.com new podcast. It’s a light hearted discussion on frameworks complete with canned laughter, a doctor…..and is that JohnQ as the receptionist? :). But it certainly leaves you with food for thought!
Nov 02
Not only a great Flash site, looks like a great place to take a vacation…next year!
Freedom of the Seas website
Nov 02
With all the fuss about Windows Live - why not give www.start.com a try. Now I’m not sure how long it’s going to be around for - i’m pretty sure it’s the incubation project for live.com but it works in Firefox and IE (unlike live.com).
Over the past few weeks I’ve been using both start.com and google.com/ig - to be honest Google wins. For a start I get all my Gmail coming into one screen as well as a stack of RSS feeds, saved searches….and today I learnt how to check my blood pressure with a Sphygmomanometer!
Recent Comments