Ah, apis. You love them. But don’t they just suck when the documentation is awful? Yeah, welcome to Imnica Mail’s API documentation. First, the URL is wrong. The base should be http://www.imnicamail.com/v4/api.php – not what they have listed. Second, if you use the JSON result, they add a “true(” to the beginning and “)” at the end (both without quotes). Again, no where in their documentation. Third, you need the List ID, not the name. While this is mentioned, it’s confusing and sorta hard to find if you’re not technically inclined. Here’s how you find it. Navigate to you list and then grab it off the url. Show...
Read MoreLaunching an ASP.NET MVC3 site on Rackspace Cloud Sites has been mostly easy. Mostly. There are a few ‘gotchas’ that make it painful. There’s no need for you to waste time I’ve already spent figuring this stuff out so here’s what I’ve learned the hard way. ASP.NET 4.0 isn’t the Default You’ll see this manifest itself with an ugly configuration error when you try to visit your site. This one is easily fixed, just open a ticket or start a chat and ask them to move your site to ASP.NET 4.0. It takes them about 10 minutes if you ask via chat. You Must Do an MVC Bin Deploy Another ugly configuration error will happen when you try to visit your site. Luckily,...
Read More