I’ve been a Linux Ubuntu Desktop user for quite some time now. Ever since I experienced how Linux could save an old laptop. And I must admit. It is nice to not think about viruses and such, not that this is something that worries me when I am using a computer with Windows installed. It [...]
Archive for the ‘Development’ Category
Goal achievement: Becoming a better C#-developer
I am currently coding a translator service in Windows in C# (VS 2005) and so I am on track on the goal of becoming a better C#-developer. I really like the C# language and the .Net framework, and most importantly the Visual Studio development tool. Microsoft has done so many things correct when they developed [...]
PHP vs ASP.Net
Well, this isn’t really a VS-blog-post, I just had a discovery while reading up on ASP.Net (Professional ASP.Net 2.0) and I see here that PHP has a way to go when it comes to make web development more productive. Yes we have more control on our code and so on, but the .Net Framework and [...]
Monodevelop vs Visual Studio – or what the monoteam could learn from VS
What a long title… But why not. This week has been exhausting for mr. Huso. It has been some security holes and more. But I have also noticed something that I think the mono developer team should start doing. This past week I was part of a small team that upgraded a website from .Net [...]
I have been testing out quite a few Integrated development environment applications, also known as IDE, to be used to develop websites in PHP. These are the ones that I’ve tried: Komodo Aptana Eclipse / With Aptana “plugin” Netbeans Round up Komodo This IDE is created by Active State and in their commercial text they [...]
Rapid Application Development under Linux
There are a few ways to develop applications under/for Linux. You can write cross platform applications using MonoDevelop, Real Basic and QT (not pronounced Cute, but Q.T. – yes, sort of like E.T….). Or you can use any other language and use IDEs like Komodo, Eclipse and so on. Coming from the Windows side of [...]
Version numbers count
In an episode of TuxRadar they asked: Does Version numbers count? My response: Yes. Why? Read on. Quite a few Open Source software on the Linux platform is in version 0.x.x., and after listening to the episode I started to wonder why. Why is InkScape in version 0.47, when I think that the software is [...]


PHP-Tip: Commenting your code
This really isn’t a PHP-tip, but more like a programming tip. But since I do most of my development in PHP (and some in C#, and some on VB) I put it up as a PHP-tip. So there. This post is all about commenting. Some do it, some don’t. I tend to do it. Sometimes [...]