ISerialized .Net, C#, Scrum and agile software development

15Apr/115

LightWord compatibility with IE 9

Posted by Pål Eie

The LightWord Theme for WordPress has some compaitiblity issues with IE 9. When you try to view a page using the LightWord them, all headers so for half a second, and then disappears. This happens both on single-page and main-page view. Luckily the solution is a quick fix!

The problem is a JavaScript file called cufon-yui.js located in:

wp-content/themes/lightword/js

Download the latest cufon-yui.js from GitHub:

https://github.com/sorccu/cufon/raw/master/js/cufon.js

And save it as cufon-yui.js in

wp-content/themes/lightword/js

Thats it!

12Apr/111

Getting started with Flattr

Posted by Pål Eie

Flattr is reminiscent of Digg or perhaps Facebook Like buttons – but this time with real money. Here I give an introduction to what it is and how to use it, both as a web site owner and a user.

11Mar/103

Converting from Blogger to WordPress

Posted by Pål Eie

This week I started the hard shift from my old Blogger blog to my new WordPress blog on my new domain ISerialized.com. There are a couple of aspects of such a shift that makes this a hard decision to do:
  • Allot of hard work
  • Leaving the old familiar Blogger tool
  • Learning WordPress
  • Trying to convert my old Feedburner readers to my new domain
  • Making the shift without too much traffic loss

Luckily most of my traffic are from referring sites, so I guess with a little work and a couple of emails, I could redirect much of the traffic over to ISerialized.com. Beyond the statistical facts, what are my lessons learned from these last couple of days?!

15Dec/093

Adding C# and ASP.Net code to WordPress

Posted by Pål Eie

In the case of WordPress, adding C#, ASP.Net and similar code is very simple. Just use the sourcode tag in the following way (discard the underscores):