Lots of Traveling in October... See you there!

I have finally got my October travel plans set, now i just have to book transportation and lodging.

October 4–7 MAX LA
Los Angeles, California


We are in a software revolution fueled by social computing, client and cloud, and the spread of rich media across screens and devices. For four unforgettable days this October, MAX 2009 will bring together thousands of designers, developers, and decision-makers to shape the future. Join us.

While there I will be TA-ing the following sessions;

Hands-On ORM with ColdFusion 9
Monday, October 5 11:30AM (Duration: 90 minutes)
Instructor: Adam Lehman

Integrating BlazeDS and ColdFusion
Monday, October 5 02:30PM (Duration: 90 minutes)
Instructor: Aaron West

Getting Started with ColdFusion
Monday, October 5 05:00PM (Duration: 90 minutes)
Instructor: Josh Adams

Integrating BlazeDS and ColdFusion
Wednesday, October 7 09:00AM (Duration: 90 minutes)
Instructor: Aaron West

So come on out and attend these sessions and let me help you along!

 

October 17-18 CF<in>NC

Centennial Campus of NC State University in Raleigh, NC

 

CFinNC - Carolina ColdFusion / Flex / Air Conference - Oct 17-18, 2009

The Triangle Area ColdFusion User's Group, associates, and sponsors are organizing the ColdFusion in North Carolina 2009 Conference to be held October 17-18, 2009 on the Centennial Campus of NC State University in Raleigh, North Carolina. The conference will be aimed at ColdFusion and Flex developers and others who are interested in web design using these technologies.

Registration for the event will be free which includes entry to the weekend event and all presentations. Should you or your organization wish to make a donation to help offset expenses, please email info@cfinnc.com and we'll work with you. No Donation or Sponsorship is required to attend.

While there I will be speaking on the following topic;

How to Setup a Local Development Environment
A fresh look at an old developers issue. I will be showing you how to use current technologies and applications to build a flexible and productive development environment.

I look forward to seeing you there and supporting the Triangle Area ColdFusion User's Group, associates, and sponsors!!

   

   

 

 

CFUnited Early Bird Pricing Ends Today

If you haven't registered for CFUnited 2009 yet, you'll want to be sure to do so TODAY to take advantage of the early bird pricing option. CFUnited, now in its fifth year, is the #1 ColdFusion developer conference in the world. This year, it will be bigger than ever with more speakers and topics than ever before. If you're a CF developer, do whatever you have to do to get to Washington, DC this August for the CFUnited ColdFusion conference!
Also, don't forget that yours truly will be presenting the topic "How to Setup a Local Development Environment". A topic that every beginner and perhaps some veterans will learn something about the art of setting up a local and productive development environment. My session will most definitely be one of the most important and informative sessions at the conference this year.
Managers, if you're still not convinced about sending your team members away for a week, follow this link for an informative manager's guide: http://cfunited.com/images/CFUnited2009_managerguide.pdf.

 

 

 

 

Using Java code in ColdFusion

This was, until just recently, unexplored territory. I knew that it could be done, that other people had done it before, and that it was darn easy to do in ColdFusion.

I have spent the last two weeks on a very intensive integration project where there was a custom UI built in JSP that needed to have a single sign-on from an existing ColdFusion application. We decided to take advantage of some of the session variables available, the catch being that the information in the session variables were encrypted (using the ColdFusion en/decrypt functions... naturally). I figured that "it couldn't be that hard" to replicate the same functionality in JSP, get the session variable... decrypt it... look the info up in the database... and set some application variables on the JSP application side. That was two weeks ago. Yesterday I figured it all out in a blinding burst of code.

What I ended up doing was writing an entire custom Java class that does all the encryption / decryption of string information passed to it. We had to instantiate the class on the ColdFusion side and not use the built in CF functions.

And this is how I did it...

[More]

Travel Reservation for February 9th-13th

Yes, I am taking a vacation. For those that know me this is a very rare occurrence. The vacation that I am taking is RIAdventure! The only way I found that I could take a "Vacation", without going to a conference to present or attend, was to be able to (at least) talk shop with a bunch of like minded people (Difficult to find around here).

So to (re)use the words of the man himself (Joshua Cyr);

The idea is simple. Let's all get together in a relaxed atmosphere someplace warm and fun in February. A cruise! No sessions. No conference. Just a predetermined cruise date and destination to share with anyone and everyone interested. Invite friends and family. Network with others interested in ColdFusion, Flex, AIR and other web goodness.

I hope to see you there.

 

ZoobieSoft's BlogCFC is up and running!

This is my obligatory "Hello World" post after a nice fresh installation of the latest version of BlogCFC. More posts to follow later...

Testing dp-syntaxhighlighter ColdFISH Plain Code Block:


<!--- Try to get the articles. --->
<cftry>
    <cfset articles = application.blog.getEntries(params)>
    <!--- if using alias, switch mode to entry --->
    <cfif url.mode is "alias">
        <cfset url.mode = "entry">
        <cfset url.entry = articles.id>
    </cfif>
    <cfcatch>
        <cfset articles = queryNew("id")>
    </cfcatch>
</cftry>

ColdFusion 8 Tag Posters!

Teratech and Adobe have worked together to create these these impressive posters for ColdFusion 8. User groups will be raffling off some of these shortly, but you can get your own by filling out a Teratech survey (U.S. only due to shipping costs). See the CFUNITED Blog for more details.

BlogCFC was created by Raymond Camden. This blog is running version 5.9.1.001.
Skin By: StyleShout CSS Styling by: MacWebDiva Contact Yancy Wharton