Contents tagged with General Software Development
-
Inspecting iPhone web requests with Charles on a Mac
Side-note: Craig wrote a similar blog post on this but using Fiddler, which only works on a Windows machine...
-
Monotouch for Free?
You may have noticed that Novell released a way of creating native iPhone applications with C# and potentially any other .Net language with Monotouch, only to find out that it's $399 for a single developer license. Fear not, last night Novell released a "trial" version of Monotouch which will enable you to develop these apps without the need to pay for a license. Using this trial means that you will not be able to run your application on the device (which is important for testing if you're looking to sell an application), this is similar to the way NimbleKit handle the way users can develop using their framework.
-
*chirp - believe the hype?
Twitter reference: http://twitter.com/chrisntr/status/1162024673 & http://twitter.com/chrisntr/status/1162055645
-
ASP.NET MVC RC1 Is Out!
-
MVC Storefront
-
Achieving Avoid Highways (Motorways) with Microsoft's Virtual Earth
A common problem that many developers face when using the Microsoft Virtual Earth SDK is that out of the box, you cannot generate routes which avoid highways/motorways. This functionality is available on Google Maps but not via the Google Maps API. It is therefore necessary to look elsewhere for the functionality.