Code, Code, Revolution!
Apple just released the 2.2 update for the iPhone, with that there’s also an updated SDK. As usual Apple is rather quiet about what is really updated with the new firmware but they have a list here
Google Maps
Directions by public transportation and walking.
StreetView is available when dropping a pin.
Share locations by mail with other [...]
A while back I wrote about the sliding menu in the Facebook application. I was truly impressed by their application and especially the sliding menu. One of the major problems with the iPhone UI in my opinion is the lack of intuitive ways to present navigation to many functions for a single view. The sliding [...]
I just have to share this problem I ran into this week and just couldn’t find the solution for. I recently installed and configured new Sharepoint MOSS 2007 farm. It has two servers, one server hosts all services and the other is a plain WFE. After a week or so in production the search server [...]
In a previous post I wrote about downloading an image asynchronously. As my work has progressed with my app (which is soon to be released on app store) I realized that the InternetImage class worked very well in the simulator but crashed my application very often on the actual device. The problem with the first [...]
The problem was isolated to the main portal site collection which allowed everyone with an AD account to read pretty much all content in the site collection. All other site collections worked the way they were supposed to, which meant not allowing access unless it was given. Of course the first thing was to verify that anonymous access indeed was disabled and that the authenticated users group wasn’t given any rights. Further investigation gave the following confusing results
I encounterd a confusing error today when I was about to deploy a bunch of webparts in a Sharepoint MOSS farm. Stsadmin gave me the following error message for the command “stsadm -o AddSolution -filename ReportBroker.CAB”:
“reportbroker.cab” has an unsupported extension, and cannot be added to the solution store.
I found the answere to the problem on [...]
Facebook released a new version of their iPhone application, bringing it to version 2.0, just a few days ago and I must say I’m very impressed. It’s not that I’m a big Facebook fan, I check my profile once or twice every week. But Facebook is always ahead when it comes to new cool features [...]
Just starting with a new language and new framework you always run into problems that you never thought would be a problem. I’ve encountered the problem of finding out the height/width of text when drawn on screen when I was working with a Java applet. Now that I’m working on my GPS and internet aware [...]
With this blog I try to provide useful tips and solutions for programming .NET, Objective-C and more. My name is Björn Sållarp, and I love writing code.