1 | Next Page

Instant Code Review ColdFusion Builder Extension

Nov 19, 2009 6:40 PM
Rating: (Total Clicks 16)

Continuing on my quest to find cool unusual ways of extending ColdFusion Builder, I stumbled onto this Rube Goldberg contraption of an Extension. It came about due to sever jet lag in Sydney and a need to do something cool for cf.Objective ANZ. So imagine you're a freelancer who is no longer in an office, able to get instant feedback on a piece of code. I know the feeling. Wouldn't it be cool if you could do that through the IDE? Well this extension will do that. Highlight a piece of code in your editor window, right click, and choose (translate)

Google Language Tool Demo

Nov 18, 2009 8:42 PM
Rating: (Total Clicks 20)

I got some great advice yesterday telling me that I really need to show this extension in action. So I did a little screen cast. Check it out. ColdFusion Builder - Google Language Tools from Terry Ryan on Vimeo. (translate)

Google Language Tools Extension for ColdFusion Builder

Nov 17, 2009 10:40 PM
Rating: (Total Clicks 17)

I have become obsessed with ColdFusion Builder Extensions. I am convinced that no other single feature of the IDE is as valuable as this. (And I love the rest of the features too, so I'm saying a lot here.) The ability to leverage ColdFusion know-how and features into tooling is awesome. A lot of the extensions we've shown off have been about code generation. I think that's important, as it is big part of the Builder story. We make you more productive, but you make yourself even more productive. Of late though, I've been focused on extensions that do more (translate)

ColdFusion Builder and Flash Builder Integration eSeminar

Nov 4, 2009 6:52 PM
Rating: (Total Clicks 36)

I'll be doing an eSeminar, tomorrow, Thursday November 5th at 2pm EST /11am PST. The topic will be using ColdFusion Builder and Flash Builder together. Flash Builder obviously is the best tool for building RIA's with Flex. However Flash Builder added a lot of extra functionality. On top of that ColdFusion Builder adds even more. This session will explore these integration points, and show you just fast you can build your applications. To register and get all of the info you need to participate go to our Online Events site. (translate)

CFHTTP equivalent in Java. Really, Java, Really?

Nov 3, 2009 6:51 PM
Rating: (Total Clicks 51)

I was talking to my boss Kevin, and we were talking about how concise ColdFusion makes certain rote tasks, and he mentioned trying to duplicate CFHTTP in Java. He talked about how it went on for line after line, after line. I figured he was talking about something in the order of magnitude of about 2 or 3 times as much code. He forwarded me a post on making HTTP get and post requests in Java. As the post shows it takes 12 lines of code just to import all of the classes you need. When you're all said and (translate)

Flex 4 ColdFusion Developers Fest

Nov 3, 2009 4:55 PM
Rating: (Total Clicks 35)

I think a few people have picked this up already, but I figured I would add my voice to the fray to make sure everyone is completely inundated with this deal. Adobe is running free Flex 4 training events for ColdFusion developers from November 13th to November 20th in various cities throughout the US: Friday, November 13 Marriott at Legacy Town Center, 7120 Dallas Parkway, Plano, TX 75024 Saturday, November 14 Sheraton Imperial Hotel & Convention Center, 4700 Emperor Boulevard, Durham, NC 27703 Monday, November 16 The Curtis Hotel, 1405 Curtis Street, Denver, CO 80202 Tuesday, November 17 Radisson Hotel (translate)

New ColdFusion 9 Videos at Adobe TV

Oct 27, 2009 11:52 PM
Rating: (Total Clicks 42)

They just added a few new tutorials I did at Adobe TV. Displaying Flash Video Files in ColdFusion 9:http://tv.adobe.com/watch/adc-presents/displaying-flash-video-files-in-coldfusion-9/ Extending ColdFusion Builder:http://tv.adobe.com/watch/adc-presents/extending-coldfusion-builder/ PDF Content Manipulation with ColdFusion 9:http://tv.adobe.com/watch/adc-presents/pdf-file-content-manipulation-with-coldfusion-9 (translate)

Resources for Teaching RIA using Flash Platform

Oct 27, 2009 11:52 PM
Rating: (Total Clicks 56)

This got lost a little in the shuffle around MAX. If you're interested in teaching RIA development, or Flex development in general have we got a site for you: Rich Internet Application teaching resources We've brought together a wide range of resources for you here including small tutorials, course project ideas, best practice documents, and book recommendations. All it all, a one stop for designing RIA courses around the Flash Platform. (translate)

Multiple Databases in ColdFusion 9 ORM

Oct 7, 2009 5:51 PM
Rating: (Total Clicks 19)

I had a comment on my blog yesterday about ORM's restrictions on multiple datasources.  Yes, ORM in ColdFusion 9 is restricted to one datasource per application. However this does not mean you are restricted to one database, schema or tablespace. A datasource is just an abstraction for database connection details. It takes a server, a port, user credentials, a default database and other information.  On the database side, just because a database is defaulted doesn't mean that you are limited to just that database.  In SQL you can append schema namespaces to the front of a table:SELECT *FROM NotMyDefaultApplication..usersThis can (translate)

Getting ColdFusion 9

Oct 5, 2009 5:49 PM
Rating: (Total Clicks 21)

Okay, so ColdFusion 9 is out, and you want to get a copy. How do you go about it?First, the developer and trial editions are free and available.Second if you want to buy ColdFusion 9, your method will vary depending on where you are in the world.. You can just buy it from on online store. For corporate customers: In the US, east of the Mississippi, contact Dominick Conte dconte@adobe.comIn the US, west of the Mississippi, contact Tim Pontier tpontier@adobe.comIn the US and purchasing for a Governmental organization, contact Matt Troedson In the US and purchasing for an Education organization, (translate)

1 | Next Page