Today I'll show a way of splitting up a plugins logic into multiple files without losing all the magic that makes writing habari plugins so easy and more importantly without making the plugin overly complex.more
Posts tagged with PHP
Civilization 5 addiction
On September 24th (21th in North America) of this year something horrible happened, Firaxis released Civilization V. You are probably wondering why this is so bad. Well, if you are a recovering civilization addict like myself, a new Civ game can be devastating to your productivity and social life. Unfortunately for me the new game did have exactly that effect, …more
Bit flags
As hardware has gotten cheaper and with the advance of high level programming languages developers rarely have to consider cpu, memory limitations, or efficiency when they write their code. The obvious exception being developers working on drivers, operating systems or other low level operations.
The pros of this are obvious to most developers but one con that is often overlooked is that certain idioms and tricks of the trade have become something of a lost art.
moreInstalling a Web Application on Engarde Secure Linux
Once you've read this article you will have learned how to install a PHP Web Application on a server running Engarde Secure Linux.
For the sake of this article, we will assume that you are running version 3.0.22 or later of Engarde Linux with SELinux in enforcing mode and that you have already installed the following packages: apache, MySQL-server, php5 and php5-mysql. Obviously we assume that you have root access as well.
more