Blog Posts

test

This is a test post to verify code block transformation.

ColdFusion

This year I'll be going to "Into The Box 2014" conference at the Hilton Homewood Suites by Mall of America, Bloomington, MN. USA. "Into The Box 2014" is May 13, one day before and near CFObjective . I try to attend two training events a year. Last year it was Scotch On the Rocks and RailsConf ....

Last day to signup for the discounted Java Programming Training for Experienced Programmers training class by Webucator. It takes place online during Apr 28 - May 2, 2014 at 10:00 AM - 5:00 PM ET. I was able to get a sweet deal for my friends and followers for only $1000 . This class is normaly...

I am excited about an upcoming Java Programming Training for Experienced Programmers training class by Webucator. It takes place online during Apr 28 - May 2, 2014 at 10:00 AM - 5:00 PM ET. I was able to get a sweet deal for my friends and followers for only $1000 . This class is normaly $2125. To...

I am happy to announce, Webucator has offered a deal for their online java class for experienced programmers to my friends and followers for only $1000 but we need 3 people to sign up so please pass the word around to your friends and followers. The class starts April 28th 10am-5pm eastern time for...

I am pretty excited to announce an exclusive deal for an online Java training class at the end of April. It is for experienced coders wanting to learn Java. Shoot me an email henke dot mike at gmail dot com if are interested and I can give you more details. I have been wanting to branch out more...

ColdFusion git heroku railo

Here is a short screencast showing how to deploy Railo on Heroku. This screencast assumes you have done Steps 1 - 3. Step 1: Sign up Step 2: Install the Heroku Toolbelt Step 3: Login Step 4: Deploy an application

Resources ColdFusion on...

ColdFusion git heroku openbd

Here is a short screencast showing how to deploy OpenBD on Heroku. This screencast assumes you have done Steps 1 - 3. Step 1: Sign up Step 2: Install the Heroku Toolbelt Step 3: Login Step 4: Deploy an application

Resources ColdFusion on...

cfchump ColdFusion

I am doing a "Stump the CFChump" series. I recently passed the ColdFusion 9 exam and this is material I learned while studying. I have several CodeSchool gift cards to giveaway so comments who answer correctly I'll email you the discount code. "Stump the Chumps" is from the "Car Talk" so I am...

cfchump ColdFusion

I am doing a "Stump the CFChump" series. I recently passed the ColdFusion 9 exam and this is material I learned while studying. I have several CodeSchool gift cards to giveaway so comments who answer correctly I'll email you the discount code. "Stump the Chumps" is from the "Car Talk" so I am...

cfchump ColdFusion

I am doing a "Stump the CFChump" series. I recently passed the ColdFusion 9 exam and this is material I learned while studying. I have several CodeSchool gift cards to giveaway so comments who answer correctly I'll email you the discount code. "Stump the Chumps" is from the "Car Talk" so I am...

I am doing a "Stump the CFChump" series. I recently passed the ColdFusion 9 exam and this is material I learned while studying. I have several CodeSchool gift cards to giveaway so comments who answer correctly I'll email you the discount code. "Stump the Chumps" is from the "Car Talk" so I am...

cfchump ColdFusion

I am doing a "Stump the CFChump" series. I recently passed the ColdFusion 9 exam and this is material I learned while studying. I have several CodeSchool gift cards to giveaway so comments who answer correctly I'll email you the discount code. "Stump the Chumps" is from the "Car Talk" so I am...

ColdFusion

#coldfusion refactor & win @codeschool gift card http://pastebin.com/6z8D4iUa #cfml tweet back your try & i'll dm you the gift card I have some nasty code & will give away some CodeSchool gift cards for entries to fixing it. Leave a comment with a link to your refactored try or tweet me with it...

ColdFusion

Coldfusion, Ruby, Php, Python trends Coldfusion jobs | Ruby jobs | Php jobs | Python jobs These can be interpreted in so many ways but thought this was interesting. Coldfusion, Ruby, Php, Python Job Trends This graph displays the percentage of jobs with your search terms anywhere in the job...

omaha

Ryan Stille announced last night at the NECFUG the launching of TechOmaha.com . Ryan is an avid attender of local user groups and saw the need for a central calendar of all the events going on in Omaha. He also is trying to record the meeting and have them available on the site. He is looking for...

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...

git github

The title is a little facetious but I do think Github collaberation is not being taken advantage of in the ColdFusion community. Sure some CFML-ers like Mark Mandel , Luis Majano , and Marc Esher are using github. ColdFusion projects like ValidateThis , FW1 , and MuraCMS are on it. ColdFusion Koans...

cf-objective ColdFusion

I posted my notes from the sessions I attended day 1 of CFObjective. I attended the keynote, Making Software Better, TDD List, Practical Performance, and Code Reviews.

cf-objective

A cool event Bob Silverburg started at CFObjective is the Lighting Talks (formerly known as Pecha Kucha). I will be giving one over World War II Honor Flights. Here is a link to an updated slide deck . I gave this at CFObjective 2010 and here is the video of that. Mike Henke's Pecha Kucha...

ColdFusion

Last night, a co-worker stumbled on an interesting situation with using application-specific data sources and the USE sql command. We had a something like this. He wanted mydatabase2 for the select so he added the USE sql command. I might have specified the datasource but here is where it got...

cf-objective ColdFusion

I found out about this recently and would like to share a no brainer , even a zombie from Walking Dead would know this is a deal . If your company sends you to CFObjective , they should become a Bronze Sponsor . Why? Well, it is a unbelievable deal. Your company is already paying for your...

ColdFusion

I was looking at my code base today and noticed NEQ 0 all over the place. Then I remembered how ColdFusion handles Boolean values , specifically any number is TRUE except 0 which is FALSE . It I knew the variable was a number, then I could remove the NEQ 0 . This was used often in the context of a...

git

I blogged about " Git Performance Commands " before. Basically these commands are spring cleaning for your git repository. I run them occasionally at work. I love chaining git commands together so here are the commands chained. git fsck --unreachable && git reflog expire --expire=0 --all && git...

CFUG Meets Tomorrow Mike Henke Presents Join us tomorrow night at 6:00 when Mike Henke presents Cloudy With a Chance of Tests. I've got Adobe schwag to give away too. The CFUG meets on Tuesday the 24th at 6:00pm @ CF WebTools, located at [11204 Davenport, near I-680 &...

ColdFusion

If you haven't heard, Ryan Anklam is having a contest for ColdFusion Koans . It is very easy to contribute via the browser, http, or ssh connection with github. You don't even need to install or learn git. ColdFusion Koans is a cool project for learning unit testing along with CFML.

I installed CrossOver to test it on Ubuntu but the uninstall link from the menu didn't work. I had to go to /opt/cxoffice/bin/ then run: sudo ./cxuninstall _mhenke@mhenke-Studio-1737:/opt/cxoffice/bin$ sudo ./cxuninsta_ll And it is gone!

acf ColdFusion coldfusion-builder Mylyn

There was a tweet by lolajl about frustrations with installing Mylyn on the CFBuilder2.0.1 beta. My recommendation was to skip trying the standalone then adding Mylyn. I would use Eclipse , then add CFB as a plugin. Below are the steps, I ran through when i installed CFB on Windows. 1) Download...

I post on installing ColdFusion Builder 2.0.1 beta and Mylyn . This post will show how to test it is working. create new local task active task & ctrl-shift-r to open resource, and type application, select application.cfc show Application.cfc in navigator and mylyn context toggle off focus on...

ColdFusion

I hear the word zealotry used and for me it has a negative connotation. It has been brought up lately usually around something perceived as new but that doesn't mean something old could have zealotry. I would like to see more zealotry in ColdFusion. I thought it would be nice to break-down the...

ColdFusion

I will be presenting Cloudy with a Chance of Tests tonight 6pm EST online for the Online ColdFusion Meetup tonight, Feb 2, at 6pm EST. "Enlightenment must come little by little - otherwise it would overwhelm." - Idries Shah After most unit testing, ant, or Continuous Integration (CI) presentations...

