Archive for the ‘Programming’ Category

NB-ImportLib v0.2

Wednesday, October 1st, 2008

Today, I uploaded the second version of my tiny “import java libraries into netbeans” script. All information has moved to it’s own page too. Even more, netbeans-importlib related stuff will be published in it’s own category. So filtering tags is not needed anymore.

Changes to ALP (v1)

Tuesday, August 26th, 2008

I really need to keep track of all the changes I make to the original ALP script because it may provide difficult to find out afterwards… It’s one big mess :D

Display (Used to display tables. Used in: users / console list / …)

The display has been modified the following way:

  • You can now specify separate queries for each group you define. This way, it doesn’t matter that much what you specify in the constructor. If you set a query, it will be used for group 0. (backward compatibility anyone?)
  • You can specify html code to insert into the table before displaying cells. You can add some colgroup(s) with markup here for example.
  • The possibility to have a group title is also possible now.
  • The ability to use custom cell renderers to render a certain field value (default fields are also supported).
  • Note: You can also use strings for adding different groups. The default group should always use 0 though.

Universal (used for almost everything that involves a form)

  • Added support for multiple forms on the same page. works only with the display() function that checks what form name is specified before processing. You can also copy this method and adjust it to fit your needs.

NARPed Brainstorm

Wednesday, August 20th, 2008

Today is the day I ‘officialy’ start coding NARPed v2. Version 1 was more a fork of ALP. Although there are people working on ALP2, I don’t feel like modifying another existing platform, nor do I feel the need to keep working on the old ALP codebase while something better will have to come eventually anyhow.

At first, I’m all about thinking out how the website should look like and how I should build it. You can see a little of my toughts on this scribble:

[bubbl]http://bubbl.us/sys/view.swf?sid=144625&pw=ya/mUumf.w6D.NjZDZlUuSThwSGhVaw;500;400;NARPed[/bubbl]

Converting ALP to work for NARPs too.

Wednesday, August 6th, 2008

First off, a quick introduction to ALP:

ALP stands for ‘Autonomous LAN Party‘ and is an Intranet LAN Party Management Software Package written by LAN admins for LAN admins. The original website can be found on the nerdclub alp website.

As you will notice, development on the website has stopped a couple of years ago, but ALP is not dead. Since a couple of weeks ago, a small group of developers started on ALP2. You can find more information on ALP2 on the new forum and wiki. I’ll volunteer myself to help out once I finish off this project on the old alp.

And what the hell is a NARP?

A NARP (stands for Not Any specific Reason Party) is these days becoming more and more popular. It was invented by a gaming community called ‘Destructoid’ (homepage is – captain obvious speaks – http://www.destructoid.com/). The main difference with a LAN is that it can involve consoles. My friend Johan is organising a NARP this summer (end august) and we needed a decent system to handle all the consoles and people that are coming, so we looked into ALP but found there was a lot of functionality missing.

That is when I started converting the old ALP to work for NARPs too. I added a console list, console games and statistics about the lot of them. In the mean time, I also adjusted plenty of core files to be better, faster (errmmm not really, but it just sounds good) and stronger.

I’ll be posting a changelog about what I changed to the original ALP soon and I’ll also publish the source later on. I’ll have to convert the install to fit some extra tables I introduced and some have just changed a bit.

In the mean time…

While you are waiting for the source and you are interested in coming to this NARP (to game, slack or talk code), make sure you check the website here and here.

Brainstorming…

Tuesday, May 13th, 2008

Don’t you just hate it when you have an idea, you scribble it on a piece of paper and after a while you have too much pieces of paper dealing with the same thing. Or even better, the paper have served as barbecue fuel already… I have this problem all the time. So I went looking for a online brainstorm package. Originally, I wanted to find some php project dealing with this that I could set up at my home server.

But then, I ran into Bubbl.us. What is Bubbl.us? From their website: "Bubbl.us is a simple and free web application that lets you brainstorm online."

bubbl.us logo

So if you feel the need to brainstorm and you want to stop wasting paper, just register and have a blast.

Update: I noticed they have a wordpress plugin too. You can find all the information here.

Validating xHTML 1.0 Strict and SVG

Thursday, April 3rd, 2008

Yesterday I started with some inline svg in a xhtml webpage. And it proved to be a great challenge to make the damn thing valid. I tried multiple solutions and finally I found the following blogpost. There are 2 solutions according to :ism:

(more…)