CDeutsch's Blog
Ramblings of a Computer Programmer & Amateur Motorsports Enthusiast
Tuesday, August 28, 2012
Force Content Types to Json in .NET WebApi
›
I ran into a situation where I couldn't set the Content-Type header in the http request client I was using. ( Crossrider's appAPI....
Saturday, August 18, 2012
Using Less and Twitter Bootstrap in ASP.NET MVC4
›
UPDATE 05/02/2013: Changed ScriptBundle and StyleBundle to just Bundle, per Andrey Taritsyn: Bundle Transformer it is not recommended to...
Friday, August 3, 2012
Passing Cookies to a Node.js REST Client
›
In Node.js if you want to pass the current user's Cookies to a REST call your making from the server here's a simple way to do it:...
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...
‹
›
Home
View web version