ColdFusioning: Pronunciation \kold-fy�-zhn-ing\ Noun: The action of one that writes ColdFusion.

Massive ColdFusion Resource List

Get your bookmarks ready!

Time to take a visit to the site of the great ColdFusion "troubleshooter", Charlie Arehart. Charlie has put together an exhaustive list of tools and resources for ColdFusion. Titled CF411, the site features over 1,200 links and is quite comprehensive. The greatest part is it appears Charlie is actively maintaining the list, with the last update being only days before this post.

Jump on over to CF411 and bookmark it today: http://www.carehart.org/cf411/





CS5 Launch Announced! - Register Now

Adobe has just announced the launch date of the new Creative Suite 5 (CS5). The event will take place on April 12th, 2010, at 9am PDT or 11am EDT. You can reserve your spot today for the event by visiting the URL below. The site below will also have sneak peek videos and social media updates, so check back often.

The site is located at: http://cs5launch.adobe.com

I am pleased to have been on the team, along with Wrecking Ball Media, to design and build the site. We had the pleasure of using Adobe technologies, including ColdFusion, Photoshop and the rest of the Creative Suite products.

Check the site out today!



ColdFusion Builder and FlashBuilder 4 Released

Just released! ColdFusion Builder! Price: $299 and it comes with FlashBuilder 4!

Check out more details: http://www.adobe.com/go/coldfusionbuilder



New Site Launch: CS Buzz

I'm pleased to announce, while working with the great Wrecking Ball Media Team and other numerous fantastic people at Adobe, today we launched the Adobe Creative Suite Buzz Hub:

http://csbuzz.adobe.com/



The site will be a focal point for updates and videos related to Creative Suite. Check it out and let me know what you think.



AdobeTV Article on Adobe Edge

The wonderful Kush Amerasinghe wrote an article that was just posted on Adobe Edge regarding building AdobeTV. The article is more technical and provides insight into the Adobe technology behind the site. Definitely worth the read:

http://bit.ly/AdobeTVEdge





Tour de ColdFusion Update - Get Your Samples Ready!

After building hundreds and hundreds of samples, we are rapidly approaching the first release of the Tour de ColdFusion.

Be sure to start getting any samples you would like to include in the Tour ready. We will be posting instructions for submitting your samples shortly. Our goal is to show both current and new developers the power of ColdFusion and everything that is possible.

Lastly, in addition to the Tour de ColdFusion Google Group, we have created a Twitter account where we will be making announcements and updates: http://twitter.com/tourdecf



ColdFusion and Oracle Weird Database Error: ORA-01722: invalid number

I recently made an update to a table and start receiving a weird error:


[Macromedia][Oracle JDBC Driver][Oracle]ORA-01722: invalid number

even though the SQL hadn't changed and I had only added a column to the database. Well, it turns out that cfqueryparam and ColdFusion do some weird caching that was causing the error. If changed the query (i.e. change the order of the WHERE statements (which didn't change the results)), the error went away.

Truly a weird error.



ColdFusion 9 Solr Language Packs

I recently went looking on how to install language packs for Solr as you normally would for Verity. It turns out that you don't have to do anything special to use different locales in Solr.


<cfcollection
    action = "create"
    collection = "myCollection"
    path = "C:\ColdFusion9\collections\"
    language = "language_here"
    engine="solr"
>

You can then specify any of these languages: Brazilian, cjk (Chinese, Japanese, Korean), French, Russian, Czech, Dutch, German, Thai, Chinese, English, or Greek

Then just use cfindex to update your collection as you normally would.



ColdFusion Builder Expires January 1st

ColdFusion Builder Beta2 will expire on January 1st, 2010. Beta3 is out and free to upgrade. I recommend upgrading early so you aren't trying to download the update on the same day everybody else who forgot.

Direct link to update: https://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_coldfusionbuilder



CFBuilder Beta 3 Released! Download it Today

Looks like Adobe added a lot of features to this build. I'm especially excited about the "Code Assist for ColdFusion ORM". Download your copy today: Info Here:
http://labs.adobe.com/wiki/index.php/ColdFusion_Builder

Download directly:
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_coldfusionbuilder



More Entries