Archives

CFCamp 2013

CFCamp 2013 Conference

Railo LogoOctober, 14th – 15th 2013
Germering (near Munich)
Germany

Already the fourth time we organize the CFCamp! Each year it was bigger and more comprehensive. The CFCamp has established itself as a fixture for ColdFusion developers and offers this year again many interesting sessions by well-known speakers.

In addition to the two day conference there will be an interesting program of free courses, sessions, the CFAcademy and a fantastic party!

As venue, we again rented the Stadthalle Germering, which was the ideal location for us in the last year.

Due to the great feedback from CFCamp 2012, we will optimize this year CFCamp to the needs of participants and exhibitors.

Reserve your seat here.

Learn ColdFusion in a Week

ColdFusion in a WeekLearn CF in a Week is a community driven training program that teaches all the basics you need to be a ColdFusion Developer in one week.

This course was created by community experts who specialize in the different fields they wrote about, and cover all the essential skills. Completing this course will help you on your way to be hired as a ColdFusion developer, should that be a chosen career path. If you do not wish to work as a ColdFusion developer but wish to gain some ColdFusion knowledge, then this course is also for you.

Check out the site here.

ColdFusion e-seminar today

There is a ColdFusion e-seminar happening today on ColdFusion Builder at 8 am PT.

Title: ColdFusion Builder: The professional IDE to boost your productivity

Description: ColdFusion Builder has many features that makes CFML coding easier and faster, like code assist for functions and variables, auto code complete, code insight for CFCs and ORM entities, tighter integration with ColdFusion server, line debugger, advanced search functionality, extensibility using extensions and many more. This session will explain such productivity features, including those that are not easily discoverable.

The e-seminar will be delivered by Dipanwita Sarkar, engineer from Adobe instrumental in the ColdFusion Builder product release.

Click here to register.

MeetUp: Seamless ColdBox-Powered Rich Internet Applications – Phill Nacelli

Tuesday, November 13, 2012

Topic Description:

In this session we’ll be looking at different ways we can power Rich Internet Applications using the ColdBox Platform. We’ll explore how to use ColdBox’s built in proxy and how to extend its functionality to allow for a seamless integration between the server and the client. If you are already or is planning to work with Rich Client user interfaces like HTML5/Ajax or Flex/AIR this session will be a great addition to your toolbox.

Read More…

ColdFusion MeetUp: Enterprise Search with ColdFusion Solr with Dan Sirucek

CharlieArehartOur 6pm (US ET) talk on Thursday July 19 will be “Enterprise Search with ColdFusion Solr”, with Dan Sirucek.

TOPIC DESCRIPTION: (provided by the speaker)

The addition of Solr in ColdFusion 9 has opened up new possibilities in implementing advanced search capabilities as part of your application. During the session, we will cover how to implement solr replication using Adobe’s ColdFusion Solr installation, modifying the cfcore schema to extend its search capability, and using http to access the Solr api directly for advanced functionality such as facet count results.

Read More…

ColdFusion MeetUp: Slatwall: An Open Source ColdFusion eCommerce Platform, with Sumit Verma

Our 12pm (US ET) talk on Thursday July 12 will be a “Slatwall: An Open Source ColdFusion eCommerce Platform”, with Sumit Verma.

TOPIC DESCRIPTION: (provided by the speaker)

Slatwall is a powerful, open-source e-commerce platform designed to plug seamlessly into the MURA CMS. It will give your organization a complete website solution, providing enterprise level functionality and ultimate flexibility.

Sumit will provide a brief history and road map for Slatwall, and then dive right into a live demonstration of the key front end and administrative features of the plugin, including:

  • Installation
  • Slatwall Tool Bar
  • Shopping Cart and Checkout
  • Settings Manager
  • Product Manager
  • Order Manager
  • Accounts Manager
  • Third party integration (Payment gateways, shipping gateways, quickbooks, custom)

Audience:
Anyone interested in a robust open source e-commerce solution

Attain:
How to get an e-commerce site up and running without any coding.

Read More…

ColdFusion MeetUp: A crash course in MVC with FW/1, with Steven Neiland

Our 6pm (US ET) talk on Thursday July 12 will be “A crash course in MVC with FW/1″, with Steven Neiland.

TOPIC DESCRIPTION: (provided by the speaker)

There are a lot of articles on architecture design dealing with MVC out there but most are really intellectual discussions that really are not much help for developers who are new to the whole concept. By leveraging the ease and simplicity of framework one I hope to demonstrate how to actually create a MVC application from scratch and outline some basic guidelines as to do’s, don’ts and if when’s.

MEETING URL: http://experts.adobeconnect.com/cfmeetup/

DURATION: Approx. 1 hour, plus time for questions

RECORDING: All meetings are recorded. The URL will be posted after meeting at recordings.coldfusionmeetup.com

SPEAKER: (provided by the speaker)

(John) Steven Neiland is currently the Lead Web Developer at Sterling Payment Technologies (http://www.sterlingpayment.com/) a payment processing company based in Tampa Florida.

Originally from Cork Ireland, Steven emigrated to Florida in November 2009 where he currently resides.

A self confessed computer nerd, Steven spends most of his spare time researching new technologies and writing on his blog neiland.net (http://www.neiland.net/). Occasionally he also likes to get his hands dirty either rebuilding a car engine or upgrading a computer.

When he is not working with computers Steven spends his leisure time either reading or sailing in and aroung tampa bay. Although not involved in any clubs currently, Steven used to be a keen student of karate studying for his brown belt before emigrating.

WHEN: Thurs. Jul 12, 6:00pm US ET (UTC/GMT-4)

Read More…

ColdBox Developers Week

A Training Extravaganza Coming to Your Desktop!

July 23 – 27, 2012

Thanks to our ColdBox Platform 3.5 launch and our upcoming ContentBox CMS launch, we are holding our very first ColdBox Developer Week: A series of FREEand live webinars hosted by the ColdBox Team and seasoned ColdBox developers from around the world. These sessions will cover from the basics and essentials of ColdBox and its internal libraries to very advanced topics like AOP, Cloud Development, ORM enhancements, Flex Integrations and so many more.

Come and join us for over 15 hours worth of FREE and live training in our very first ColdBox Developer Week. If you can’t make it to all sessions, then don’t worry, we will record all sessions for you and make them available through our Vimeo ColdBox groups. So get your thinking caps on and get ready for a tremendous ColdBox geek-out week!

Here is the link.

 

ColdFusion MeetUp: Multi-Factor Authentication in ColdFusion, with Denard Springle

Thursday, July 5, 2012

Our 6pm (US ET) talk on Thursday July 5 will be a “Multi-Factor Authentication in ColdFusion”, with Denard Springle.

(I know it’s been quite a while since our last CFMeetup. We’re ‘back on the air’ and I have several more presenters already lined up for July. More news to come soon.)

TOPIC DESCRIPTION: (provided by the speaker)

Over the years authentication schemes have changed drastically from the old days of username and password logins. Today, there are multiple kinds of multi-factor authentication mechanisms in use that add complexity and security to your login processes. We’ll explore some of these newer authentication techniques and show you how to easily implement a secure authentication process in every application you write. We’ll also cover basic PCI compliance, encryption, obfuscation, and access control lists along with password security, password recovery, session management and other topics that relate to building a robust authentication system.

Read More…