CDeutsch's Blog
Ramblings of a Computer Programmer & Amateur Motorsports Enthusiast
Monday, July 16, 2012
Using Mongoid 3 (MongoHQ or MongoLab) on Heroku
›
Here's what you need to get Mongoid working on Heroku, if you're getting errors like: NoMethodError (undefined method `[]' for ...
Sunday, May 13, 2012
Add support for LESS to Node.js connect-assetmanager package
›
The connect-assetmanager Node.js package allows you to combine multiple javascript and CSS files into one and also do other manipulations ...
Tuesday, May 1, 2012
MonoTouch JsBridge - Communicate with the UIWebView
›
Today I'm open sourcing JsBridge for MonoTouch which allows for bidirectional communication between the javascript in your UIWebViews a...
Wednesday, March 28, 2012
Solved: Video.Js Playback Error in IE9
›
TL;DR: Make sure your server (including Amazon CloudFront) is setting the correct mime type when returning the video file. For .mp4 files...
Wednesday, February 29, 2012
MonoTouch.Dialog UIPicker
›
In iOS a UIPicker looks like this: I'm working on an iPhone application that's built using MonoTouch.Dialog and after a full day ...
Thursday, February 9, 2012
setTimeout Setting Mysterious Callback Parameters
›
I got burned by this twice in the last month. Say you want to call the following function after 5 seconds. function doSomething(optionalP...
Tuesday, October 25, 2011
Using Siri For Home Automation
›
I've created a Twilio , Node.js mash up that allows me to control appliances and the thermostat in my house using the iPhone 4S's S...
‹
›
Home
View web version