Antelope Canyon Bear

Can you see the bear looking at the moon? ...

CES 2012 thoughts

mnimer | code

I spent last week at CES 2012 in Vegas, and I thought I would share a few of the the things I found. Before I start, if you’ve never been to CES keep in mind – CES is very hardware focused and after awhile it will all start looking the same. Isn’t this the same

Configure ColdFusion to run inside Intellij

Configure ColdFusion to run inside Intellij

mnimer | code

You may not know this but IntelliJ 10 has a CFML plugin to add support for ColdFusion. And yes I do believe you should you give it a try. But for this post I’m assuming you already have and you want to know how to configure your project to deploy with ColdFusion and how to

New name/github for SpringMVC / ColdFusion project

mnimer | code

Nothing like agreeing to speak on a project at a conference, RIACON, to motivate you to clean up and publish a new open-source project. A few months ago I blogged about a new ColdFusion library I was working on that let’s you use ColdFusion as the View Layer in your Spring MVC application. This means

new skunkworks project – jquery mobile social tv app

mnimer | code

When there is a new technology to learn, you need data. And what is one of the largest data sources with one of the easiest to use API’s – Twitter! So when I wanted to learn JQuery Mobile I turned to twitter again, see my side project link for others, and decided to build a

Fire and Forget Messages (events) in Android

mnimer | code

Recently I was on a project with a large number of Views that were dependent on the data being received in the Service. However I found the Android messaging system was a little too coupled for my liking. I wanted more of a fire and forget type of messaging system. So my Views didn’t need