CFUnited Blog

CFUnited Early Bird ends Jan 05

Only a few more days to take advantage of special Early Bird prices.

Register for CFUnited by Jan 05th 2008 and save $200 off the base registration rate.

4 day conference package ($899.00)

* Attendance for 4 days (6/25/2008-6/28/2008) * Keynote and General Sessions * All conference sessions including repeat sessions on Saturday * Entrance to Expo Area * Networking Events * Badge and Badge holder with bar scan code * Free Lunch for each show day (Dinner is not included) * Access to all presentations after the event, including all the recordings. * Promotional bag with materials including show guide, CD, coupons, etc. * Opportunity to participate in all raffle drawings

3 day conference package ($799.00)

* Attendance for 3 days (6/25/2008-6/27/2008) * Keynote and General Sessions * All conference sessions * Entrance to Expo Area * Networking Events * Badge and Badge holder with bar scan code * Free Lunch for each show day (Dinner is not included) * Access to all presentations after the event, including all the recordings. * Promotional bag with materials including show guide, CD, coupons, etc. * Opportunity to participate in all raffle drawings

Saturday Only conference package ($249.00)

* Attendance for 1 day (6/28/2008) * Saturday Keynote and General Sessions * All Saturday conference sessions, including repeat sessions * Entrance to Expo Area * Badge and Badge holder with bar scan code * Free Lunch (Dinner is not included) * Access to all presentations after the event, including all the recordings. * Promotional bag with materials including show guide, CD, coupons, etc. * Opportunity to participate in Saturday raffle drawings

Register for CFUnited Europe by Jan 10th 2008 and save $100 off the base registration rate. Also as a group discount, register 3 for the price of 2, for more details contact [email protected]

When you register for either conference by the above dates you are also automatically entered into a raffle to win one of two 8gb iPod touch!

CFUnited Podcast: Peter Bell - CFUnited Europe Preview

This week we begin the first of our preview interviews with speakers at CFUnited Europe. Our first guest is Peter Bell.

Peter Bell is a passionate advocate of Application Generation and meta-programming in ColdFusion and is author of Application Generation, blog dedicated to best practices in application development and how to get our projects done quicker and easier. He has lectured both locally and nationally on using ColdFusion for application generation and to create software product lines and runs Systems Forge a company that generates custom applications quickly and cost effectively.

Peter discusses his upcoming talks at CFUnited Europe, Prectical Code Generation, RAD OO, and Using The Iterating Business Object.

Podcast link: http://podcast.cfunited.com/index.php?post_id=290207

CFUnited Europe will be held March 12-13 2008 at the Novotel London West, UK. Learn more at europe.cfunited.com. We want to hear from you!

If you have any feedback on the podcast, please feel free to drop me a line at [email protected] or [email protected].

CFUnited Podcast: Interview with Ben Forta

CFUnited Podcast: Interview with Ben Forta

Hosted by Christian Ready

Description

At CFUnited 2007, I spoke with some of the speakers and attendees alike to talk about how they were enjoying the conference, what they found exciting in ColdFusion 8, and what they got out of CFUnited.

In this interview, I sit down with Ben Forta from Adobe Systems on Wednesday morning just after his keynote address. Ben talks about the then-upcoming release of ColdFusion 8, its impact on the community, and the future of ColdFusion.

Podcast link: http://podcast.cfunited.com/index.php?post_id=288268

New Speaker/Topic Announced- Luis Majano "ColdBox Framework"

"ColdBox Framework" Presented By Luis Majano Introduction to the ColdBox framework. An in detail look... Read More

New Speaker - Scott Stroz

We have a new speaker added to the RIA Track.

"Creating Images With Flex and ColdFusion" Scott Stroz

Scott is a Senior Software Architect at Alagad. He has been working with ColdFusion since version 5 and has been a Macromedia/Adobe Certified Advanced ColdFusion Developer since ColdFusion MX. He has developed and fostered a passion for Flex, and her half-sister AIR. He is the author of Flogr, a Flex based ColdFusion log reader. Scott is also a blogger, author and frequent speaker at User Groups and conferences on various Flex and ColdFusion topics.

Read more about Scott's Topic at http://cfunited.com/go/topics/2008#topic-1709

CFUnited 2008 Sponsor Savvy Software

Our first 2008 Bronze sponsor is Savvy Software!

Savvy Software is the developer of Savvy Content Manager - rapidly becoming the go to solution for web content management. Painless installation, ease of use and quick training times are its hallmark. Savvy CM is supported by many ColdFusion hosts, is low cost and incredibly easy for your end users. Easily extend the cms with your own code. Our partner program is growing quickly, and a great option for those in the web development field who don't wish to rebuild the wheel, but instead build upon it. Visit our website or call 866.870.6358

CFUnited 2008 USA June 2008

New CFUnited Speakers added

Here are two new topics added to the USA CFUnited Conference in 2008

"Charting with CF and Flex" Presented by Andrew Schwabe

Andrew C. Schwabe is currently the President of IEXP Software, LLC and is a veteran CFML developer since 1998. Prior to working with IEXP, Andrew worked for 10 years as the President and Chairman of the Board of Internet Expressions, Inc.

Read More about this topic.

---------------------------------

"Creating, Manipulating and Printing PDFs" Presented by Sam Farmer

Since January 2007 Sam Farmer has been the Director of Engineering at Interfolio, a portfolio and dossier company based in Washington, DC.

Read More about this topic.

Register for CFUnited Conferences early and save big!

Don't delay your registration for the premiere ColdFusion conferences any longer...

