Latest Work

Latest Posts

Whydeo – One Month Later

It has now been about one month since we launched Whydeo; the outcome of my class’s Marketing and Promotion module at Hyper Island. It was a great project and I learned an insane amount of new stuff. I would especially like to thank the other people I was working with in the development team; Linnéa Becker, Linda Sandvik and Chris Raynor.

I thought it would be nice with a classic sum-up and some “do:s and don’t:s” that I have learned during the project.

  • Always start with scaling down the concept execution into one feature. If you’re not happy with that single feature, start thinking about tweaking or perhaps even changing the main execution. After watching some of the documentation from the very first meetings I realize that we have made huge changes since then.
  • When doing interfacing and prototyping, start with the simplest grid idea you can come up with and then tweak it.
  • Spend more time on making the main ideas and features actually work before starting to think about additional features.
  • If you are looking to spread your content on social platforms such as Facebook or Twitter, implement those sharing features before the launch.
  • Read up on Git’s features and learn how to use them. Too much time in the development process of Whydeo was spent on solving merge conflicts and code that was lost, possibly partly because we didn’t master Git that well.
  • Make a HTML mockup and user test it before starting the backend and JavaScript behavior.
  • When creating something that normally isn’t a part of a “plain” website, consider using a framework. This is for various reasons:
    • Greatly speed up the development process.
    • Setting a standard for how the code is to be written that the other developers in the team should follow, encouraging consistency.
    • Minimize security holes and leaks.
    • Opening up and simplify the process of creating a future API.
  • Surround yourself with inspiring people. It may be other developers that inspire you professionally, inspiring managers or simply just great people that motivate you with their personality.
  • Show people your appreciation. Continuously.

Last, for you that wonders if there will be any further development on the project – Y.E.S. We are looking into taking Whydeo on other platforms, at the same time as we are trying to get an overview of the reports in the issue tracker.

Let the conversations start! I would suggest you start answering this question: http://whydeo.com/post/answer/1085?view=thumb.

P.S.
Also, check out our class gallery website, dm11sto.com! Made by same team as us behind Whydeo.
D.S.

---

June 1st 2010, 14:17

Some Updates

Howdy,
Whydeo is running running running! Since the launch I’ve been doing partly no work at all and partly some school work not related to Whydeo, apart from implementing a custom 404 page.

Handed in my personal project for Tech Specialization – A sample blog tool written in the Kohana PHP framework and using a Twitter OAuth library. Have a look at it on GitHub.

Did a quick JS-snippet for Daniel in my class, to align blog posts in a newspaper column style similar to WP template tanzaku. Check it out on GitHub.

---

May 13th 2010, 14:46

iPhone OS 4.0 and Crumble – a Love Story

As we all know Apple announced the pre-release of iPhone OS 4.0 today. I can’t even put words to explain the my excitement when I was following it at http://live.gdgt.com, but I thought I’d give you my thoughts around the in my mind most interesting new features.

Get a sneak peak into the future of iPhone OS.
Picture: cnet.com

  • Multitasking
    Quite expected but this one combined with Local Notifications is what will “shape” the nextcoming iPhone applications in my mind. Also, hello Crumble features!
  • Local Notifications
    Speaks for itself. Schedule/enqueue the notification and you can quit your app.
  • Grand Central Dispatch
  • Quick Look Framework
    Hello previewing .psd files in Dropbox
  • MapKit updates
    Draggable annotations, map overlays… Hello Crumble features again!
  • Regular Expressions

Can’t wait to get started working on Crumble again!

---

April 8th 2010, 23:21

Fork Me on GitHub