ColdFusion

I had the privilage to participate in a Bolt Talk with Tim Cunningham . If you are passionate about a project, topic, or pretty much anything related to programming, do one now. All you need to do is contact Tim . It was a great experience and easy since Tim handles recording and editing. BoltTalk...

ColdFusion

I have been implementing inspection of CFML code into some legacy and new projects. The Cloudy with a Chance of Tests project is designed in baby steps so anyone can use it without any changes to their code. The first step is inspecting the code's syntax locally. The next step would be starting to...

acf ColdFusion github jenkins

Majority of ColdFusion code is not testable in its current state. There I said it. Now with that out of the way, I would love you to try out my " Cloudy With A Chance Of Tests " project and give this a test drive. It is to help improve the quality of your code which maybe in any state. Please...

ColdFusion

I'll be giving two presentations to the Online ColdFusion meetup. "Cloudy with a Chance of Tests" is tenative since it hasn't been announced by the Online ColdFusion meetup. Jan 12, 6pm EST: Improve your workflow within ColdFusion Builder Point to point integration like ticket systems are errors...

acf ColdFusion github

I finally had the chance to use the Unofficial Updater 2 (uu2) by David Epler . I must say it is pretty AWEsome. Being a user and not reading , I scanned the readme file in the github repository, then tried using it. Big mistake. Be sure to look at the revamped readme with a "How to Use" section...

ColdFusion git

Fusion Authority posted " What's Hot? What's Not? Essential Tools ". Please feel free to do your own post over what tools do you use regularly to enhance your productivity (and why)? I was honored to provide my tools for the Fusion Authority post. It is a pleasure working with Judith Dinowitz. I...

ColdFusion

Usually I don't repost an email but I received this email from OpenCF Summit and wanted to spread the word. It was a great time last year and I loved the one track. ----------- Greetings OpenCF Summit alumni! We wanted to take a moment to thank you for making the inaugural OpenCF Summit such a...

ColdFusion mxunit

" Building a bridge for unit testing and ci in cfml " had great comments by Sean Corfield . One was when he asked "why (do) you want a _compile_ step in there (your ci process) at all?" It comes back to an old Hanselminute podcast " Dynamic vs compiled languages ". The show talks about how...

ColdFusion jenkins

I would like to use unit testing and Jenkins, open-source continuous integration server, for Continuous integration (CI). CI "aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality control after completing all...

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...

coldfusion-show

HackMyCF giveaway, just tweet: " @pfreitag gives away free #hackmycf subscription on @coldfusionshow http://coldfusionshow.com RT to enter " You can listen to the ColdFusion Show announcing the giveaway, Episode 4: HackMyCF giveaway, FarCry, Evolving Skills and John Madden .

coldfusion-show

Ryan Stille and I recorded another ColdFusion Show . ColdFusionShow.com , itunes , and feedburner have been setup. We talk about loops with Query of Queries (QoQ), CFObjective call for speakers and topics, intellij idea, local dev setup, Keith Olbermann, new / upcoming ColdFusion books and more....

cfmlin100mins ColdFusion

Couple weeks ago, I announced a contest for a lucky contributor of " CFML in 100 minutes ". The contest was an good success. We had 4 contributors I used a Random Line Picker to shuffle the contributors from alpahbetic order 5 times, then selected "pick random line". If the winner doesn't want the...

ColdFusion jquery

Time for another Contribute and Win contest. The last Contribute and Win seemed a great success. I had many awesome contributes. Same rules as before, I will randomly select a contributor to " CFML in 100 minutes ". You can commit once or multiple times but you will only be entered in once. I will...

ColdFusion

Lately, I have been working on sql injection prevention measures. Mainly cfqueryparam-ing code. I was told about a cool script by WebApper that finds and fixes any un-cfqueryparam varialbes . The caveat is the script doesn't add the cfsqltype attribute to the cfqueryparam. Not a big deal but I did...

Ant git

The JGit project from Eclipse has been working on Eclipse and Git integration. Their user guide mentions an ant task but doesn't show where to download the needed jars. If you knew a little java, you could grab the source and compile a couple from jgit's github account . I googled around and found...

Ant ColdFusion jenkins

In down time, I am working on setting up Jenkins at work. I have Jenkins, Git , and Ant playing nice. The next step was figuring out how to move the files to our ColdFusion server. My first inclination was to point the Jenkin's job workspace to the webroot. I asked on twitter @marcesher about that....

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...

jquery

The last couple weeks (off and on) I have been working on editing DataTables with jEditable . If you haven't seen Datatables, you should check it out. The examples are great and implementing is easy. Datatables makes changing any table layout into a dynamic sort and filter a breeze. You'll look...

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...

other

Thanks to Ryan Stille for the patiences of checking out 10 or so bikes from craigslist before we found one that met his approval. This morning he saw an ad for 1982 Honda CM450 . Over lunch we kicked the tires and walked around checking things (actually I just watch Ryan.) It met his first...

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...

acf ColdFusion

This week, I have been reviewing new features from the last Adobe ColdFusion release. I covered some I missed in a previous post . I know you are thinking, ACF9? It was released in Oct 2009, but it was packed with so many enhancements and perhaps some unappreciated. You can watch ColdFusion 9 New...

acf ColdFusion

I have been reviewing Adobe ColdFusion last release and the many enhancements (some of which went under my radar). This post will cover how CFDUMP has improve over the years. I will go in order of the enhancements. In MX 6.1 , COM objects are able to be displayed. In MX 7 , the top attribute was...

acf ColdFusion

This weekend, I gained a greater appreciate for the last Adobe ColdFusion release. I am pretty late to this realization since Adobe ColdFusion 9 was released in Oct 2009 . And there is talk of the next release codenamed Zeus . I think I overlooked new features of ACF9 because Hibernate integration...

ColdFusion

During my morning Google Reader review, I noticed a couple posts on Google Page Speed Service ( Page Speed Service: Web performance, delivered and Will You Use Google’s New Page Speed Service? ) so I decided to run the comparison test against Henke.ws. It is a simple blog site using MangoBlog and...

Mylyn tasktop

I was prep-ing for a Mylyn / Tasktop presentation in Kansas City at D2WC . My mom was visiting and we were in the living room watching a short presentation on Mylyn . My mom, a retired grade school teacher, kind of jumped forward in her seat and exclaimed "That is very useful". The feature she...

ColdFusion github

Last week, I announced a contest for a lucky contributor of " CFML in 100 minutes ". The contest was an outstanding success. There were great contributions from simple to more complex. I used a Random Line Picker to shuffle the contributors from alpahbetic order 5 times, then selected "pick random...

ColdFusion Presentations

"Introduction to Sass (Syntactically Awesome Style Sheets)", with Josh Timonen - The Online ColdFusion Meetup (Alpharetta, GA) - Meetup Title: Introduction to Sass Date/Time: July 14th 6pm Eastern Bio: Josh Timonen is co-founder of Secret Monkey Science LLC, which creates iOS and web applications,...

ColdFusion git github

Why Git? Why Change? - The Online ColdFusion Meetup (Alpharetta, GA) - Meetup Mark your calendar for July 21st 6pm ET , Matthew McCullogh will be presenting at the Online ColdFusion Meetup . He is a Git Rockstar/Trainer with regular 1 day courses and O'Reilly training videos . Title: Why Git? Why...

acf ColdFusion jrun

At work, we use are transitioning to Adobe ColdFusion 9 . Our local development is multiple instances created with an Adobe ColdFusion 8 installer. It was very easy to get an ACF9 instance going. We created a ACF9 war and used that when creating a new instance in the ColdFusion administrator. I...

ColdFusion

I will giveaway copy of " Object-Oriented Programming in ColdFusion " by Matt Gifford to lucky contributor of " CFML in 100 minutes ". All you need is an eagle eye to spot a typo or code example not working. If you are more ambition ambitious, you can revamp a section or example to make it more...

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...

acf ColdFusion github

