Archive for September, 2010

Sep 30 2010

iOS Diary: Showing an Activity Spinner Over a UITableView

Published by under Programming

I’ve only been developing for iOS for a couple of weeks now, but it’s already obvious how ubiquitous the UITableView is in user interfaces. This makes sense. iPhone/Pad/Pod apps are often of the “list info and drill” variety, and the UITableView brings a lot of utility to the, um, table for lists, and even for [...]

11 responses so far

Sep 19 2010

iOS Diary: When is a Property Access Not a Property Access?

Published by under Programming

Today I ran into a memory error in the iOS application I am working on. The event had special significance for me because I think Clinton was president the last time I saw an actual access violation. C# .NET programmers enjoy the benefits of a managed execution environment, and we don’t see those things much [...]

3 responses so far

Sep 19 2010

More on Remote Connections to the VS Web Server

Published by under Programming

Well, I may have been a little premature in my post below on using port forwarding to connect a remote client to the Visual Studio development web server. When I tested the approach my app was able to connect and begin a request, but there was a database problem that was masking the result, and [...]

No responses yet

Sep 15 2010

Remote Connections to Visual Studio’s Web Server

Published by under Programming

The integrated development web server in Visual Studio is a handy tool. Since its introduction developers of ASP.NET web applications and web services have been able to build and test their code locally, without having to take the post-build step of publishing to an IIS server first. A nice tool, but a slightly crippled one. Presumably because Microsoft [...]

One response so far

Sep 14 2010

iOS Diary: XCode Project and Target Settings

Published by under Programming

After a couple of years of Silverlight and WPF/WCF development on .NET I got handed a nice new assignment the other day, along with some shiny new toys. The job is to complete a partially-implemented iPhone/iPod app, which requires coming to terms with a few technologies that are new to me, namely Objective-C, Cocoa Touch, [...]

No responses yet