Home / About /

Projects

On this page you will find a list of projects I’ve been involved in. They are ordered by date, newest at the top.

Monopöl

Screenshot of Monopöl

Description
Before graduating from university I joined with nine other people to arrange a big party. This is the website (in swedish) about the party, backed by a system for sending out emails and registering.
What I did
I started with doing the logo for the site and then continued with the graphic design. The image was then translated into HTML and CSS. Made a black/white variant of the logo for print on our glasses.

Friendly Bit (this site)

Screenshot of this site

Description
The site where I write about my thoughts and discoveries in the world of web development
What I did
Information architecture, Design, CSS + HTML. Pretty much everything that has to do with the presentation of content on the site. The site is based on Wordpress that I have built my own theme for. You can read more about the construction of this site on the post How this website was built.

FAK.se (Frivilliga Automobilkårerna)

Screenshot of FAK.se

URL
www.fak.se [swe]
Description
FAK is an organisation that educates drivers for the Swedish Armed Forces. The organisation consists of several smaller fractions and this work was for the main office.
What I did
I worked together with a friend on this one. FAK had previously contacted a designer that supplied us with images to work with. PHP for handing the different pages, a database for the content of the sections, CSS + HTML translation of the design, a simple content management system.

Bromma Bad och Spa

Screenshot of Bromma Bad och Spa

Description
Bromma Bad och Spa is a small store that sells Spas and bathtubs. They needed a new look and a way to showcase their products on their page. They also wanted an email form that customers could use the order catalogues.
What I did
PHP to handle the page structure, a database for the content. A simple form to post news and another for customers to order catalogues.

Datasektionen

Screenshoot of Datasektionen

URL
www.d.kth.se
Description
Datasektionen is the home of the students that study Computer science at my university. At this project I was president of about 10 people that worked on the site. Everyone in this project worked for free (non-profit organization) and the change of the sites structure and maintenance routines has made the site much easier to work with. The color is called “Cerise” and is tightly associated with the program so it has to be there :)
What I did
As a coordinator of about 10 people I was responsible for prioritizing and making sure no part of the site was left behind. I also did CSS + HTML, the PHP for page structure, initial database design and a news script that is now used daily for adding content to the site.

HusAdmin

Screenshoot of HusAdmin

Description
HusAdmin is a school assignment where the primary goal was to build something that worked against a object database. Five people worked together in a group and we decided to make the start of an admin interface for a landlord.
What I did
Together we worked out a multilayered structure that used PHP classes to abstract the database. We used PostgreSQLs built-in support for compound data types and built from there. I did most work in the “uppermost” layer, the one that presented data to the user. Worth to note is the form-builder I constructed that can be used to easily create and validate forms.