This post in named similiarly to Ray Camden's recent post, Initiative to improve ColdFusion docs . If you haven't read the post, please do. I support the initiative and want to take contributing to everyone not only Adobe with members of the ColdFusion community. With this goal, I have started a...

linux Ubuntu xubuntu

I decided to upgrade my personal laptop from Windows Vista to Xubuntu 11.04 (latest release as of this post). This post will be about the different choices of Linux. I have tried several. I would not recommend installing different flavors of Linux to find what you like (like I did) but use...

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...

Software xubuntu

This last weekend I decided to upgrade my laptop from Vista to Xubuntu . I was tired of Microsoft's ever growing system bloat. I did install Lubuntu but decided to go with Xubuntu due to some panel/toolbar issues. I use this laptop for programming, listening to podcasts, watching Hulu, Amazon...

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...

I have been helping with the SE MN Honor Flights since my grandfather was on one. I think this is my 5th. It is always a privilege to help. I heard there maybe only two more from this hub. The last flight had several veterans passing away before they could see their memorial. We had over 100...

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

Here is my cf.objective() 2011 schedule May 12, 2011 9:00 AM - 10:00 AM: Room 1 - Keynote (TBD) 10:15 AM - 11:15 AM: Room 1 - Making Legacy Code Testable (Emily Christiansen) 11:30 AM - 12:30 PM: Room 2 - Code Deployment Shouldn't Only Be FTP ? Using ANT to Automate Your Build Process (Peter...

ColdFusion coldfusion-builder

A cool feature of ColdFusion Builder 2.0 is the Advance ColdFusion Search with tags. This is pretty sweet for example today I wanted to find all the cffile tags with the action write . Let's open up the search, Search --> ColdFusion Search, to see what I am talking about. This is slightly different...

git

I have a .bat file with these git commands in it which I run once in awhile to cleanup/improve performance. In my git bash, I drop the bat and the run the batch. git fsck --unreachable git reflog expire --expire=0 --all git repack -a -d -l git prune git gc --aggressive Here is a brief discription...

ColdFusion

I have been a fan of ValidateThis (VT) for years but never had a chance to implement it yet at work. I have a newer developer under me and one of his task is to get VT working on a simple form. The sample demos for VT are numerous and the documentation is outstanding. It is so plentify, it might be...

ColdFusion coldfusion-builder Eclipse

I have a friend who emailed me last night after downloading a public beta for Adobe's second generation of an IDE based on Eclipse which enables developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise. He had two gripes: Key Assists and Auto-closing tags....

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...

ColdFusion coldfusion-builder Eclipse

I downloaded an Adobe software package based on Eclipse for building web applications and installed it as standalone. The software package didn't contain a couple Eclipse tools I use for collaboration. This post will show how to add the latest Eclipse (Helios) update site and install Eclipse tools....

ColdFusion coldfusion-builder

Adobe announced public beta for their second release of an IDE based on Eclipse which enables developers to rapidly build, deploy, and maintain robust Internet applications for the enterprise. "The new beta release provides professional coding tools, server management, testing tools, and new...

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...

CFEclipse coldfusion-builder Eclipse

I have a post " Turbo Charging Eclipse " and this is a follow up to show my current eclipse.ini file. I had someone recently mention my suggestions really improved their Eclipse experience. Warning: Before modifying your eclipse.ini be sure to back it up. The ini file is notoriously easy to mess up...

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...

ColdFusion

I am honored to be accepted in the Adobe Community Professional program (ACP) for 2011. The ACP individuals with expertise in ColdFusion are an amazing group.

git

My co-worker received an error message when trying to do a push to our git repos. Usually a pull will fix the issue in my experience but this was different. Error Message git.exe push --progress "origin" branchName:branchName error: Couldn't set refs/heads/branchName To X:\xxx.git ! Those purple balls are Mylyn focus buttons. You may not have even noticed them in Eclipse before. Think of them as the Staple's Easy button . The purple balls will focus...

ColdFusion github

I updated my site with a new theme for Mango Blog . Mango Blog is a free and open source ColdFusion blogging software product. The JournalCrunch theme is orignally for Wordpress released exclusively for Smashing Magazine and its readers. I placed the JournalCrunch Mango theme port on github. This...

ColdFusion Eclipse

_"_ It isn't a question of whether you'll remember: it's a question of when you'll forget it" - Andrew Hunt and David Thomas, The Pragmatic Programmer: From Journeyman to Master Here is my article " Mylyn – A Task-Oriented Approach to ColdFusion " released in Fusion Authority Quarterly Update last...

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...

ColdFusion

What is Compass "Compass is a stylesheet authoring framework that makes your stylesheets and markup easier to build and maintain. With compass, you write your stylesheets in Sass instead of CSS." This screencast is very good. It is an hour long so it isn't for the faint of heart but you can watch...

ColdFusion

I will be showing how to setup Compass and Sass to create better, more maintainable stylesheets for ColdFusion programmers. This will include installing Ruby and a ruby gem (library package). We won't be coding Ruby, just leveraging one of its many libraries. This idea was inspired by Rob...

ColdFusion

Proof of Concept: This is a proof of concept for using haml with ColdFusion Acknowledgements: I altered code from these two posts and would like to thank them. Using Less CSS with ColdFusion main.haml example Required JavaLoader Jhaml jar Jhaml dependency jars Input HAML %html %head %title...

ColdFusion openbd railo

I recently took a Rails two day class and was exposed to haml and sass toward the end of the training. Similar projects about reducing the noise and ugliness of basic html and css markup. haml for cfml might look like this. instead of the norm cfml and html #print_date# #current_user.address#...

ColdFusion git

I received an email about switching to git and local development. Mallory was gracious enough to give me permission to post the original email and my response. I hope this helps other looking to move to git along with local development. ------------------------------------------------ Your Name:...

ColdFusion git github

Two ColdFusion & Github Weekly updates in a row! Where to start? Well, CFMeetup: GIT for Dummies and the slightly more enlightened by Tim Cunningham is a great place. It was recorded yesterday. I didn't attend but will watch it this weekend. Railo announced they are doing their nightly builds and...

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...

ColdFusion git github

It has been over a busy month since the last ColdFusion and Github update. A lot has transpired. CFUnited's keynote by Adam Lehman and Terry Ryan , highlighted Github adding ColdFusion as a language for one of the numerous ColdFusion highlights over the last year. Terry demo-ed and announced...

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...

coldfusion-builder git github

First ColdFusion & Github update in a while, I was fishing last week in Northern Minnesota so missed two Fridays. Github now has the concept of organizations to simplify management of group-owned repositories. Github would like feedback from Windows users . Next week, July 13, 2010, there will be...

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....

ColdFusion railo

I have been playing with different CFML engines for the ColdFusion on Wheels codebase so I was looking for a solution where I could work on the code in one location and have it connected to the different cfml engines directly under the webroot. There may be a solution using Apache and Tomcat...

coldfusion-builder git github

Being the end of the month, I'll also mention monthly updates of ColdFusion on Github besides weekly updates. Some blog posts are about git and coldfusion this past week are: Git Global Ignores, Can Be Overridden Git Training in DC - July FW/1 1.1 is one step away Recently Created Repositories[...

ColdFusion github

ColdFusion is still stable at 29th most popular language on Github . I would really like this number to climb so keep putting your small and large projects on Github since it is free. Not much new on the Github front. I did notice a nice article about " How to use github and submit a patch ". I...

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...

ColdFusion git github mxunit

ColdFusion is hanging steady at the 29th most popular language on Github . Big news on the ColdFusion/Github front is FW/1 . I didn't catch an official announcement but it seems FW/1 is using github for their central code repository/site. Github's ticket system is setup and allowing people to...

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...

I missed last week's ColdFusion & Github update due to attending CF.Objective() 2010 in Minneapolis. Simeon Bateman presented on Git . His sessionwas the last of the conference and was very well attended. He covered basic git ideas and commands. He also showed GitHub and mentioned...

cf-objective ColdFusion

cf.Objective is still a great conference after 5 years. It is amazing how much work the people behind the conference work. This was my first year as a speaker. I have been attending the conference for several years (think I only missed the first year), paying my own way a majority of the time which...

