Category Archive

The following is a list of all entries from the Projects category.

c# UserControl resize problem

Yesterday and today I’ve been having problems in Visual studio with the UserControl elements and how to get them to resize them automatically when the WinForm changes size. I’ve found all kind of workaround nearly all of them were a lot of work while the designer in Visual studio should be able to do it for [...]


Profiling a php application

Today I’ve been talking with a friend of mine, Pieter. We share a server together for our websites,programming adventures etc. I’ve been talking about a project I’m writing and reminded me to go profile my application so the load of the application keeps low. So I’ve been searching the web for some easy profiling system, [...]


Annoyed…with coding

I’ve been coding away all week, that is between my other jobs at home In all my ‘wisdom’ and persistence i made a small app with Yii which stores data in an array and serializes it into a db, and a basic CRUD, a proof of concept to see if the framework was capable of [...]


Register & Yii projects

So, I think ti’s time for some updates on the website. I has been a bit wild the last 3 weeks. School has started yet again and I had a project to finish not to mention that i’m starting to see through the Yii framework structure. I’ve been writing diagrams for different project that I [...]


PHP app installer

The last 2 to 3 days I’ve been working on a system that can be easely integrated into any application so that it can install itself on a server. I’ve added some ideas to suit myself, one is that data is installed to 2 databases. One for the users and one for the data of [...]


Inserting adsense in phpbb3 templates

I have to review some things from my last post about phpbb3 adsense. Infact it doesn’t matter where you put it just don’t do it in the if statements of the templates because you won’t be able to see it always. Share on Facebook


Adsense and forums

Where do you put AdSense when you manage a forum? It’s the question I’m thinking about for some days now. I’m trying different approaches every once in a while until I’m satisfied. Just before you we get started, note that forums.webscriptz.be isn’t getting a lot of visitors, this is basically because I have to deal [...]