10 Reasons Why I am Staying with ColdFusion

I have been noticing a ton of Adobe bashing in my blog reading lately! No Flash on the iPhone, no Flash on the iPad, ColdFusion is dead …. on and on. I suppose everyone has their opinions and passions but personally I just try to focus on the small things in life that make me happy …. like getting my work done FAST so I can go out an have some fun! Just one of the reasons why I am staying with ColdFusion:

10. FAST - yes ColdFusion is fast, it is fast to learn, fast to implement and fast to code. ColdFusion is not the first language that I have had to learn and I am sure that it will not be the last. One thing I can say for sure is that I learned ColdFusion FASTER than any other language.

9. ColdFusion is EASY to learn. Yep, I learned it FAST because it is very easy to learn. Especially, if you are from a web designer background. ColdFusion is a processing language looks very simliar to HTML. So, if you are from a static web design background, you will feel right at home with Adobe ColdFusion.

8. You only need a couple of books to learn ColdFusion. Yep, and you really don’t have to look very hard to find them. The ColdFusion 8 Web Application Books by Ben Forta, Ray Camden, et al should be plenty to get you started. Don’t have enough money to buy the WACK books? No worries! You can download the FREE Adobe Authorized ColdFusion Training books and source files from Adobe.com.

7. ColdFusion has two great commercial software tools that you can use for coding. I have been using Adobe Dreamweaver since version one and I will probably always use Dreamweaver. Although I am starting to feel more at home working in ColdFusion Builder, I still prefer to work in DW for CSS and design. ColdFusion Builder will probably be more attractive to you if you are from the JAVA world or if you also work in Adobe Flash Builder. Also, if you already have Eclipse, you can take advantage of the FREE CFEclipse plugin.

6. Oh yeah, the JAVA world. Basically ColdFusion is a set of JAVA modules that reside on your server, handling requests for data and returning it in whatever format you like. So, maybe you know JAVA or .NET and feel you have no need for ColdFusion. More power to ya! I have worked with JAVA programmers in the past and I my current place of employment has plenty of JAVA programmers. Fact is that I don’t want to be a JAVA programmer, nor do I want to be a .NET programmer. I just want to build a quality data driven web site in record time that does not give me code wrangling headaches. ColdFusion is perfect for just that goal.

5. ColdFusion is Adobe software. Oh crap! Now I am starting to sound like an Adobe fan boy. But, actually I am really not an Adobe fanboy. I am a Allaire/Macromedia fanboy that got dumped into the Adobe fanboy club by acquisition. The bottom is that I like the idea of using a web development language that was pioneered by a kick-ass web development tools company and is still backed by the leader in software tools for web development.

4. ‘Where’s the beef?’ ColdFusion works great with other Adobe tools. Really great with other Adobe tools. If you wanna see some of that beef in action, check out this Adobe.tv video: Building a ColdFusion-Powered Apps.

3. But doesn’t ColdFusion cost money? Uh … yep, most good things in life cost money. Don’t ever forget the number one rule of retail: ‘You get what you pay for and you pay for what you get.’ But, with shared hosting services out there you can host your ColdFusion web applications for a reasonable monthly fee. Most ColdFusion hosting providers specialize in just ColdFusion, so you will get great support and expertise if you have any issues. Here are a couple of my favorite CF hosting providers. Fusionlink in Atlanta, GA and CFDynamics in Texas.

2. So you need to host your own dedicated server with ColdFusion? If you are unable to afford the licensing costs of the Enterprise ColdFusion server, you might want to check out Railo - free open source alternative for ColdFusion application development.

1. FAST and EASY! Did I mention that ColdFusion is FAST and EASY. Very easy! With the learning resources above, a few cups of coffee, and a few hours in front of your computer, you will be up and running with your data-driven web site.

And that my friends is why I LOVE ColdFusion. It is fast and easy so that I can get the job done, and then head out for some fast and easy Friday night fun!

Adobe Releases Adobe AIR beta 2

Adobe AIR 2 beta 2 was released today. Web developers can use the Integrated Development Environment (IDE) of their choice, including Adobe tools such as Eclipse-based Flex Builder, Flash, and Dreamweaver to build Adobe AIR applications. Developers can build Adobe AIR applications using their existing web development skills with technologies such as HTML, Ajax, Flash and Flex.

Adobe Labs