ColdFusion git github

ColdFusion dropped several spots to 30 for Github Language popularity. DZone released a very well done Refcardz title " Getting Started with Git ". Github celebrated it's 2nd Birthday . I attended a Github East Cost Tour gathering if one is in your area I recommend swinging by for a few drinks. I...

ColdFusion github

Aaron West has a good post titled, My Thoughts on Git . Other than that, I didn't see much news for GitHub and ColdFusion . Most Watched This Week Fusegrid / fusegrid-sdk llamapope / cfwheels-bigrigadmin douggiles / cfwheels Most Forked This Week rip747 / cfwheels Recently Created Repositories...

coldfusion-builder Mylyn

I'll fix up this post but this is a quick run through to install Mylyn onto ColdFusion Builder standalone. Here is a link to the 5 min screencast of the process . Add the update site (help --> install new software) Add http://download.eclipse.org/releases/ganymede/ as ganymede filter mylyn and then...

ColdFusion github

ColdFusion stayed pat with the 29th popular ranking on GitHub . Github announced SVN support (April Fools' joke or is it). Collaboration is made easier in Github with recent tweaks . Most Watched This Week timblair / restfulcf virtix / cfmongodb Fusegrid / fusegrid-sdk tpryan / BuilderStats...

ColdFusion github

ColdFusion is still the #29 most popular language on GitHub after several weeks of steadily moving up. Big news this week was the release of ColdFusion Builder . I would expect to see more CFBuilder extensions using Github like Terrence Ryan , a Platform Evangelist for Adobe. He has several...

ColdFusion

I am disappointed to warn ColdFusion users that Adobe ColdFusion does not support Accessibility with cfdocument /format=pdf. I have submitted a ticket in the ColdFusion Bug Database for people to vote on. I also submitted a ticket via Adobe Support. Adobe Case # : : 181492502 :...

ColdFusion git github

ColdFusion moved up another spot in the Github Language popularity to 29th. I am hoping the momentum keeps up. Github announced it has a commit about every second compared to Google Code which has a commit about every 5 seconds. No forking again for ColdFusion. This maybe the CF Community still...

CFEclipse git github

Slow week for forking ColdFuson projects on Github but ColdFusion moved up one slot making it the #30 most popular language on GitHub. I also decided to keep the update on Friday. Most Watched This Week rip747 / cfwheels andyj / FW-1-Security-Models atuttle / Mango-RelatedEntries atomi /...

ColdFusion git github

I will be switching the Github & ColdFusion Weekly Update to Sunday so I don't miss any activity during the weekend. Some noteworthy events: Terrence Ryan , Platform Evangelist for Adobe, opened a Github account and has been very busy starting four repositories. Bill Shelton created a respotiory...

ColdFusion github

One feature of Github is "Social Coding". Github tracks users' actions (pushes, closing tickets, creating repositories) and repositories' actions allowing for people to easily see what is going on. You can "follow" people. You can "watch" repositories. This is cool, so you can keep tabs on all the...

coldfusion-builder github

This week ColdFusion position on Github is currently 31. To put this in perspective, ASP is 27th and PHP is 6th. Please keep creating and moving your open source projects to Github. Most Watched This Week andyj / isValidRSS-CFC bobsilverberg / ValidateThisColdBoxPlugin crimsonskyfalling /...

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...

ColdFusion github

Riaforge recently added an input field for external source control sites and Github now recognizes ColdFusion syntax . With these two announcements, I will demonstrate how to edit your Riaforge project information for Github. I will use jTidy cfc for the example. Filling from top to bottom of the...

ColdFusion github

This week in ColdFusion and Github news, ColdFusion moved up one position on the most popular language on Github. It is currently 31. To put this in perspective, ASP is 27th and PHP is 6th. Please keep creating and moving your open source projects to Github. Most Watched This Week stillnet /...

The Learning Wheels Litepost Contest is wrapping up on Feb 19th. It is meant for a hopefully, quick and simple intro into Wheels. Prize Grand Prize (one): $100 Amazon Gift card Runner Up Prizes (two): $50 Amazon Gift card Everyone: Free one year Mini Hosting Plan at Alurium Hosting (over $40 value)...

Amazon-S3 ColdFusion

I have been venturing into creating and distributing torrents for ColdFusion related downloads like MARC 0.3 (MySQL, Apache, Railo , and ColdFusion On Wheels ) virtual machine. I decided on using my website and Amazon Simple Storage Service (Amazon S3) to host the actual files the torrent will use....

I recently was opted into a service I didn't sign up for. Many of you have been also. Google Buzz is Google's attempt at a social networking for "share updates, photos, videos, and more". What I find disturbing is Google opting me into a service, I didn't sign up for. Another irritating feature is...

Github now tracks CFML syntax. Github uses Pygments , a generic syntax highlighter. Pygment recently added support for CFML and Github has implemented it. What does this mean to the ColdFusion community? Github recognizing ColdFusion means more exposure. Currently ColdFusion is the 32nd most...

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...

ColdFusion git

I started a Head First ColdFusion book to submit to Head First . If anyone is interested in contributing, it is using markdown and on GitHub . The idea is based on the Pro Git book using the same technique .

cf-objective ColdFusion

I would like to thank cf.Objective() for accepting my submission for a session over ColdFuson on Wheels . cf.Objective() 2010: April 22-24, 2010 at the Hyatt Regency Minneapolis, MN Registration Title: ColdFusion on Wheels, Inspired by Ruby on Rails Description: Inspired by Ruby on Rails ,...

ColdFusion Eclipse Mylyn

I read Jason Dean's " The new Fusion Authority Quarterly Update is out " post and found out the latest FAQU was released. The FAQU is a well edited and researched ColdFusion publication. There is alot of free material/knowlegde available on the web but FAQU is worth the nominal subscription fee....

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:

ColdFusion

I started getting this error on a ColdFusion JRun instance. It was happenning only with one application. (Note: We have applications seperated by folder) java.lang.NoClassDefFoundError: Could not initialize class coldfusion.xml.rpc.CFCServlet How do you fix this? I restarted the jrun instance, the...

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 released 0.9.4 today if you haven't heard. I really enjoy using CFWheels because of the conventions and it was designed for ColdFusion based on Rails ideas. ColdFusion on Wheels provides an easy way for rapid development plus it has a built, simple to use Object-relational mapping ( ORM )....

ColdFusion jrun

I was working on my next installment of " So you want to create a CFWheels application? " and was able to easily get URL Rewriting on JRun which I thought was previously not available.I used the Url Rewrite Filter mentioned by Matt Woodward in his " Open BlueDragon + Railo + ColdFusion on Tomcat "...

ColdFusion git

This is a series over using Riaforge with Git and GitHub . So far we installed some software , next we will register for a free GitHub, create a repository, and clone it. Registering will only take a couple seconds. Go to the signup page . Fill out the information but skip the SSH Public Key field....

git

Git for Subversion users, Part 1: Getting started Git gets demystified for Subversion version control system users Summary: Distributed version control systems (DVCSs) offer a number of advantages over centralized VCSs, and for Subversion users looking to explore this model, Git is a great place to...

ColdFusion git

I really enjoy ColdFusion but I am frustrated seeing tools in other programming languages like metric testing ( NDepend ), code coverage ( Emma ), and coding standards ( Checkstyle ). None of these tools are new. They are immensely helpful, but not really available in CFML . That being said, I feel...

ColdFusion Presentations

I caught up on some UGTV recordings this weekend. Most were from CFMeetup but a couple were from other ColdFusion User Groups. ColdFusion & PDF CFMeetup: PDF Creation and Manipulation with ColdFusion 8 by Dave Ferguson Document-driven Applications with ColdFusion & PDF by Josh Adams Different...

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 ,...

ColdFusion

Terry Ryan, the Platform Evangelist for Adobe , has announced a DZone Refcard on ColdFusion 9. This is very cool. Nice job Terry. If you aren't familiar with DZone , it is good resource developers. About DZone (taken from their about page ): DZone is a free link-sharing community for developers...

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...

CFEclipse coldfusion-builder

I haven't been able to use ColdFusion Builder extensively yet, but here are my favorite 8 key assists so far. First group is First group is not too amazing and still should be mentioned. They are available in CFEclipse but the wrap in pound signs binding is a different combination. ctrl+shift+a -...

ColdFusion coldfusion-builder

ColdFusion Builder Beta users should be aware when using ColdFusion Builder Extensions, the extension files/folders are being installed in a ColdFusion server's web root that the user selects. This may contaminate your web root with files and folders not relevant to your application releases. It...

ColdFusion mxunit Selenium

I was working on a MXUnit and Selenium Remote Control example, a year ago, and finally fixed the documentation. It shows how do functional testing with Selenium through MXUnit. It is a simple demo. Here is the zip . Read the Selenium-RC - Using the CFML Client Driver.doc before using for how to...

CFEclipse ColdFusion coldfusion-builder Eclipse

This list is features I feel are very important for a ColdFusion IDE. 1. Mylyn Bridge I use Mylyn daily for work because it helps me multitask and track my time. Currently for ColdFusion files in CFEclipse , Mylyn is defaulted to a file view which is nice, but Bolt needs to have a bridge to get...

Ant CFEclipse ColdFusion Eclipse

CFHour() released a new podcast, IDE Talk. They talk about ColdFusion IDEs (integrating development editor) covering Homesite, Dreamweaver, and Eclipse with Aptana and CFEclipse. Audio level was tremendously better than last time. Two points, I would like to clarify about Eclipse they mention. 1)...

