Category Archive
The following is a list of all entries from the Projects category.
c# UserControl resize problem
Filed in Problem/Solution,Projects, 28/03/2012, 13:59Yesterday 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
Filed in General,myself and me,Projects, 04/09/2010, 15:00Today 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
Filed in General,Projects,tutorials, 22/02/2010, 00:39I’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
Filed in myself and me,Projects,Technology, 24/09/2009, 23:09So, 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
Filed in Projects, 09/02/2009, 23:41The 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
Filed in myself and me,Projects,source code, 15/08/2008, 15:12I 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
Filed in Projects,source code, , 00:04Where 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 [...]