Joel Varty
A software architect's thoughts from <a href="http://www.edentity.ca" style="text-decoration:underline">Edentity Web Systems</a> in Toronto, Canada. <br/> Read my personal blog here: <a href="http://joelvarty.com" style="text-decoration:underline">joelvarty.com</a>
-
UX Fail: IE 9
-
Azure SDK 1.3: Error on Web Role Publish…
If you get this error:
-
Azure Deployment - Be careful adding a Remote Desktop connection to deployments that you want to swap staging with live…
Adding Remote Desktop capability adds an external endpoint onto the deployment, meaning it may have more endpoints that your current live deployment. When there is a difference in the number of endpoints between a staging and live deployment, you can’t swap them in the Azure portal. Oops.
-
Error 400 with WCF REST Services
I recently worked on a site that had a strange issue where “sometimes” the WCF service (JSON encoding) that we accessed via JavaScript (using jQuery) was throwing an HTTP 400 error. Setting a breakpoint at the web method itself was useless as it would never be hit.
-
Razor + Agilty will be a match made in heaven
I just finished reading Scott’s post on ASP.NET MVC 3 and the new @model key in Razor and it got me thinking about how we could change Agility module output templates to support MVC with strongly typed partial views based on the module definition. That way, you’d get intellisense in Visual Studio based on the types that are autogenerated from the Module Def and the definitions of any linked content.
-
Server Controls vs Plugins
-
Amazon adds CloudFront API for content invalidation
-
VS 2010–Fix for hang on debugging ASP.Net 3.5 Apps…
Just got this in an email from Microsoft:
-
Getting comfortable with Javascript callbacks
It seems every language has it’s own way of implementing callbacks.
-
Twitter OAuth Authentication with TweetSharp
The Twitter API is something that you may have learned to love and hate over the last while, but as of August 16th, you may have to change the way you access it.