- Your Locale:
- English (United States)
- Your Time Zone:
- Coordinated Universal Time
- TopStyle (27 days)
- javascript.com (5 days)
- webreference.com (19 hours)
- JavaScript Tip Archive (8 days)
- Jim Waldo (956 days)
- petes eats (792 days)
- flaver (786 days)
- spikefu (1148 days)
- Developer Dispatch (336 days)
- FlashComponents.net (1708 days)
Code Samples for Rapid OO Development with ColdFusion Frameworks
You can download the full code samples I used in my Rapid OO talk that I gave most recently at cf.Objective(ANZ) , and previously at cf.Objective() . Before people ask, I don't tend to post slides, as they are generally only pictures, and tend to have no context without me talking next to them.That being said, I'll have a chat with the CFMeetup crew, and see if they would like me to give ... (translate)
One Week Until cf.Objective(ANZ)
I can't believe it was well over a year ago I was sitting around with the steering committee of cf.Objective() , and the conversation turned to 'What do you think of the idea of doing this conference in Australia?', it feels just like yesterday.Now we're only one week away from cf.Objective(ANZ)!!! If you haven't already registered , there are still spots available, so make sur... (translate)
JavaLoader 1.0 Beta Released
JavaLoader 1.0 is moving from Alpha to Beta with only a few small bug fixes and enhancements.If you are not familiar with JavaLoader 1.0's functionality, you can have a look at my previous blog post , the documentation and/or the presentation I did at MAX for more information.The was a logic bug in the way that dynamic compilation was occuring across multiple source directories that has now... (translate)
MAX Presentation Recording: ColdFusion for Java Developers
I had the wonderful opportunity to present and attend MAX for the first time ever this year, and I can honestly say, it was a fantastic time all around.MAX is completely unlike any other conference I've ever attended, both in terms of its sheer size, and also in terms of the wide gamut of Adobe community members that are in attendance. I managed to meet a variety of people that I would n... (translate)
ColdFusion Builder Beta 2 on Linux
For those of you who have been running ColdFusion Builder on Linux, you may have noticed that the installer structure has changed since the last public beta, which means that my previous instructions will no longer work.This means we have to jump through some different hoops to get things to work this time around.The steps are now the following: Download the Windows version of ColdFusion Builder ... (translate)
Ben Forta is Coming to cf.Objective(ANZ)!
In case you missed the tweets, I am very pleased to announce that Ben Forta will be joining us in Melbourne, Australia for cf.Objective(ANZ) !Ben will be joining ColdFusion Evangelist Terry Ryan to represent Adobe ColdFusion here in Australia, and the two of them will be around to chat to all attendees about ColdFusion and the Adobe ecosystem.Don't forget that the early bird price comes to a... (translate)
Talking Java and ColdFusion Integration on CFPanel this week!
At a very ANZ friendly time of Wednesday, 10am Melbourne time, I'm going to be joining super-smart guys Brian Kotek and Barney Boisvert on CFPanel to talk about Java Integration with ColdFusion in the CFPanel Connect Room.Thisis obviously a topic that is quite near and dear to my heart, but it isalso one that I think often doesn't get its 'surface scratched' (so tospeak). In ... (translate)
Registration Opens for cf.Objective(ANZ)
It's been a bit of a bumpy road getting here, but registration for cf.Objective(ANZ), being held in Melbourne Australia on the 12th and 13th of November is finally open!The program is full with a stack of really interesting presentations, ranging from JVM Tuning and Optimisation, to ModelGlue 3: Gesture, all the way to Connecting hardware up to ColdFusion!We have an international cast of ... (translate)
JavaLoader 1.0 Alpha is Released!
JavaLoader1.0 is a project I've been talking about off and on for the past 6months or so, and I'm very happy to announce that a release version isnow complete.There are several key new features to JavaLoader 1.0,Dynamic CompilationNowif you are working with JavaLoader, you don't have to bundle your Javacode into a jar to load. You can simply specify to JavaLoader whichdirectories... (translate)
Getting UTF-8 and MySQL to work with ColdFusion 9 ORM
A question I've seen show up quite often in Hibernate forums is 'How doI get Hibernate to generate UTF-8 Compliant Tables and/or columns whenit generates my database tables when using mySQL?'It'sactually, quite easy to do, but often (myself included), people end uplooking deep into Hibernate for some mysterious setting.Inreality, it's just a question of setting up your database... (translate)