posted: 2010-08-13 21:29:33
This is a quick example of how to use curl in PHP to send login information via POST using CURLOPT_POSTFIELDS to a webserver and the use the CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE store and re-send...
read moreThis is a quick example of how to use curl in PHP to send login information via POST using CURLOPT_POSTFIELDS to a webserver and the use the CURLOPT_COOKIEJAR and CURLOPT_COOKIEFILE store and re-send...
read moreThis isn't going to be the biggest tutorial as I have had very little time this week. So this one is going to be very simple. I am going to show you how to make a simple splash screen for your wxWid...
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 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.