We just completed the relaunch of Professional Carwashing & Detailing last night at ePublishing. It's been a long ride over the past few months, but the folks at Grandview Media Group have been incredible to work with. We're all really proud of how...
Nick and I have been enjoying watching Tradeomics grow over the past few months. It's been a lot of fun to see new items and members. We're at almost 300 members and 250 items on the site. While we certainly hope the site begins to grow faster, we're...
I've been using Textmate for a long time and am a huge fan. A friend recommended I try Sublime Text 2. Holy crap it is awesome, and I may not be going back to Textmate.
Here are some great tips to get you...
Nick Brewer, Luke Irvin and I headed up to Barcamp Jonesboro a couple of weeks ago. I really didn't know what to expect. It's been so long since I've been to any kind of conference or seminar regarding technology, and I don't exactly get out and...
SproutCore is a javascript framework for building applications online.
I haven't used it, but it looks really...
Here's a helper method I wrote in order to resize an image for display. And yes, you should always try to physically resize an image and not just change the height and width in the image tag so that you save space and bandwidth and load time. However, I...
I typically have the following code in my application_controller.rb file in Rails apps:
# any time we get a RecordNotFound Exception we're going to rescue from it and throw a 404
rescue_from ActiveRecord::RecordNotFound, :with => :throw_404
#...
I had to modify an application to ensure the https protocol was used on some important pages such as new user registration, login, shopping cart checkout, etc. Here's a really easy method you can place into your application_controller.rb and call as a...
I started working today on integrating Tracks and Basecamp for the heck of it. So far it's coming together pretty well. You can check out the latest where I forked Tracks on github.com. The project integration is done, and to-do lists are up next....
I long ago decided to use JQuery over other javascript frameworks like Prototype. JQuery just seems to fit with the way I think about solutions and how to attack challenges. I also think the community is amazing, with many new tools and tutorials and...
Recent Comments