Posts in "cfwheels"

60 posts in cfwheels

cfwheels

I had this question emailed to me "Is it customary to have SQL in CFWheels Controllers?" No. If it is very complex sql or a stored proc, I would create a cfc representing it in the models folder like this: models/myStoredProc.cfc then in the controller call and pass in the values: Once using...

cfwheels ColdFusion

Last week, " What technologies, other than ColdFusion, should a developer know? " was posted on Fusion Authority . I figured I would answer the question also. Feel free do blog your own "What technologies, other than ColdFusion, should a developer know?". It could be like a what to expect (or would...

cfwheels ColdFusion mxunit

I setup up MXUnit Eclipse plugin with CFWheels this afternoon. The MXUnit documentation is very good. I downloaded MXUnit and dropped the mxunit folder in my Wheels root which happens to be the web root also. Then I installed the MXUnit Eclipse plugin . Once installed, I created custom Remote...

acf cfwheels ColdFusion Eclipse github openbd railo

I did a quick 30 minute presentation over CFML open source options at Barcamp Omaha . I wasn't going to present this BarCamp but Ryan Stille egged me on so I had to run home to get my laptop :-) Thanks to Mathew Woodward for getting me slides from a previous presentation he gave. I was all over the...

acf cfwheels ColdFusion openbd railo

I enjoy listening to Hal Helms and he recently was on an Engine Yard podcast, Cloud Out Loud . He brings a thought provoking perspective to discussions. He learned a new skillset, Ruby on Rails , after being a long time ColdFusion programmer. The podcast is definately worth listening to and is just...

cf-objective-anz cfwheels ColdFusion github

A one day ColdFusion On Wheels intensive workshop will be held November 16th in Melbourne, Australia. It will consolidate the 2 day training held before CF.Objective this past year. You can find all the training details at the cf.Objective(ANZ) website with registration links . This 1 day workshop...

cfwheels ColdFusion d2w

D2WC conference Just a reminder, the D2WC conference is coming up in a few weeks, July 14-16, in Kansas City. It is a conference focusing on workflow for designers and developers. Speakers We have some of the best speakers in the business at D2W. Many were here last year as well, like Paul Trani...

cfwheels ColdFusion github

Awhile ago I worked on a Getting Started with Wheels (Google Doc version) guide in Google Docs. It is based on " Getting Started with Rails ". I saved from Google Docs as html then used pandoc to converted it to markdown. I am posting the guide on github for anyone to help. Getting Started with...

cf-objective CFEclipse cfwheels Eclipse Mylyn

With another outstanding CFObjective over, I would like to mention d2w is coming up in July. This conference will have familiar faces from CFObjective and CFUnited along with many others since this conference focuses on Workflow for Developers and Designers . Sessions are geared toward improving...

cf-objective cfwheels ColdFusion

Here is a sample of training material for " Introducting ColdFusion on Wheels " on May 10 through May 11 before CF.Objective() in Minneapolis. One of the begining iterations we will cover is " CFML In 100 minutes ". Hopefully getting the class on the same level to learning CFWheels . There are only...

cfwheels ColdFusion git github

In this blog series I will be walking through how to contribute to an open source project on GitHub . I will assume you: Created a free GitHub account Set up Git (includes connecting to github) First we will fork and setup a local repos of the CFWheels project at...

cf-objective cfwheels ColdFusion

This is a pre- CF.Objective 2 day workshop on May 10-11 in Minneapolis, MN. ColdFusion On Wheels is a powerful web application framework that has become popular in the past few years. It is relatively easy to develop with and can be used for awesome sites like AmtrakGuestRewards.com , or other cool...

cfwheels

The winner of a free copy of Adobe ColdFusion Anthology for retweeting @markdrew's "Had a play with #CFWheels last night, and I rather like this framework. You should check it out: http://cfwheels.org/" message is: @nathanstrutz We had over 30 entries . Please checkout CFWheels . I used jQuery...

cfwheels ColdFusion

For the next 24 hours, whomever retweet's Mark Drew's twitter message "rt @markdrew Had a play with #CFWheels last night, and I rather like this framework. You should check it out: http://cfwheels.org/ #coldfusion #cfml" I'll hold a raffle and send the winner a free copy of Adobe ColdFusion...

cfwheels opencf-summit

I was asked to lead an Unconference session on CFWheels at the OpenCF Summit . They are hoping to have a session for each of the major MVC frameworks. It should be a great time to learn and hang out with fellow ColdFusion developers. The conference is in Dallas, TX from February 21-23. If you can...

cfwheels ColdFusion

Here is a list of issues resolved from the CHANGELOG : , allow an array of structs to be passed to options Changed argument on includeContent() to Add argument to Added the type to the H2 adapter Fix so that the full table name is always retuned Pagination with set to for numeric keys Blank should...

cfwheels ColdFusion

I feel strongly you should not roll your own framework unless it is for learning purposes. Any new application, you definately need to use a framework, no matter how small. Please try one of the existing frameworks. You should eventually find one fitting you, your application, and deadline. The...

cfwheels ColdFusion

I attended the Omaha BarCamp 2010 this past Sat. The BarCamps I have attended are a great way to meet passionate creative people in your location. BarCamps are an unconference with user generated content. Whomever shows up can present on a topic they are passionate about. Here is a more about the...

cfwheels ColdFusion

Well, if you follow my blog you may remember I moved to Washington, DC nearly 2 years ago. It has been an interesting time. I have seen many embassies , been on lots of walking tours , and many boat cruises on the Potomac along with seeing all the memorials and some Smithsonians. I really enjoyed...

cfwheels ColdFusion

Two more CFWheels Plugins were added to Riaforge this morning. Less For Wheels (Active) from RIAForge LESS extends CSS with: variables, mixins, operations and nested rules for CFWheels DataTables For Wheels (Active) from RIAForge Easily add fancy pagination with sorting, filter using DataTables (...

cfwheels ColdFusion

I generated ColdFusion On Wheels API html documentation for 1.0.5 and 1.1 beta 1. The documentation was generated by ColdDoc . I also have some Wheels wallpaper , downloads , and dictionary links under my Wheels section If I am missing any downloads, wallpaper, or dictionaries please contact me ....

cfwheels ColdFusion

I submitted four CFWheels plugins to Riaforge this morning. The plugins add to Wheels, some very smart people's work like Mark Mandel , Luis Majano , and the FarCry team. I will be releasing two other plugins dealing with Haml and CSS Less soon to Riaforge. jTidy CFC For Wheels (Active) from...

cfwheels ColdFusion

Wheels is mentioned as a full stack framework sometimes. What does "full stack" mean? Full stack frameworks "often gathered multiple libraries useful for web development into a single cohesive software stack for web developers to use." The quote is from...

cfwheels ColdFusion

I am working on porting Litepost to Wheels . Wheels had a Litepost competition awhile ago but didn’t follow the Litepost comparison idea.Litepost was conceived to compare different frameworks using essentially the same code. Once done, you will be able to compare how the same app is done in ColdBox...

cfwheels ColdFusion

Reminder, there will be a ColdFusion On Wheels Birds of Feather (BOF) at CFUnited . The original time was Thursday 6:30 pm to 7:30 pm but this may have changed so check the schedule updates at the conference. ColdFusion on Wheels also has two sessions, ColdFusion On Wheels - Convention Over...

cfwheels ColdFusion jrun

Download the binary from Url Rewrite Filter and read the instructions. It is 4 steps. I'll break from the steps after the first one. Step 1: "extract it into your context's directory ie, so that urlrewrite.xml goes into the WEB-INF directory." I download urlrewritefilter-3.2.0.zip and moved the...

cfunited cfwheels ColdFusion Presentations

Wednesday Wednesday, July 28, 2010 Start End Topic 9:00AM 10:30AM Adobe Keynote 10:30AM 11:00AM Networking Break 11:00AM 12:00PM Using CF 9 Server Manager to Cluster and Manage CF 12:00PM 1:30PM Lunch 1:30PM 2:30PM ColdBox Platform 3.0.0: Sustainable ColdFusion Applications 2:45PM 3:45PM 3:45PM...

cfwheels Presentations

This Tuesday, I will presenting to the Northern Virginia ColdFusion User Group over Wheels This will be an introduction into Wheels concepts and how to start using the framework. Wheels is using ideas from Ruby On Rails to help bring the joy back into coding CFML. Address 11350 Random Hills Rd....

cfunited cfwheels

Chaz Chumley mentioned ColdFusion On Wheels will be having two sessions and a Bird of Feathers at CFUnited 2010 on the Wheels Google Group . I missed the original announcement on the BOF. If you aren't a member of the Google Group, you should check it out. The group is really friendly and will...

cfwheels ColdFusion

Just a quick note to let people know that the Wheels Evangelism Team has been eliminated. I assume I will no longer be blogging on Wheel's blog . This will not affect my continued support of CFWheels (now I can refer to it as CFWheel again.) I will still be writing blog posts, speaking at user...

cfwheels ColdFusion git github

I have been touting Github for ColdFusion open source projects. I have a great example of why. Bob Silverberg has been working on ValidateThis for Wheels. This consists of two projects, the ValidateThis framework and a ValidateThis Wheels plugin . He forked my repository of the plugin and made a...

cfwheels ColdFusion

ColdFusion On Wheels announced a contest to create an example of LitePost using Wheels. LitePost is a simple blogging application used to demonstrate different ColdFusion frameworks implementations like Fusebox , Mach-II , Model-Glue , and ColdBox . Shortly after being posted, two other donations...

cfwheels ColdFusion

I am proud to announce I was accepted into the Adobe Community Professional for 2010!!! I have had an exciting month, due to ColdFusion On Wheels . I am not part of the Wheels core team , just some who found a framework that works like I code and have been trying to get the word out about it. You...

cfwheels ColdFusion

"JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML." More information I was looking for something to clean up some html for pdf generation using cfdocument and found a...

cfwheels

Here is my first entry , 'Wheels Is Hanging with the Big Boys Just Fine', for the CFWheels.org blog. Take a look at the surprising stats (surprising too me at least.)

cfwheels ColdFusion

I gave a presentation over CFWheels on 11/10/2009 at the MDCFUG . Here is the recording and material related to the talk. Recording: Outline: Presentation Slides / Speaker Notes: Code Examples:

cfwheels ColdFusion git

There is an interesting thread going on with the CFWheels google group over switching to git . Does it really matter to community members what source control the project is using? Subversion is locked down to only committers who have access, so any community changes come via patches. Maybe using...

cfwheels ColdFusion

Chris Peters , member of the CFWheels team, added a page to their site called " Who's Using ColdFusion on Wheels ". It is great to be able to see sites using ColdFusion on Wheels. I am an advocate of CFWheels because it is simple and initiative for any ColdFusion developer to quickly create a...

cfwheels ColdFusion

This CFWheels series is heavily borrowed from Dan Wilson 's "So You Want to" series about Model Glue :Unity and matches to this post . Previously in this series, we installed CFWheels , discussed some concepts in CFWheels , added our basic flow and navigation , created add and list functionality ,...

cfwheels ColdFusion

This CFWheels series is heavy borrowed from Dan Wilson 's "So You Want to" series about Model Glue :Unity and matches to this post Previously in this series, we installed CFWheels , discussed some concepts in CFWheels, added our basic flow and navigation, created add and list functionality , and...

cfwheels ColdFusion

This CFWheels series is heavily borrowed from Dan Wilson 's "So You Want to" series about Model Glue :Unity. This entry matches to this post . Previously in this series, we installed CFWheels , discussed some basic conventions and concepts in CFWheels, added our basic flow and navigation , and most...

cfwheels ColdFusion

This CFWheels series is heavily borrowed from Dan Wilson 's "So You Want to" series about Model Glue :Unity. This entry matches to this post . Previously in this series, we installed CFWheels , discussed some basic conventions over configuration and concepts in CFWheels, and added our basic flow...

cfwheels ColdFusion

This CFWheels series is heavily borrowed from Dan Wilson 's "So You Want to" series about Model Glue :Unity. This entry matches to this post . We have installed CFWheels and talked about the files, Request Handling and URL Rewriting . If you setup URL Rewriting , you will be accessing our Contacts...

cfwheels ColdFusion

This series is heavily borrowed from Dan Wilson 's "So You Want to" series about Model Glue :Unity. This entry matches to this post . We will create an application to manage contacts starting from scratch. If you haven't installed CFWheels , check this post . Our application will reside in the web...

cfwheels

I am doing a series for the CFWheels framework similar to Dan Wilson 's "So you want to" series for Model Glue :Unity. Here is his . I will try to match each post but using CFWheels. My first post will cover installing CFWheels. CFWheels is a framework based on Ruby on Rails . I love the idea of...