Archives

ColdFusion MeetUp: Message from Charlie

Charlie ArehartGreetings, folks.

After a few month hiatus, the Online CFMeetup is back on. I’ll be posting a new meeting in a few minutes.

Before that, though, I wanted to offer this note to say a few things, about the recent past and the group’s future.

First, I want to explain that the delay since our last session has simply been for a lack of presenters.  As such, I want to offer, as always, a call for speakers. :-) If you may have presented a session at any other user group or conference in recent months (or have one coming up), or know someone who has and you’d like to encourage them, or if you have any interest in offering a new talk, we are always in need of presenters. Anything related to CF is welcome: new or old topic, beginner or advanced topic.

Second, we will change our scheduled somewhat. Previously, we were always open to having sessions on any Thursdays at either noon or 6p US Eastern time (with the hope to serve needs of speakers and attendees in various timezones across the US and the world). That flexibility was nice, but I suspect it sometimes led speakers to not see a need to commit since there were virtually unlimited opportunities to present.

So in the new schedule, we will change to meeting just twice a month, still on Thursdays, but alternating their times: on the second Thursday of each month, we will schedule to meet in the noon US Eastern slot, and on the fourth Thursday we will schedule to meet in the 6pm US Eastern slot.

About this change, while setting a maximum of 2 presentations a month may seem a drop from the previous possibility of up to 8-10 sessions per month, in actual fact we had an average of just over 2 sessions per month over the past 2 years. So assuming we do fill both slots each month going forward, this will continue the same rate of sessions.

I do hope the new schedule will help speakers regard the slots as more precious. :-) I hope it may also help us more effectively announce the schedule of coming sessions more in advance. That said, if we end up without a speaker in a slot, I’ll be prepared to step in and offer a talk on any of many topics, rather than have none at all.

We will begin this new schedule starting with our next session, being held in that 4th week 6pm slot, on May 23rd. More about that in the meeting announcement to come in the next note. (Though I had planned to step in to speak this week, in that second week slot, I’ll be attending a funeral for a friend so cannot.)

If you may have thoughts or feedback on the schedule or the group, feel free to reply to this note. I hope to continue the Online CFMeetup’s bringing value to the CF community in presenting topics and speakers of interest.

 

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: NuoFusion – Introducing NuoDB to ColdFusion, with Barry Morris

Our 12pm (US ET) talk on Thursday Sep 27 will be “NuoFusion: Introducing NuoDB to ColdFusion Developers”, with Barry Morris (NuoDB Founder).

TOPIC DESCRIPTION: (provided by the speaker)

In this talk, NuoDB Founder Barry Morris will introduce the NuoDB cloud database product (http://www.nuodb.com/) and show how ColdFusion, Java EE and NuoDB can work together to help ColdFusion developers deliver web applications that easily scale out to hundreds of thousands of users. NuoDB makes elastic scalability effortless without compromising on the things developers have come to depend on like standard SQL, ACID transactions, and popular ORM tools like Hibernate. Join us to learn more about the NuoDB product, how it works and how it can help support your web-scale applications.

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)

Read More…

ColdFusion MeetUp: CF10 Websockets made easy, with Dave Ferguson

Our 6pm (US ET) talk on Thursday Sep 20 will be “CF10 Websockets made easy”, with Dave Ferguson.

TOPIC DESCRIPTION: (provided by the speaker)

So, you want to send data from your server to a client do ya? Well, then look no further. Utilizing websockets you can push data from a server to a subscribed client in no time flat. Utilizing the new websocket features of ColdFusion 10 you can be up and running in mear minutes.

This session will show you how simple it is to get up and running. Then once the basics are covered more “out of the box” items will be covered to show just how powerful this “little” feature is.

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)

Dave has been working in information technology for many, many, years. He has spent the majority of that time specializing in large enterprise-class systems. Dave currently holds a Master ColdFusion Developer certification as well as many other information technology certifications. He runs his own ColdFusion blog,http://blog.dkferguson.com where he posts interesting things he comes across.  He is also one of the voices of the CFHour podcast http://www.cfhour.com.  The podcast, just like his blog, is mostly focused on ColdFusion but dabbles in to other technologies. Dave is also a member of the Adobe Community Professional group.

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

Read More…

ColdFusion MeetUp: Mobile WebDev: The Horrors with John Bender

Our 6pm (US ET) talk on Thursday Aug 16 will be “Mobile WebDev: The Horrors”, with John Bender of Adobe.

TOPIC DESCRIPTION: (provided by the speaker)

Progressive Enhancement is a technique that was born out of a desire to provide the best possible experience at all levels of browser capability. Now, as the mobile web becomes a prime target for new applications many developers experienced with Progressive Enhancement are happily hanging up their PE hats, grateful that Webkit has formed the foundation for so many mobile browsers. Sadly, it might be too early to declare victory. From rendering issues, to wildly different event timing, to extremely popular browsers like Opera that aren’t Webkit at all, the PE approach has never been more important.

jQuery Mobile has been built, from the start, with the goal of providing a serviceable foundation for the oldest and least capable browsers and then building up to a beautiful user experience on those that are newer and more powerful. Here we’ll discuss some of the more difficult issues facing mobile web developers today and exactly how jQuery Mobile can save you valuable cycles with its approach.

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

Read More…

ColdFusion MeetUp: Automating CFML App Build, Test, Deploy, with Joseph Lamoree

Charlie ArehartOur 6pm (US ET) talk on Thursday July 26 will be “Automating CFML App Build, Test, Deploy”, with Joseph Lamoree.

TOPIC DESCRIPTION: (provided by the speaker)

My presentation focuses on the lifecycle of crafting a CFML application using a workflow that automates and standardizes several aspects:

  • Prerequisites, considerations, and problem description
  • Creating a CFML app that Ant can build for any environment
  • Using Ant to prepare a path with all dependencies (frameworks, libraries, etc.)
  • Using Jenkins to trigger builds when a Git branch has new commits
  • Setting up Jenkins master/slave nodes on multiple platforms
  • Deploying a CFML application to multiple servers/platforms
  • Automating MX Unit and Selenium tests and monitoring failures
  • Working in a development team using Git branches

The slidedeck will show lists of information and required steps, but much of the session will show an actual working environment in which changes are made to a CFML application, checked into Git, and automatically pushed onto multiple servers and tested.

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…

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…