Adobe AIR 2 Beta 2 Sample Applications

Getting Started with Adobe Flash Builder and ColdFusion Builder

If you have not checked out the Flash Builder and ColdFusion Builder beta versions, you can now visit Adobe Labs for a preview of what you can do with this dynamic duo. http://labs.adobe.com

Adobe FlashBuilder 4 Beta

Adobe FlashBuilder 4 Beta

I have to admit that I have always been an Adobe Dreamweaver fanatic, and when I was not in Dreamweaver, I was typically hacking away at code in an older version of Allaire Homesite. That is until I discovered Adobe Flex version 2. The first version of Adobe Flex was wrapped inside the Dreamweaver interface which made it attractive but there were just too many obstacles in the way of learning how to deal with the server side code of Flex at that time for me. With Adobe Flex 2, I discovered the ease of working in code with the Eclipse based IDE and also the benefits of working with CFEclipse along side Dreamweaver for Development work.

Things have been moving along quite fast in the world of Flex, Flash, and ColdFusion and each version of the software seems to add ease of use and time saving features. FlashBuilder and ColdFusion Builder are no exception. Check out these quick steps for getting sarted in ColdFusion development with Flash Builder.

1. First, of course, you need to download and install Flash Builder and ColdFusion builder beta versions from http://labs.adobe.com.

2. Once you have the software installed, you will be surprised when you find out how easy it is to get started and connect your Flash Builder application to a ColdFusion Service with CFCs. (ColdFusion Components)

3. Now, lets get started with our first ColdFusion powered prject in Flash Builder. Choose File -> New -> Flex Project. At the project screen you can give you project a name and make sure you choose the correct application type. (Web or Adobe AIR) You will then need to choose the correct server technology.

Adobe FlashBuilder New Project Window

Adobe FlashBuilder New Project Window

4. At this point, you will see the Configure ColdFusion Window. Be sure that you have the correct path and port number specific to your ColdFusion server. In this example I am using the ColdFusion 9 server running on port 8501. This is a standalone installation that is running along side my ColdFusion 8 testing server.

FlashBuilder Connection Path to ColdFusion Server Directory

FlashBuilder Connection Path to ColdFusion Server Directory

5. Click next, name your application file and you are ready to create a ColdFusion Component with FlashBuilder.

6. You can now select the Data/Services view tab in Flash Buidler and select ‘Connect to Data Service’… This will open a window with three different options, ColdFusion - HTTP - and WSDL. For this example we are of course going to select ColdFusion.

Connect to ColdFusion for RIA

Connect to ColdFusion for RIA

7. In the next window, if you don’t have a CFC ready to use, just select ‘click here to generate a sample’. This will open the ‘Generate Sample CFC Service Window’. Here you will most likely choose ‘Generate from RDS Data Source’. This will allow you to browse to your database connections and access the information. Select your chosen datasource, table, and click ‘ok’.

8. Now it is time to hit the ‘Finish’ button, kick back, and watch the show. Flash Builder goes to work creating a CFC and the valueObjects that you will need in your FlashBuilder project. You can now see the .as files in the Package Explorer and the Data/Services view will also be populated. If you have ColdFusion Builder installed, you will also notice that the CFC opens for your inspection and editing.

9. Now comes the fun part. Switch to the design perspective and drag a datagrid to the canvas. The generated sample service contains functions that illustrate typical service operations. You can use these functions as a starting point for creating your own service implementation. You can modify the function signatures, references to the database, and implementation according to your needs. Save your changes and return to Flash Builder design. In Flash Builder Data/Services View, refreshthe service. Then drag service operations onto user interface components in Design View. For example, I choose the getAllARTISTS() operation and simply dragged it onto a DataGrid in the design view.

FlashBuilder DataGrid with Data

FlashBuilder DataGrid with Data

10. So there you have it. A complete ColdFusion powered datagrid in FlashBuilder without writing one line of code.

Suggest a Session or Lab for Adobe® MAX 2009!

Adobe® MAX 2009 will be hosted in southern California at the Los Angeles Convention Center and Nokia theater location. MAX is a conference unlike any other — an opportunity to connect with thousands of designers, developers, partners, executives, and Adobe staff for education, inspiration, and community.

You can also take part in the pre-planning of the MAX by proposing a session or lab for MAX 2009. The Adobe® MAX team will be reviewing session and lab proposals ongoing during the Call for Sessions and Labs. Call for Sessions and Labs will end April 15, 2009.