ColdFusion

I stumbled apon CFHour() podcast through iTunes. They pushed a new show out yesterday. It is about integrating ColdFusion with other Adobe products along with another topic, database design. I am listening to it now. It is great to have another current ColdFusion podcast series. Keep up the great...

ColdFusion

My blogging has been non-existant over the last month since I have been busy traveling, interviewing, and moving. I can say from experience there are alot of interesting ColdFusion jobs, people, and opportunities. Contact me (henke dot mike @ gmail dot com ) if you are in the DC area and looking, I...

ColdFusion

Adobe MAX 2008 Top Ten List - Announcements 10. In the dramatic opening session, the key speaker announces Adobe will save 15% by switching their insurance to GEICO. 9. Ben Forta, Adobe Systems Inc's Senior Technical Evangelist, says he'll be on next season's "Dancing With The Stars" -- this guy...

GTAC-2008

I finally finsihed up my final notes from the Google Test Automation Conference (GTAC) and also noticed the Opening remarks video was released. Below our my notes on Google Docs. Third Annual Google Test Automation Conference Seattle, WA October 23rd - October 24th, 2008 CONFERENCE AT A GLANCE...

CFEclipse ColdFusion FusionDebug

I gave my first try at a new presentation called Head First ColdFusion Debugging with FusionDebug . From the link, you can either sign in and see some speaker notes or follow the link below the slide image to view the sides. The preso seemed to go well but I would love to give it again if any...

ColdFusion GTAC-2008

Here is a review of Day 1 and Day 2 from another attendee of the Google Test Automation Conference. I'll follow with my thoughts related to ColdFusion after I finish tranferring two sessions into Google Docs and a Debugging presentation, I am giving @ the NECFUG this Tues. My notes of the GTAC 2008...

ColdFusion

Check out Dan Wilson's Refactoring article on Dzone. It is great to get the ColdFusion community active on other fronts. Comments are disabled for this post, please make comments on the article's comments.

GTAC-2008 Selenium

I arrived in Seattle this morning from Omaha. Got to the conference hotel easy and then did some quick sight-seeing before GTAC gets into gear. Below is a run down of sessions. I'll be writing google docs for most session and linking from this page. Third Annual Google Test Automation Conference...

CFEclipse Eclipse

Having problems with a corrupted Eclipse instance like line number not showing up or some other funky issue and you swear you have done all the correct steps to get it to work. Maybe starting with a fresh version of Eclipse is the best route. Most people think of restarting with a pristine version...

CFEclipse ColdFusion Eclipse

I heard today the "undo weirdness" in CFEclipse is due to the "Trim trailing spaces before saving" being turned on. This option checkbox is under Windows - Preferences - CFEclipse - Editor There have been several thread in the CFEclipse Google Group over this. If you haven't noticed this behavior,...

ColdFusion Selenium

I will be doing a series for ColdFusion developers to setup, use the Selnium Trifecta, and incorporate Selenium tests into MXUnit. The first entry will show how to setup Selenium Core , Selenium Remote Control , and Selenium Grid . These tools will enable you to do extensive acceptance testing...

Ubuntu

I installed Xubuntu 8.04 for better performance but some reason Firefox and Flash won't work properly for Adobe Connect recordings. My laptop is an Acer AMD Turion 64 so the normal Flash installation woudn't work. Here is what I did (I tried many things but think this is what worked). I ran the...

ColdFusion mxunit Selenium

I was accepted to attend the Google Test Automation Conference - 2008 . I submitted a paragraph a while ago stating I would like to attend and bring my point of view from ColdFusion programming and unit testing with MXUnit along with some other points. Then today, I received an email with the...

ColdFusion

I was laid off last Friday. I wasn't prepared since I liked the ColdFusion team and rest of the company's employees. I enjoyed going to work and what I was working on. The layoff was major for the company's size, 15 people out of about 45. After a lot of online applications, call backs, and several...

CFEclipse Eclipse

Here is a screencast of reverting a line or block or code with two-clicks I had some code I wrote, then had to undo the changes. As some of you may know CFEclipse sometimes throws an error and goofs up the undo making a mess of pound signs and coldfusion tags. I created this screencast from...

ColdFusion NECFUG Presentations

Ryan Stille , CFWebTools' uber geek of the year , mention to me about two Programming events occuring in Omaha this week. I have been looking forward to the git presentation but forgot about it since it was cancelled last time. And the BarCamp I heard some rumblings but nothing concrete. If you are...

Subversion

Where Art Thou SVN 1.5.1 windows installer, I have searched and scoured google to no success. I see the svn-1.4.6-setup.exe on the Subversions Windows section but no 1.5.x. Subversion’s FAQ say simply update your client . It is that simple but if SVN doesn't provide an installer, how shall we....

CFEclipse Eclipse Mylyn Presentations

Summary: Mylyn has changed the way developers work. This talk provides both an overview of the technology and a series of demos that will help newcomers get started. For seasoned users, the demos provide some quick overviews of new features and best practices. http://live.eclipse.org/node/573 The...

CFEclipse Eclipse

I did a quick search for good examples of the Show Annotations feature in Eclipse but didn't find any so I figured I would post some. I also checked Eclipse's documentation and found none. The closest I came was a post by Jim Crumb Priest. Starting in the the Navigator View, I right-click on the...

Ant ColdFusion Mylyn NECFUG Subversion

Next NECFUG meeting: July 22nd - Axel Jensen will be talking about the development process. More details to come. ---- Should be interesting. Axel is very passionate about Flex and ColdFusion. I heard the initial outline concept and it was covering how to use Subversion, Mylyn, ANT, and Trac. Very...

Ant ColdFusion mxunit

If you haven't heard of the vaScoper tool created and maintained by Mike Schierberl , it is definately worth checking out. It has the stamp of approval of Raymond Camden and Sean Corfield . Here is a varScoper ant target recently added to the MXUnit build ant. Download both tools and give them a...

CFEclipse ColdFusion Eclipse

Similar to Nic Tunney's Top 6 Underused ColdFusion Functions I figured I would post an Eclipse underused shortcuts for CFEclipse users. I think it was during a CFObjective presentation by Dan Wilson , I witnessed the copy down shortcut (ctrl-alt-down) and was impressed. I feel many CFEclipse...

Ant

I watched Qasim Rasheed's CFUnited presentation on Continuous Integration with SVN, ANT, CFUnit & Selenium . I picked up a fundamental concept , Conditional Execution, and a cool trick . The concept was the if and unless attribute of an ant target. I have read about them but it was great to see...

