Final Product

July 17th, 2010

Source Files

iOS Development This Summer

June 30th, 2010

Every summer I like to do a personal project which lets me explore new challenging tasks. Last summer I wrote a Java 2D game from ground up. This time I have decided to try something similar with iPhone. I´m starting out with Quartz 2D then maybe move over to OpenGL ES or a popular framework. I’m going to post my game concept with some drawings soon.

Basic Strategy Model
This is a picture of the same basic strategy that I have used previously in my last project with good free game art resources.

Working For Accenture

May 15th, 2010

Datalex Web Work In Progress

May 15th, 2010

iPhone App For Smalls Food And Drinks

April 22nd, 2010

I’m currently working hard to deliver a fully advanced Ajax application for a Norwegian company, which I will post a video about. This is a new project that I´m working on for a friend of mine. He wanted a simple iPhone app for his new opened sandwich store. The purpose of this application is to let users view his menu and store information.

The user interface is very simple, which I will eventually change in the future but for now you get the point. No database used here I’m currently learning to use Core Data with SQL lite but the application is pulling data from a simple array in the application code for testing purposes only.

I’m going to use SQLite tutorials to build a simple DB and get saved product information.

Unit Testing Is Cool

February 25th, 2010

The Agile and TDD ( Test Driven Development ) have come upon us, and have encouraged many programmers to write automated unit tests. More are joining their ranks every day. I`m one of them, and these are my notes from my own experience and other sources like the Internet and books.

Read More »

IE7 Ajax Bug

January 13th, 2010

I had problems with IE7, when you do a Ajax call after a data update, IE7 will not make that call, he just throws old data. To fix the “problem” you need to change the url you are sending to force it to send every time!

Read More »

I Highly Recommend World War Z

January 10th, 2010

This book is highly recommend for those who love Zombie Movies :)

ASP.NET MVC JsonResult

January 7th, 2010

Quick note on creating and returning JSON via a controler, without using JayRock, which allows clients, typically JavaScript in web pages, to be able to call into server-side methods using JSON as the wire format and JSON-RPC as the procedure invocation protocol. The methods can be called synchronously or asynchronously !

Read More »

Regular-Expression Notes From Everywhere

January 5th, 2010

Knowing how to use regular expressions is important. Regular expressions help me solve problems both large and small.

There nothing magic about Regular expression. Just like a magician, there is nothing magic about magic. The magician understands something simple which does not appear to be simple or natural to the untrained audience.

Read More »

ASP.NET MVC Quick Notes

December 21st, 2009

I have been working with ASP.NET MVC since it`s first public release for MSDN developers. I would like to write down some quick notes that can be helpful.

Read More »

The Road Is A Book You Must Read

December 14th, 2009

The Road Book Cover

I just finished reading the book on my Kindle 2. This book is a must read for everyone who love movies like “No Country for Old Men”. A Movie of the book is soon to be released next year.

InvalidOperationException LINQ

December 12th, 2009

Quick note on “Sequence contains no elements” error message or by getting “InvalidOperationException” when calling Single from a LINQ query.
Read More »