Adobe Dreamweaver CS4 Training

Looking for hands-on-training in the latest version of Adobe Dreamweaver CS4. Look no further. We are always first to market with new version Adobe Systems software training. After attending the Adobe Partner Summit in San Jose, CA this past summer to learn all of the new CS4 features, we have selected a premiere group of instructors to lead our transition into the Creative Suite 4 version.

Adobe CS4 Launch Date Announced

Adobe has publically announced that it will launch an update to its flagship Creative Suite software bundle on 23 September. The company has offered few details of the planned Creative Suite 4 (C4) release. The current iteration of the suite, CS3, is offered in several configurations that include various combinations of the company’s core applications, such as Photoshop, Illustrator, Flash, Acrobat and InDesign. You can check out the preview web broadcast on September 23rd at the following link: http://www.adobe.com/go/somethingbrilliant 

Click here for Authorized Adobe Acrobat Training

Adobe Dreamweaver CS4 Beta

The Adobe Dreamweaver CS4 Beta has now been released at Adobe Labs

Adobe® Dreamweaver® software has long been the leading tool for web designers, coders, and application developers of all levels. New coding functions make it a breeze to navigate through complex site pages at design time. Improved layout tools bring expedited workflows, from comp conception to client approval. Innovations throughout the Dreamweaver beta can help teams and individual developers alike reach the next level in performance and functionality. The Dreamweaver beta will expire soon after the next version of Dreamweaver is available for purchase.

Adobe Dreamweaver Training Atlanta Georgia

Back in the classroom this week teaching Dreamweaver Advanced Application Development in Atlanta. This is a great class if you are just getting started with connecting your website to a database with Adobe Dreamweaver. Interestingly enough it was not that long ago that someone from Adobe Systems told me that Dreamweaver was never really meant to be an application development tool. ? That comment puzzled me and the person that said this was a fulll-time employee with Adobe Systems. Well, for software that was never really meant to be an application development tool, Dreamweaver has done a pretty good job at succeeding. However, her comment is correct I suppose.

The history of Dreamweaver for application development. Early on in the days of Dreamweaver version one and two there really were’nt tools built in for easily connecting to a database and creating a dynamically driven web application. Shortly after learning Dreamweaver for design I flew to Atlanta and attended a class for a new Macromedia product by the name of Drumbeat 2000. Without a doubt, this was one of the worst visual editors that I have ever seen. But, it did create ASP code in the background of the WYSIWYG front end. It was not long after that class that Drumbeat 2000 and Dreamweaver merged to become Dreamweaver Ultradev 4. This new version was a nice mix of design tools that had become the standard and new tools in Dreamweaver that would assist the user in connecting to a database and creating some simple CRUD applications. At that time the only server code that Dreamweaver would create was ASP. And,… it did a pretty good job. As time moved on, Macromedia aquired Allaire and then Adobe quired Macromedia. During this transition, as you would guess, ColdFusion has surfaced with more support probably than any other server language that you would work with in Dreamweaver aside traditional ASP. If you are working in PHP, you will also have some great tools build in the Dreamweaver interface for assistance.

In the sort, if you are thinking about moving beyond static web pages into dynamically driven pages with Dreamweaver, you have made a great choice. You can learn some drag and drop features in Dreamweaver and get some pretty quick results. As you are using some of the rapid development wizards in Dreamweaver, you can continue the process of learning the backend code of your choice. If you are working in ColdFusion, Traditional ASP, or PHP, Dreamweaver really shines.

10 years and counting - still teaching the DREAM!

Adobe GoLive Goes Dead! … finally!

On April 28th, Adobe discontinued the development and sale of Adobe GoLive, the software that once attempted to compete in the marketplace with Macromedia Dreamweaver. I seriously doubt there will many that will attend the funeral. Good bye GoLive ….

Adobe Dreamweaver Certified Professional CS3 ACE

Done Deal! Passed the Dreamweaver CS3 Certification Exam. Flash is next and then FLEX!

The Dreamweaver CS3 Developer certification represents a professional level of expertise in the activities that demonstrate an individual’s competency as an Adobe Dreamweaver developer. To become certified, you must pass an exam that consists of approximately 70 multiple-choice questions.

Got my shiney new certificate!

« Older Entries