joeydaly.com #code #afl #tennis

31Oct/100

Manymoon

Posted by Joey

Okay,  so we’re trying out this new software. It’s like a cross between facebook and microsoft project. Rather cool and easy to use, best thing is if you using Google Apps – it’s brilliant.

http://www.manymoon.com

I’m one of those people like that everything bundled and together, I like having one location to access everything. So with Manymoon integrated with my mail, it works well!

Use it for free… Continue reading

27Oct/100

Railo inbuild database

Posted by Joey

Didn’t know this one, but yes! Railo comes with in-built database, H2. No need to install anything it comes ready to use.

Full details here: http://classic.railo.ch/en/index.cfm?treeID=325

Tagged as: , , No Comments
15Oct/100

Concat Rows into a string

Posted by Joey

I had this problem a while ago where I needed to do a really big UPDATE sql statement using the IN clause. So rather than coping all the ids out and then adding a comma at the end of it you can concat the id rows into a string – thanks A-ton!… Continue reading

Tagged as: , , No Comments
14Oct/100

Coldfusion + XAMPP, when all goes pear shaped

Posted by Joey

Okay, so I made this post a while ago.
Since then I totally forgot about it, and tried to get CF working again. Oh but wait I forgot what I did!

Found this great blog post that helps debug you’re settings. I recommend it, great article.

http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache

With my issue, my pages were giving me plain text cf files.  It was within my httpd.conf file the… Continue reading