24 June 2008 – 12:00
in Plugins, Wordpress —
Here is my first article from a series : Write your own plugin for Wordpress.
Introduction to plugins
Plugin’s skeletton
Activation, Hooks & Filters
Widgets Definition
How does plugins work
A plugin is basically a php file included within Wordpress at startup and plugged into the core. When I say file, it can be a set of files, but only one [...]
By Anthony
When you program a shell script, it’s always usefull to have some message reporting immediatly such as OK or Error. So here is a little how-to get color in your shell scripts.
In order to do so, you just have to use ASCII characters within your command-line. This will make them more eye appealing.
The syntax is [...]
By Anthony