posted: 2010-07-18 11:09:39
This is a guide to setting up an svn server. First be sure that you have subversion installed on your server. If you wish to use the webdav apache module, then you will also need libapache2-svn. If y...
read moreThis is a guide to setting up an svn server. First be sure that you have subversion installed on your server. If you wish to use the webdav apache module, then you will also need libapache2-svn. If y...
read moreOne of the major advantages to come from the SPL is the introduction on the iterator interface and her derived classes. The iterator interface contains 6 abstract functions. abstract pub...
read moreThis week I will be demonstrating how to use template classes in C++. Template classes should be used when you need functions and classes to use generic types. As always source code and binary are a...
read moreToday I thought that I would talk about using a comparison delegate function with native PHP sort functions. The reason for me writing this tutorial is that I often come across code where developers ...
read moreIn this tutorial I will show you how to use the GNOME notification area in C++ The GNOME notification window is a powerful usability feature that allows developers to deliver subtle and effective not...
read moreI just wanted to take some time to talk about the tools which I use on a daily basis. I will also confess that I spent the first 6 years of my professional career as a C#.Net developer. So before tu...
read moreIn this tutorial I am going to teach you how to implement drag and drop with you wxWidget application. The ability to drag and drop is something which people ask a lot of questions about but there ar...
read moreToday we are going to explore the wxWidgets's wxTreeCtrl. This control does pretty much what it says on the tin. It that it displays to the user in a composite pattern (I will be covering design patt...
read moreI decided to add this tutorial as I have seen many people asking questions on iterate directories in linux. I will also combine this with how to implement the wxTree control. The wxWidgets framework i...
read moreIn this tutorial I will familiarize you with the jQuery accordion widget. This widget might not be as useless as it first appears. Firstly I can think of many occasions in the last year where I have...
read moreHere are my tutorials and useful things that I hope others will find helpful, relating to open source technologies mainly relating to C++, PHP and Javascript.