WimTibackx.be
My Digital Home
My Digital Home
Aug 25th
Tijdens de voorbije dagen heb ik de archieven van witch.be, de blog van @Gudrun (twitter) doorgelezen. Dit heeft me overtuigd om terug meer (of volledig) in het Nederlands te schrijven. Hoewel ik meestal voldoende Engels beheers om in het Engels te schrijven, gaat het niet even vlot, wat ervoor zorgt dat More >
Jun 19th
I’m unhappy with the recent developments in WordPress, bbPress and BackPress. WP 3.0 features the new custom post type system, but there is no way of altering the default post types, or deleting them. The minimum requirement is still php 4.3 and almost nothing is object oriented, which makes developing More >
Jun 2nd
In this lesson, we’ll cover 2 often related subjects: arrays and loops. Loops allow you to loop certain pieces of code. Arrays are lists of keys and values. Keys are used to access the values. (more…)
May 24th
In this C# lesson we’ll cover 2 C# language structures for condition checking. The If-Else structure and the Switch structure. (more…)
May 24th
In this lesson we’ll learn how to use methods and classes. A method is a piece of code doing something very specific. You could have a method to ask the name of the current user and return it for example. A class is (most of the times) something you can More >
May 24th
In this lesson we’ll learn how to create variables, convert them and what datatypes are. (more…)
May 24th
From today on, I’m creating a new series with some basic tutorials in C# Programming. I must note that I’m not a C# Expert (been programming for only a year) and these first posts are made in a rush. I will revise them later. Today we’ll cover the basics of More >
Apr 25th
We all have our prejudices. I for example hated french (the language, not the nationality) which is not helping that much when you’ve got 3 hours french class per week. Last week we were given an assignment to search for a french song we liked and tell some stuff about More >
Apr 19th
As you may know, inheriting a singleton object has always been a problem. Fortunatly, php 5.3 solves this problem. (more…)