ColdFusion

CFUnited was kind enough to release 35+ conference presentations . Hopefully it will demonstrate the quality and networking for people unable to attend, like me this year. I added the presentations to Charlie Arehart's UGTV . Sean Corfield blogged about the availabilty Monday but I figured I would...

ColdFusion Eclipse

After listening to a quality podcast from Hansel Minutes I have a better understanding of Open Source and how Eclipse's organization functions. With the recent chatter on OpenBD , Railo , and Adobe's CFML Language Advisory Committee , I would recommend listening to it. 91 Eclipse with Bjorn...

ColdFusion

My group @ work was tasked with upgrading our servers to ColdFusion 8. My manager asked for each of us to plan like we were the only one planning the release, then he'll gather the notes and create a best possible transition list. I did some googling found these resources. I found the performance...

CFEclipse Mylyn Presentations

CFEclipse users should be using Mylyn even if you don't have a ticket or code repository. You can use it by creating local tasks. It'll make your life easier. Why does Mylyn use the term "task"? This presentation mentions Bugzilla but it is not the focus. Very quick intro into Mylyn. Using Mylyn to...

Ant ColdFusion

I have been working on a build.xml file for work that updates the local working copy, runs MXunit tests, create JUnit reports based on MXunit results, minifies js/css , grabs only modified files between revisions , crunches ColdFusion files, checks compile errors, and also will check for unscoped...

ColdFusion NECFUG

Next meeting for NECFUG: June 24th Jake Churchill will be talking about CSS. After a quick primer to explain the basics, he'll dive into why you want to be using CSS on your site, and the neat things it allows you to do. Bring your CSS questions! http://www.necfug.com/

ColdFusion

I posted about a cfcompile ant target this morning. Now the post is number two one on Google via DZONE . My measly blog. Come on :-) Thanks ColdFusion DZone Related Links: Don't have a blog? Have something to say? Read This! How to grow the ColdFusion community. What YOU can do to help. Add a new...

Ant

I have revisited adding Yui compressor into my work's ant build script to minify JS and CSS scripts. The current jar was yuicompressor-2.3.5.jar . It took a lot of playing around but I finally stumbled on how to get it to work. Here is the snippet for the yuicompressor. I had to jump through a...

Ant Subversion

Here is my attempt to be able to pull a revision range from an svn repository. The ant script runs an svn log command, sets up the directory structure, then pulls the files down from the svn repository using an ant get command. It works but isn't pretty. Any deleted files will be tried to be pulled...

Eclipse

Picking the right Eclipse distribution for you Products based on Eclipse provide different features for varying needs Which Eclipse distribution is right for you? Commercial distributions (distros)based on Eclipse Europa offer different features and conveniences. Many commercial ones also offer...

ColdFusion mxunit

I put a question in Mxunit's google group about testing location? I remember someone @ CF.Objective mentioned tests should be in a seperate location like trunk, branches, tags, and tests . If you have any advice please chime in. I have disabled comments on this post so the discussion will occur in...

Ant ColdFusion

Very interestng two tools every ColdFusion Developer should already be using are highlighted in developersWorks - IBM's resource for Developers.... Debug and tune applications on the fly with Firebug Save time when you monitor, analyze, and edit live Web pages Integrate external tools and builders...

CFEclipse Eclipse Mylyn Presentations Subversion

I stumbed on EclipseCon 2008 presenations last night. The conference was March 17-20. Several are ColdFusion related if you are using Eclipse with Subversion, Mylyn, Debugging, Automation, or Agile. Here is a list of the presentations . If you want to download them all and sort later.

ColdFusion Presentations

After John Bland's presentation on CF8 .Net integration, which was really cool, I thought it was kinda a pain how he had to switch between two editors, one for cfm and another for vistual studio. I did a quick search and found a recent article from IBM on using an Eclipse .Net plugin . One reason...

ColdFusion Presentations Software

My notes from Selling Professional Development (Processes) at a Hostile Shop - CF.Objective 2008 Terrence Ryan It was by far the best presentation so far I attended. Slides flew by faster then I could type, but here are my rough notes . Another review by Remove Synthesis Update: Ryan's presentation...

CFEclipse Eclipse Mylyn

I changed my eclipse.ini file around after researching some jvm option settings. I primarily use CFEclipse, Mylyn, and Subclipse. I am not a jvm options expert, but I referenced several articles . Before modifying the eclipse.ini file please back it up. The ini file can be error prone with returns...

CFEclipse ColdFusion Eclipse FusionDebug

I will show how to setup FusionDebug on Windows for Multiple ColdFusion instances . And ColdFusion 8 Debugger on Ubuntu . A hint for both is turn off "timeout request after (seconds)" in the CF Administrator so your debugging info doesn't timeout. Within Eclipse, I use the Breakpoints, Debug,...

Presentations Selenium

