Home
Ryan Jones
Cancel

batman.js - Uncaught RangeError: Maximum call stack size exceeded

Error: Uncaught RangeError: Maximum call stack size exceeded I ran into this issue when I had data-route=”routeHere” defined incorrectly (it seems to cause an infinite loop). This was with...

batman.js - Data not being submitted to server on create (POST)

I couldn’t figure out why my data wasn’t being submitted up to the server on a POST (create). Turns out that the data-bind’s are case sensitive. IE: class EST.Section extends Batman.Model @resour...

IIS 7.5 and batman.js - .coffee not found

If you’re trying to get batman.js trying to run within visual studio & IIS 7.5 you’re going to run into some issues serving up coffeescript files to batman. The error might look something l...

Automatic migration was not applied because it would result in data loss.

I’ve just started using EntityFramework.Migrations and came accross this error: No pending explicit migrations. Applying automatic migration: 201205101614472_AutomaticMigration. Automatic mi...

Ruby + Rails Stops Responding on Windows

A friend ran into a bug that I had already conquered. I figure that if we both have the issue, other people might also. Randomly, Rails (Ruby) will just crash. Most of the time it happened while t...

Eco (Embedded Coffee Script) Error - Unexpected dedent

Ran into this error when testing out eco (Embedded Coffee Script) templates. Parse error on line #: unexpected dedent (in C:/project/app/assets/javascripts/backbone/templates/dartboard.jst.eco) B...

Birth Control Reminder Text (SMS) Free - Alertzy.com - Canada & USA

Hey Everyone, I just finished adding a birth control reminder to www.Alertzy.com! It was an interesting addition since I don’t have any “business knowledge” on how the whole birth control system w...

iPhone Upgrade 3200 Error when upgrading to iOS5

If you get this error just make sure to keep trying to update. It WILL eventually go through. It took me 4 times of trying to update for it to go through.

Using Sharepoint 2010 SOAP/Web Client - C#

I’ve been meaning to post this for a while since I had some annoying issues with CAML and Sharepoint 2010. Here’s the structure I’m using: I’ve had to do quite a few things with the Sharepoint 2...

Download a document from Sharepoint 2010 via WebClient

Here’s how I use the WebClient object to download a pdf from Sharepoint 2010: string uri = "wwww.google.ca"; string filepath = "waffles.pdf"; WebClient wc = new WebClient(); wc.Credentials = logi...