Blogging: Windows Live Writer

Posted on

I have started to use Windows Live Writer for my blogging. A wonderful tool to do offline blogging and cross posting to multiple blogs. Live Writer handles all the common blog sites and tools. Live writer has a large number of plugins that easily can be deployed. So far I can recommend the following plugins: […]

Beta test ongoing [Android 2.0]

Posted on

We have our first beta-app out and it is currently being beta-tested by 4 people. Hopefully it will go well and we are to be published it in the near future.

DDMS not finding Emulator?

Posted on

When developing in eclipse with Android applications there is some buggy things that comes up once a while. One is that the DDMS do not find the emulator, and there is no log when the Android is starting up, which also means that you do not see anything and cannot debug your app. There are […]

Android application ongoing

Posted on

Currently development with android and webservices are ongoing. Hopefully the first app will be released soon. Also a must stress how easy it is to write webservices with PHP5, with apache. Where you do not need any applicationserver in the background but can actually benefit from you normal servers.

C# Grid Computing, ongoing

Posted on

Started to work in Grid Computing, to share heavy threads along the computers at home. I know there are other projects like NGrid, but what I find they lack of is autodiscovering of computers on the net that act likes workers, that comes and goes. No need of having to setup the computers is a […]

AutoUpgrade 0.5.1 released [C#]

Posted on

Version: 0.5.1 License: CC Requirements: Win (With mono possible for Linux aswell) Limitations: CC License (Free of use/change for personal use) Code: Csharp AutoUpgrade With this project, that is mearged with the main application that should be released, it will be possible to check if new upgrades are available. Upgrades will be download on a […]

Send Email on Subversion Commit (svn) version 0.5 released

Posted on

Version: 0.5 License: GNU Requirements: Linux/Unix/Win Limitations: No limitations Code: Java Send Email on Subversion Commit (svn) This is a small program that get some information from SVN and then email it to the person that is on a addresslist.xml list, based on repository and it’s sub-directories. It can be grouped into repository or/and directories […]

Tetrinet and Tetrinetx

Posted on

Only wanted to share some links that are of good use if playing Tetris or Tetrinet What is TetriNet and what differs from Tetris? Tetrinet with many apps and information Tetrinetx Server (The GNU TetriNET server) Jetrix is a Java Server possible to adapt in a large scale TetriNet servers Listing

WordPress update problem (need ftp)

Posted on

I found a strange behaviour when at some blogs did, manageed to get the auto-update for wordpress to work, without any effort, but for others need to use the ftp transfer. What the problem was, that the Apache user/group was not able to update by using the standard WordPress plugin, found in the plugins directory. […]

C# Application that checks for new versions

Posted on

Normally when I create some application and know that users will use it a lot, there is a underlying need of making sure the end user is using the latest version. To show one way of making this possible is using xml files at the server side, describing the changes and where to fetch new […]