After writing Selenium is NOT a framework , I rediscovered a presentation from Google Automating Testing Conference. It was pretty good (I think I watched it before but it didn't click). Google has developed a Selenium Framework called Ringo. Their Selenium Framework goal is simplicity and...

ColdFusion

With the talk of the "ColdFusion community", I found this post interesting, what would you do if you were a Microsoft Evangelist? I would change it around and ask "What would you do if you were an Adobe ColdFusion Evangelist?" *What would your goals be? *How many of these can you accomplish now? I...

CFEclipse Eclipse

I was reading a thread on CFEclipse Users and had an idea. I am going to give Mark Drew some of my tax rebate. I guess the NPR fund raising this week has affected me. I'll try to catch him @ CF.Objective . Mark has done a great job with CFEclipse and I take it for granted. CF.Objective falls pretty...

ColdFusion

Yet again another semi-annually, ColdFusion is dead. I suggest vote negative on the dzone landing page, but don't click through to the article and read the article . The link below goes to the dzone.com landing page for the article. Summary: The entry is a carbon copy of other infamous ColdFusion...

Ant Subversion

I watched Mark Esher's presention " ANT On The Wire: Using FTP, Email, SVN, and VSS " a couple weeks ago and liked the idea of scheduling an ant to do my SVN updates before I get into the office. He was kind enough to provide a zip of his files from the presention. Please watch the presentation to...

Subversion

I have noticed tsvncache.exe is a cpu hog on my computer. Tsvncache.exe collects data needed to display the icon overlays for TortoiseSVN. Fix: Right-click desktop, TortoiseSVN --> settings --> Icon Overlay: System cache - Set either to Shell or None (mouse over options to see what they do and...

Selenium

Selenium is not a framework but needs one desperately. I have noticed some references to Selenium as a framework thus this blog posting. (Selenium is an "Open source test automation tool for executing scenarios against web applications to validate browser compatibility and system functionality.") I...

CFEclipse Eclipse Mylyn

I feel like I am in Battlestar Galactica when using Mylyn to work inside Eclipse. Task focused user interface is the future and the future is now. If you are using CFEclipse , you need to use Mylyn by creating local tasks. I have hooked in Trac and Subversion @ work but the neat thing with Mylyn is...

Selenium

Anyone have an example of using Selenium and having a skeleton main file the loads a variables file for setting variables. Example, variables file would have address, town, city, and state variables with approriate values. Then you could interchange the variables file for different address in the...

ColdFusion NECFUG

Next meeting: March 25th Mark Kruger will be giving a presentation on Advanced SQL Server Tecniques. Items covered include indexes, queries, tuning, etc. MORE INFO Started going a couple months ago. It is a good place to meet fellow CF-ers and have some free pizza :-)

Ant

I had this issue, Malformed uxxxx encoding, when moving an ant variable into a properties file. I found this solution after a little hunting. http://tinyurl.com/27ddb9 Solution: Make sure you use '/' in all directory vars

Eclipse

Eclipse Working Sets - Part I Abstract: In this installment, Peter Friese looks into how working sets can help you to unclutter your workspace. I haven't watched yet but will definately. I did a quick entry on Eclipse Working Sets recently.

CFEclipse ColdFusion Eclipse Mylyn

Don't let PHP get a jump on us :-) Vote for structure bridges for CFEclipse and Mylyn Ticket I entered for requesting a connector bridge for CFEclipse and Mylyn. For more on Mylyn watch this . Seems very cool. I am currently work on introducing Trac @ work and Mylyn is a reason why. Besides (major...

I created a wiki page called Trac Case Studies in SCM & Project Management Process on trac.edgewall.org for a centralized place of how different people/companies structure their Trac setup. I am working on setting up Trac and haven't found any good references for laying out Trac like multiple Trac...

ColdFusion

I am looking for case studies to review to see how to structure trac in regards to projects, components, milestones, and versions. Any suggest how you have your Trac instance setup?

CFEclipse Eclipse NECFUG

With the help of Ryan Stille's, we'll be presenting Eclipse and CFEclipse for the Nebraska Coldfusion User Group on Febuary 26, 2008. More details on the NECFUG website. It is my first presentation in a long time, so it should be fun. I have been working on the presentation using Google Docs. I...

ColdFusion Eclipse

I came across an ACTIVELY developed ColdFusion Unit Testing Framework a couple weeks ago. MXUnit seems really well thought out and the guys behind it are really working hard on it. If you aren't fully invested in CFUnit or CFCUnit, it is worth checking out. MXUnit even has a working and easy to...

CFEclipse ColdFusion Eclipse

After a lot of trial and error tonight, I am able to start and stop my ColdFusion server from Eclipse. I am working with Ubuntu, CF8, and JRun along with Eclipse 3.3.1.1, your environment may need tweaking. Before I basically ran "sudo /opt/jrun4/bin/jrun start cfusion" in a terminal to start CF...

CFEclipse Eclipse

This entry is a quick review of Working Sets in Eclipse. I will show how to create a new working set and selecting/deselecting. Working sets help reduce the clutter. A working set groups resources for display in the Navigator view. I finally learned about working sets today while attending a 4 day...

Eclipse

I started to watch the first lesson of Using the Eclipse Workbench last night but got distracted with the CNN debate. I was about finished and the training seemed pretty good. I noticed the downloads include a swf for the tutorial which is nice if you are offline.

ColdFusion

Make your site and rss feed mobile friendly in a second with help from google. You will have to have your url encoded . Then add the encoded url to http://www.google.com/gwt/n?u= I used tinyurl.com to make the link manageable. I created a mobile directory and added an index.cfm file...

ColdFusion NECFUG

Nebraska ColdFusion Users ( NECFUG ) meeting was last night. This was my second time attending and I hope to keep attending. The main presentation was by Jake Churchill, works @ CF WebTools , about FarCry . FarCry is an open-source content management system build on ColdFusion. It was a pretty...

Eclipse Subversion

Did you know when committing in Subclipse, you can double click a resource listed and it shows a compare of your working copy and the repository's head version base revision? See snapshot below.

Ubuntu

Screengrab! , a Firefox extention, works on Ubuntu to save a web page as png file. Basically I had some Coldfusion output and wanted to send the whole page not a portion. I have seen several tools for windows but nothing for Ubuntu. I googled "export as png", "save as png", and "print to file as...

ColdFusion MythBusters

Myth: ColdFusion is Case Insensitive Rated OTHER I gave "ColdFusion is Case Insensitive" an Other rating because some attributes' values are case-sensitive like file names. Example: CreateObject function's port attribute. The ColdFusion server is case-insensitive, so you can mix case but for...

ColdFusion

I was working on a new skin for machblog and accidently pushed it live last night. I need to clean up the search button and the forms. I have a couple skins I hope to finish up and send to the guys. This one is called frozenage . I hadn't planned to actually use this. I have another skin I was...

CFEclipse ColdFusion FusionDebug MythBusters

CFDump and the standard Coldfusion Debugging Error Information didn't work. Charlie Arehart has mentioned several reasons why use a debugger when you can just use CFDump . I ran across a specific CFDUMP instance today when I found this very true. I was passing an xml string into a SQL Stored...

ColdFusion

Doug Hughes announced Enterprise ColdFusion with Model-Glue training registration was extended till Jan 25th. I am excited enough people registered so the Model-Glue training program wasn't cancelled. I am looking for a roommate to split a hotel room @ the class's site, Hilton Garden Inn Arlington...

I stumbed across LeechBlock. I installed it @ work to help me stay more focused and not get distracted on the web. So far it works great for me. Check out the link for more info and pics. "LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out...

Well, I got Lost 3rd Season DVD set for Xmas. I'll be watching it to get reacquainted with what happened last season since the show will return on Jan 31st. Lost - The Complete Third Season

Eclipse Subversion

A couple weeks ago when writing the entry, UnEclipsing CFEclipse Line Numbers , I stumbled on a couple interesting settings in preferences to pimp my Eclipse EDI On the net is plenty of info for tweaking eclipse.ini file or adding variables to eclipse executable for performance but I hadn't seen...

Ant CFEclipse ColdFusion Ubuntu

I started blogging toward the end of Aug 2007. Here are my top 5 content of 2007 via Google Analytics stats. Happy New Year! Adding JS/CSS compression and JS validation using YUI Compressor, JSLint, and jsmin to ant script Coldfusion with Selenium ant script Show Us Ur CFEclipse perspective layout?...

CFEclipse Eclipse

Quick Eclipse and CFEclipse hint. The entry is mainly about turning on CFEclipse line numbers but useful for other hidden Eclipse preferences. In Eclipse, under Windows --> Preferences are many settings its hard to locate the one you are looking for. Eclipse actually has a built in search/filter....

ColdFusion

I signed up for Enterprise ColdFusion with Model-Glue a couple weeks ago. I am looking forward to learning with hands on training about Model-Glue framework, Coldspring, and Reactor/Transfer for four days. I hope enough people sign up by Jan 5th when registration ends. If your interested please...

Due to an oversite, I didn't have my name on my About section or Contact form so I added it and a picture to my About section. The picture was recently taken @ a company Lazer Tag event. It was fairly cold but fun. Thanks to Charlie Arehart for pointing out my full name was missing on the website...

Interestly Amazon has released a limited beta for a web service for running queries on a structured database called Amazon SimpleDB . Amazon must see a need in the marketplace for this but I am kinda sceptical. Here is an good article on the subject " Amazon Takes on Oracle and IBM With SimpleDB "

CFEclipse Eclipse

This entry is quick review of built in Eclipse functionality not to be confused with CFEclipse or Aptana features, the Navigator view toolbar . I will show the Link With Editor , Go Into, Forward, Back, and Up buttons . I use the Link With Editor Button hundreds of times a day. It jumps the...

Starting this Wed (12/12/07), several co-workers are gathering for lunch to learn Flex 2. We are blocking a hour Mondays and Wednesdays @ noon to watch Total Training For Flex 2 . If you are in the Omaha area and are interested drop me an email or comment. I figure a group will keep me honest and...

I stumbled across Hanselminutes awhile ago. It is usually a well organized and informative podcast. What is Hanselminutes? Hanselminutes is a weekly audio talk show with noted web developer and technologist Scott Hanselman and hosted by Carl Franklin. Scott discusses utilities and tools, gives...

CFEclipse ColdFusion Eclipse

I tried using the ColdFusion 8 Debugger through Eclipse but kept getting an error message saying "Unable to contact the RDS Server 'localhost.'" Not to helpful :-) I am a big fan of Fusion Debug. My problem was two fold. 1. My web.xml file had RDS commented out in a couple spots. The file for me...

ColdFusion

Charlie Arehart has been very busy lining up great Online ColdFusion Meetup Group meetings. If you don't know about the group it is an awesome learning resource. Charile has setup a site, UGTV , for finding ANY usergroup recorded presentions. UGTV holds links to the recordings along with a title,...

ColdFusion

I went to my first Nebraska ColdFusion Users Group . The group is ran by Ryan Stille and Mark Kruger from CFWebtools. It was a nice size group of about 16 people. The first portion of the meeting consisted of Mark showing some new CF tags in CF8 which were CFWindow, CFTab, and CFPod. The second...

