Chris Hammond is

Chris Hammond is a father, husband, developer, geek and car guy. Specializing in ASP.NET and DotNetNuke, you will find a variety of topics here on the website. For more information check out the about me page.

If you are looking for DotNetNuke consulting please visit my business website at http://www.christoc.com/ 

Follow Me Facebook Me Plus Me

Latest Photos

Chris Hammond
Monday, March 25, 2013 11:29 PM
This was originally posted on Facebook over the weekend I just emailed a Rabbi in Nashville, TN. Why? Well, my mother came to me tonight and said "A few years ago I found a memory card on a sidewalk. I never looked at it. I left my primary memory card at home by mistake this trip and had this one to use. Someone's photos are on it." So what does a geek do? Opens up the photos on the card and starts looking to see if I can figure out who's photos they are.
Chris Hammond
Monday, March 25, 2013 1:58 AM

This post will provide you with a basic tutorial for utilizing SignalR with custom DotNetNuke Modules. If you want to bypass the blog post go check out the source on GitHub, you can Fork my Repository. The module created here will be very simple, if you want a full blown module with more features be sure to check out the open source DotNetNuke Module SignalRChat, and see it in action at http://dnnCHAT.com/

SignalR is an ASP.NET library for using websockets and long polling in your applications. Basically what this means, is that you can have your web pages (or apps) maintain an open connection with a webserver, passing data back and forth, without having to do standard posts and gets for the content and functions. SignalR is a free library that you can get from www.signalr.net and you can DL from nuget.org right into your Visual Studio projects.

Chris Hammond
Tuesday, March 12, 2013 12:10 PM
At the new gig we use RackSpace’s Hosted Exchange service for our email. I wanted to get that email setup on my Samsung Galaxy Nexus, and have already purchased a license for TouchDown, which in my experience, is a great Android app for using Exchange email. The problem I ran into is that figuring out what information to use in the TouchDown configuration based on RackSpace’s cryptic instructions was hard to figure out. After far too many different things tried, I finally figured it out.
Chris Hammond
Monday, February 25, 2013 12:00 AM

imageJust because I don’t work for DotNetNuke anymore, doesn’t mean I am done with this fabulous platform. For my new gig at ClubReady (, I started this past Monday) I am not doing DotNetNuke related work, but I am still working on the web. I was doing some research and testing with SignalR, if you want to find out what it is, click on the link there and check it out. In short, it allows for webpages and apps to have an open pipe between the client and the server, allowing you to send information back and forth with ease.

Chris Hammond
Thursday, February 21, 2013 4:54 PM
If you’re a developer who frequently creates DotNetNuke Module Projects, than you likely realize DNN is far easier to work with when you run Visual Studio as an Administrator. Why? Because DNN, and the method of module development that I preach, requires your environment to use IIS locally, not with dynamically assigned ports and such that IIS Express will use.
RSS URL