Relaunching scrum.dk

Posted by Jesper on May 18, 2010

scrum.dk
About five weeks ago I launched a new version of scrum.dk. The site was rebuilt from the ground up using several bits and pieces of technology that I had wanted to try out for some time:

  • Refinery CMS
  • ThemeForest
  • Heroku

    Refinery CMS: There are currently three Rails based CMSs that I think are suitable for production use: Radiant, BrowserCMS and Refinery. Radiant is the grand-old man of Rails CMSs, but I never really fell in love with it. BrowserCMS looks like a really solid CMS with loads of features, especially features you would expect to find in commercial “enterprise” offerings. I find the interface to be quite complex, to the point where I think it will require training end users in its use, but I am sure it has its uses on larger CMS implementations. Refinery CMS is a fairly new Ruby on Rails CMS, that comes with a nice and clean interface and has the most basic functionality built-in, like image and file-upload.

    ThemeForest: They have some great HTML templates, and this is now the first place I go to to find a template for a new project. Themes cost around $10-20 and the fact they charge for them, means you won’t see them on thousands of other sites.

    Heroku: Probably the slickest Ruby cloud platform available today. Deployment basically comes down to pushing your code to a remote repository on Heroku. That’s it! Heroku is a fully managed platform, so you never see a shell prompt, and don’t need to worry about installing any part of the Ruby web stack.

    Refinery, ThemeForest and Heroku turned out to be a really potent mixture. Refinery helped me get a few pages of content up really quick and allowed me to easily add some custom functionality. The ThemeForest template solved was it often the biggest obstacle for a design-challenged developer: Making the site look professional. Heroku made deployment the simplest thing in world. I could have deployed to an existing server of mine with minimal effort, but that would have left me with one more application to babysit. As long as you plan on deploying to Heroku from the beginning by using PostgreSQL for development, Amazon S3 for file storage and make sure any gems or plugins are compatible with Heroku, you should have no difficulties getting your application deployed to Heroku.

Scrum.org launches course registration site

Posted by Jesper on March 20, 2010

Scrum.orgLast week Scrum.org launced a redesigned homepage. As part of the redesign I assisted with the development and customization of courses.scrum.org.

Founded by Ken Schwaber, the co-creator of Scrum, and other leading international Agile experts, Scrum.org provides a complete solution for companies seeking high-impact results from Scrum and Agile development.

One of the offerings by Scrum.org is the Professional Scrum Developer program. It is an interesting take on Scrum training—not for Scrum Masters or Product Owners, but for developers.

You can read more about the launch on Scrum.org.

Scrum Training Institute on Rails

Posted by Jesper on September 18, 2008

Scrum Training InstituteThis week I launched a new site for The Scrum Training Institute at scrumtraininginstitute.com. If you’re getting started with Scrum or Agile these are the experts you want to learn from! Currently their team consists of Jeff Sutherland (co-creator of Scrum), Jens Østergaard (a fellow dane), Gabrielle Benefield and Pete Deemer.

Working with them has been just great. As a developer I just love having clients, that unasked will send me emails going:

Jesper, here’s the story:
As a customer, I want to be able to…

The site is live now and we will be adding more features over the coming weeks, as I work my way through the backlog.

My latest Radiant project is now live!

Posted by Jesper on February 06, 2008

KORPUS SundhedsparkI don’t usually work on “plain old websites”, but I had an itch to try out Radiant CMS, and so I decided to take a small gig building a showcase site for a real estate developer (or property developer, depending on which side of the pond you’re on).

So far Radiant has been a pleasant experience and I’ll definitely use it for a couple of other sites. Initially my impression was that it had way too few features to be of any real use, but it has the 20% features that you use 80% of the time. For the rest there’s a bunch of extensions, some which are almost mandatory for any site, like the page_attachments extension, that enables file-uploads on all pages. Also, Radiant is based on Rails, so if you can’t find an extension with the functionality you need it can be easily extended.

Working with Radiant also gave me a chance to look into Rails hosting options in Europe. Most of the dedicated Rails hosting companies have data centers in the US, so I needed to look elsewhere. I ended up hosting the site on a VPS from RimuHosting, who have a data center in London. They don’t specifically promote themselves as a Rails host, but they do have instructions for running Rails on their servers and they will install a complete Rails stack for you if you just ask when ordering the VPS. Setup was a amazingly fast even though it involved a real person handling my order. Within 15 minutes of submitting the order I had an email back saying they were working on my order and about 30 minutes later I was logging in to my new server!

The site is live now at korpus-sundhedspark.dk (in Danish).

New Theme

Posted by Jesper on August 06, 2007

As you and my two other visitors (including Googlebot) might have noticed, I changed the look of the site. The old Blix theme I’ve been using for the past two years was beginning to look a little dated, and I also seemed to bump into blogs using it more and more frequently, so it was time to go looking for a new WordPress theme.

I began digging through the gazillion free themes available, but the good looking themes are also very popular (duh!) and I wanted something a little less common, so I ended up buying a “semi-unique” theme from Template Monster that looked nice on their demo site, but when installed on my blog didn’t work very well. In fact I doubt they’ve ever run it on a WordPress installation with some real data. So I spent a couple of evenings fixing the CSS and PHP, before deciding to cut my losses (it was only $50 anyways) and find another theme.

I ended up deciding on the ScribbishWP Theme, which all the cools kids seem to be using these days. It’s a port of Scribbish for Typo, a blogging engine built with Ruby on Rails—so it smells a little like Rails, without the pain of installing and running Typo. I happen to like green, so I changed the original reddish colors to green. That’s how far my design skills go.

Now Hosted at TextDrive

Posted by Jesper on September 20, 2006

I finally got around to signing up for a Mixed Grill account at TextDrive, so I’ve begun moving my sites and mail-services over. Apart from a small hiccup in the account creation, everything has been working great at TextDrive so far.

This means that I can finally start posting here without worrying about incoming traffic making my residential DSL connection the electronic version of the dreaded M3 freeway here in Copenhagen.

First thing coming up within the next couple of days is a TextMate bundle for Oracle that I’ve been working on—but more on that later.