So this post should really have been posted almost a year ago. Perhaps I should have chosen a different title. Oh well, I planned to write this post at the time, so let us assume I did, just with more impressions than I had back then. So to get to the point; I bought a…
first post
This is my first post, how exciting!
My goals for 2015
We’re about to leave 2014 behind, and enter what will be, at least for me, an exciting year. Through the first month of the year I will participate in a course on coursera regarding cryptography. This is a free, online course, from Stanford University, lead by Dan Boneh. Cryptography is something I have picked up…
Privacy settings in Windows store app
So recently I been working on finishing my first Windows store app. This app (which I will tell more about when it? been released) needs connection to the local network. This meant that this was a permission I would need to get from the user. Thinking that since I did not store any data from…
Course on Agile development
A few weeks ago I participated in a course on Agile development, lead by Venkat Subramaniam. The course was a one day, two-part course, where the first part was an introduction to agile development with benefits of agile development, compared to other development methods. The second part was aiming to show technical practices to sustain…
LeapMotion
Today I finally received my LeapMotion. I sent in a pre-order over a year ago, and they finally released it a few days ago. Seeing as I received it today, I wanted to write a little about my first impression. So far, so good! The first thing I had to do was to install the…
Windows Phone 8 SDK in VM
So recently I’ve been starting to work a bit with the Windows Phone 8 SDK, and since I don’t own a WP8 phone myself, my only option for testing is using the emulator from Visual Studio. At first I was hoping to use a virtual machine with Windows 8, but that gave me quite a…
Implementing SOAP with PHP
Recently I have been working with a project requiring the use of SOAP. Beforehand my knowledge of SOAP was not great, but I had the basic idea of it. This project was therefore quite fun to do, because it caused a few challenges, and I learned a lot. The idea was fairly simple; a customer…