Code, Code, Revolution!
This time it’s actually there! Lots of confusion about a week ago when Spotify announced that it was available for iPhone when it in fact was just accepted by Apple. Early this morning it appeared on AppStore! Here’s a video showing off the application.
And here’s the proof that that the app really exist. Taken on [...]
Svensk Fastighetsförmedling continue their strive together with Avantime to be not only the best on the web but also being the first to utilize new cool technology to attract customers and market real estate for their clients. Svenkfast.se has won the web service awards two years in a row, Svenskfast was the first real estate [...]
iPhone apps come in all shapes and form. Some are really basic and doesn’t fill any other purpose than showing how much of a geek you are, others are just for laughs or passing time, some are really useful and practical. Personally I’m not much of geek app fan although you will find the Lightsaber [...]
Get list items by lookup id, not value:
<Eq>
<FieldRef Name="Category" LookupId="TRUE" />
<Value Type="Integer">10</Value>
</Eq>
Notice that LookupId=”TRUE” is added to the FieldRef and that the value type is Integer, not Lookup.
Get list items that are assigned to the current user ([Me]).
<Eq>
<FieldRef Name="AssignedTo" />
[...]
It’s a shame Apple hasn’t added HTTP proxy support in the Safari app! I just spent an hour or so investigating compression addons and ad-blockers for squid thinking it would greatly improve the browsing speed on my iPhone. I found most of what I was looking for too, using Squid 3.1 there are addons for [...]
UPDATED 2010-04-03
iPhone OS 3.0 is out this week and while the new iPhone 3GS was pretty disappointing hardware wise, the new iPhone OS is really packed with new cool frameworks and APIs. I’m working on a lot of projects back and fourth depending on what I feel like working with at the moment. After we [...]
EPiServer released EPiServer CMS 5 about 2 years ago but I was still surprised today when I noticed that it’s impossible to install EPiServer 4.x using the normal online installation with the installation manager provided by EPiServer.
Avantime has been working with EPiServer for over 6 years and some clients has been with us since then. [...]
Working with maps and geographic data is becoming more popular and important by the hour, much due to Google Maps extremely simple and powerful API. If you found this page through a search engine you’re probably facing the same problem I’ve faced multiple times in my work, you posses geographic data in one format and need [...]
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.