ColdFusion Software

What do ColdFusion geeks listen to? I joined the ColdFusion Music Group last weekend. I have been using Last.fm for awhile and it has helped me discover artists and cool songs by tracking my music listening through different music players.

CFEclipse

Lot of the CFEclipse users say use Aptana . Clarification usually not provided with the generally helpful advice is Aptana doesn't open ColdFusion related file extension by default. Editors allow you to edit, save, and revert the editor’s content. Editors have built-in language-specific knowledge....

I changed the skin of my blog. I am using Machblog. The free template is from Luka Cvrk named Internet Corporation. I'll send the skin to Peter and Matt once I workout any bugs.

CFEclipse ColdFusion Eclipse

I have been following an interesting conversation on the CFEclipse user group, " File Explorer issues, again ". It started about the File Explorer view not working in CFEclipse (Mark Drew has released a fix ). Eclipse forces a project approach. Some people find the transition difficult. Dreamweaver...

I read Firefox Bug: Status Bar Zaniness and he briefly mentions Dust Me Selector , a Firefox extention, but didn't mention what it does. I quick googled it. It finds unused CSS selectors. Very cool! Nice complementary extention to use with Firebug .

ColdFusion Eclipse

I see Jim Priest wrote " Code ColdFusion applications fast with the Eclipse CFEclipse plug-in ". The article was released in IBM's developerWorks Open source section. Looks like a must read. I printed it off to take home :-)

Amazon-S3 Software Ubuntu

It is pretty simple to sync files using (http://Ignore Files on Upload http://jets3t.s3.amazonaws.com/toolkit/configuration.html#ignore). Some folders I synch contain files I don't want to store on Amazon Simple Storage Service (Amazon S3) such as .svn folders for Subversion....

Amazon-S3 Software Ubuntu

JetS3t can be used across Ubuntu and Windows which I needed. I like to be able to sync files between my two systems. JetS3t has a synchronize command line tool. It is in bat and sh format. JetS3t also has a nice GUI called cockpit. My Amazon S3 (stand for Amazon Simple Storage Service) setup for...

Ant Eclipse

Jim Priest found a cool Eclipse plugin to visualize ant targets and properites from yworks called Ant Explorer . I installed it and took a quick look. It seems interesting. Update Site URL: http://www.yworks.com/eclipse/update

CFEclipse ColdFusion Eclipse

I am the guy when watching a presentation, glances @ the presenter's taskbar to see what icons are in the panel. Or notes their IDE setup incase the perspective layout seems useful. I was hoping you will share your CFEclipse perspective layout with the CF community. So to start us out a larger...

Here is the schedule and registration information: Introduction to Website Optimizer (New or inexperienced users) Tuesday, October 30th, 2007 10:00 - 11:00am PDT Register to attend. Website Optimizer: Creating & Launching Experiments (Intermediate and advanced users) Thursday, November 1st, 2007...

ColdFusion

I have been wanting to properly add Akismet to machblog but am unfamiliar with some concepts of MachII so I posted a challenge on Mach-II for ColdFusion's google group . I offered to buy the tutor something off their Amazon wishlist. Sure enough the offer was immediately accepted and here is the...

Google-Sitemap-XML-Generator

Google introduced code search sitemaps . "Google's Code Search helps users find function definitions and sample code by enabling them to search publicly accessible source code hosted on the Internet." Very cool. I might try to add this to the Google Sitemap XML Generator

ColdFusion

I would like to thank Raymond Camden for adding my blog to coldfusionBloggers.org. ColdfusionBloggers.org was created so he could play with ColdFusion 8 technology and see how quickly he could create an aggregator.

ColdFusion Eclipse

I see RemoteSynthesis.com blogged about Using the Eclipse Web Services Explorer earlier but I stumbled on the Web Services Explorer this morning working with WSDL files. You will need to have Web Tools Platform (WTP) installed. It was a little confusing but once I figured it out it was pretty nice....

Ant

This expands on my first entry of using sql results from ant to do other ant process with sql results. This Ant script will store SQL results as an XML file and extracting the values using two different techniques, xmlproperty and xmltask . I use a for loop which comes from Ant-Contrib ....

Ant ColdFusion Selenium Subversion

Come Work With Me in addition to what the generic posting says, we are a small group. I started in January and love it. My manager is out of Portland and another coder is from Souix City, IA so there is a chance for telecommuting. The office is based out of Omaha, NE. I come and work with the DBAs...

ColdFusion Selenium

Selenium only cares the output is in its simple table structure. Please refer to Sebastien Lachance's post about Structure of an html test and James Netherton's post about Selenium suites . I use the Firefox IDE to initially create scripts and save as a cfm file. Then add the ColdFusion sweetness....

ColdFusion Selenium

I would like to thank ColdFusion Weekly and Jim Priest @ thecrumb.com for being kind enough to mention me and link to a couple of my entries. Selenium Wiki - starting to build resources geared toward ColdFusion but not a requirement. The "Selenium" Edition (Testing ColdFusion Applications Part Two)...

Ant ColdFusion Selenium

I have been wanting to do a Selenium ant script since John Paul Ashenfelter's presentation on Testing CF applications @ CFUnited 2007. Selenium is a test tool for web applications. It has a very simple html table structure for creating suites and tests. I use Selenenium IDE for Firefox to create...

ColdFusion Ubuntu

Installing ColdFusion 8 on Ubuntu was not complex actually it was very straight-forward. Here are the three helpful links I used. Installing LAMP On Ubuntu For Newbies Installing ColdFusion 8 on Ubuntu Feisty Fawn ColdFusion 8 Install On Ubuntu I stopped on Step 28 on the second link and ran the 2...

ColdFusion

I have heard Akismet mentioned several times so I figured I would look into it. Akismet "is a collaborative effort to make comment and trackback spam a non-issue and restore innocence to blogging, so you never have to worry about spam again ." Integrating Akismet with Coldfusion was easy using...

ColdFusion Google-Sitemap-XML-Generator

I was looking for a sitemap.xml generator and stubbled across this Google Sitemap Generator Code . I emailed the gentleman asking if I could put his code on riaforge.com and update it. He graciously said "Of Course". I added a pinging function for Yahoo, Google, and Ask. It submits the sitemap.xml...

Yesterday, a new eBay San Dimas Beta Version was announced. You may wonder what it is San Dimas . It has nothing to do with William "Bill" S. Preston, Esq. and Ted "Theodore" Logan, San Dimas's most famous fictional citizens. San Dimas actually is a desktop application from eBay using Adobe Air ,...

Software

I instant message a lot at work to fellow developers and other employees. I needed a tool for spell checking my messages and found what looks to be a decent and reasonably priced software. It is called IMSpellchecker XP . Installation was easy (didn't even need to restart instant message client)...

Ubuntu

Well, I was fed up with Vista on a new laptop I purchased in March 2007. Vista performance was horrible and it was buggy. I would get the blue screen of death when starting Windows Media Player along with the cpu pegging out when doing anything. The laptop is an Acer Aspire (details later) for...

ColdFusion

I made a quick hack to Machblog to support Google SMTP servers. I will go back and add the property to the xml file later. The hack was very easy since I am running Coldfusion 8. I added the attribute useTLS = "yes" to any cfmail tags I found in the code. Here are some links about this topic: Peter...

Ant

My first attempt to create an ant using sql results within the ant script. I am using MSSQL as my db server. The example expects ant and sql are setup. Several good blogs covering how to ant and sql setup . My next attempt will try to store the SQL result as XML, and extracting the values. This...

I had trouble connecting locally to SQL Server Express 2005. I found a great post from Charlie Arehart's blog called Solving error connecting to SQL Server 2005 from CFMX 6.1/7 on Localhost but still got "Connection refused" or "Error establishing socket". Here is specific solution for SQL Server...

ColdFusion

Hi, Just testing adding blog entries while in a session @ CFUnited, www.cfunited.com . I am using google docs for notes and may publish as I clean them up. I am using MachBlog, Mach-II, and Coldfusion for the blog.