Qt 4 C++ development with Qt 4 Creator or Netbeans on Ubuntu Linux
So you want to develop GUI applications using Qt4 framework on Ubuntu Linux? No problem. Everything what you need is at the tip of you fingertips (official Ubuntu repository to be exact). Here's what...
View ArticleC/C++ library programming on Linux - Part one: Static libraries
Background One of the most important aspects of modern programming is concept of reuse of code. Even C programming language allows us to reuse our code using concepts like simple functions and...
View ArticleC/C++ library programming on Linux – Part two: Dynamic libraries
This is my second article in the "C/C++ library programming on Linux" series. I recommend that you read the first part of this article series where I've explained the whole library thing, and gave an...
View ArticleC/C++ library programming on Linux - Part three: Dynamic libraries using...
This is my third article in the “C/C++ library programming on Linux” series. I strongly suggest you read the first two parts parts of this article series where I’ve given some background about...
View ArticleNetbeans 7.0 and "Cannot find java. Please use the -- jdkhome switch"
Why do I like coding in Netbeans IDE? I don't really know why, I just do. Don't get me wrong, I use Eclipse and it is a great tool but Netbeans and me go way back. But unfortunately there is a little...
View ArticleEnable userdir Apache module on Ubuntu Linux and other Debian based...
Lately I've spent a lot of time on web programming using open source based technologies like PHP, MySQL and PostgreSQL. This works really great on Linux because every tool you need for web programing...
View ArticleConfigure MySQL and Apache not to start at boot on Ubuntu Linux
I often do my web development on the move using my laptop. Because of that I must run Apache with PHP and MySQL servers on both my desktop and my laptop PC. You can probably guess that this doesn't...
View ArticlePHP function to get WordPress plugin version
So you're working on a WordPress plugin and you want to get current plugin version using PHP for display inside your plugin settings or on your plugin front end. Hardcoding the plugin version and...
View ArticleLinux system programming: Open file, read file and write file
This is my first article in what I'm hoping will be a series of articles on system programming for POSIX compliant operating systems with focus on Linux. Actually I've touched this topic a while ago...
View ArticleHole punching with Magento Enterprise Edition full page cache
In my last article on this topic I explained how Magento Enterprise Edition Full Page Cache works, and how to use performance boost it provides at your own controller action. In the second part of this...
View Article