Register for CFUnited by Jan 05th 2008 and save $200 off the base registration rate.

Register for CFUnited Europe by Jan 10th 2008 and save $100 off the base registration rate. Also as a group discount, register 3 for the price of 2, for more details contact [email protected]

When you register for either conference by the above dates you are also automatically entered into a raffle to win one of two 8gb iPod touch!

Winners will be announced on Jan 11th 2008

CFUnited Europe Speaker Interview: "Testing CF Applications" with John Paul Ashenfelter

CFUnited Europe Speaker Interview: "Testing CF Applications" with John Paul Ashenfelter

Michael Smith: This time we are talking with John Paul Ashenfelter about his CFUNITED Europe talk "Testing ColdFusion". So why should a developer come to your session John Paul ?

JP : I think most ColdFusion developers have *heard* something about testing over the past year, whether it's test-driven development, unit testing, or one of the myriad other testing topics that are being discussed in the web development community but don't quite know how to *use* those tools and techniques in the daily work. This session demonstrates several different testing tools and techniques and shows how to integrate them into your existing development workflow.

MS: What kinds of tools are you covering?

JP: Well, we're going to cover tools for each aspect of testing as well as the environments that glue all of those tools together. We'll start with the basics -- unit testing and functional testing, and then cover some of the supporting tools and more sophisticated topics like load testing.

MS: Let's hear some more about unit testing.

JP: Sure! Unit testing focuses on testing tiny *units* of an application. In the ColdFusion world, this means testing the methods of CFCs. I'm going to specifically talk about CFCUnit, which functions much as all the other xUnit testing tools in other languages -- JUnit in Java, etc. We'll look at using it standalone, integrating it into Eclipse, and using it in an automated build process.

MS: How should a ColdFusion developer get started with unit testing?

JP: First of all, unit testing is really only going to help the parts of the application that are implemented using CFCs. I think the easiest way to get started is to write unit tests for parts of the application that cause the most trouble or are the most sensitive to bugs -- tax and discount calculations in a commerce application for example.

MS: So what about functional testing?

JP: Functional testing is what we do as web developers all the time -- clicking through a login window, adding a blog post, or any of the many other functions that the web application performs. Computers are *really good* at handling boring, repetitive activities which I think accurately describes how many developers test their applications. During the session we're going to look at the open source Selenium functional testing tool. Selenium basically lets you script (or even record) interactions with a web page and play them back. And of course this can be done either standalone or integrated into an automated build process.

MS: Selenium sounds pretty interesting.

JP: It is! I find that many developers immediately put Selenium to use in automating their current browser-based testing so they can focus on other, more interesting things like development. QA teams have also use Selenium to let their testers developer more sophisticated testing plans with the time freed by automating all of the clicking. Not to mention the reduction in wear-and-tear on your mouse.

MS: What else will you cover?

JP: I'm going to cover a lot of related tools that improve your testing process -- tools like DBUnit for managing data during testing and testing the database itself is one good example. We'll also touch on load testing, but that's a far more complex topic that deserves it's own talk.

MS: You've mentioned automated testing several times -- tell me more about that.

JP: Automated testing is how all these pieces are pulled together. I typically use Ant to automate my entire build process, including tests. Once the testing process is automated, it's straightforward to use something like CruiseControl to *continuously* build and test the application, so as changes are made by any developer, problems are immediately detected and can be fixed early while it's still easy and cheap to do so.

MS: Anything else you want to say about testing?

JP: I'd like everyone to know that even though testing sounds boring, you'll learn things in this session that you can immediately put into practice that will save you time and improve the quality and reliability of your code. Unless you're in love with testing your application manually and dealing with bugs, you should be here!

***

Testing CF Applications: Test-driven development is very popular in the Java and Ruby worlds and becoming moreso in the ColdFusion world. This session covers the tools that are available to test ColdFusion applications and discusses how to implement them into your existing workflow. We'll specifically cover:

* CFCUnit/CFUnit for testing ColdFusion code

* Selenium for testing web pages

* DBUnit for managing the database during testing

* Other testing for web applications Together, these tools can provide unit, functional, regression, and load tests for your applications. Finally, we'll touch on automating these tests so you can ensure that you are delivering higher-quality, well-tested code.

Speaker Bio: John Paul Ashenfelter is CTO of TransitionPoint.com, where he builds web-based business applications using a mix of open source tools, ColdFusion, and Java. He has been the technical lead on a number of ColdFusion projects for startups as well as regularly serving as an architect for existing ColdFusion sites converting to Fusebox. A ColdFusion developer since version 2.0, John Paul has written several books covering ColdFusion, contributed articles to CFDJ, and spoken at several ColdFusion conferences.

CFUNITED Europe is Thursday 03/12/2008 - Friday 03/13/2008 in Hammersmith, West London UK. It costs $749 until 10/31/07 then $849. For more information on CFUNITED Europe see http://europe.cfunited.com/

CF Meetup: "Configuring, Using and Extending Savvy Content Manager", with Joshua Cyr

CF Meetup: "Configuring, Using and Extending Savvy Content Manager", with Joshua Cyr

Thursday, December 20, 2007, 12:00 PM

Online meeting via Adobe Connect

Learn how easy Savvy Content Manager is to deploy, then learn how to extend with your own ColdFusion code. Savvy CM is the leading low cost commercial CMS in use by many CF shops today. More information on Savvy CM can be found at http://www.besavvy.com/

For more information about this CF Meetup visit: http://coldfusion.meetup.com/17/calendar/6907806/

More Entries