Zen-Dreams

Zen-Dreams.com

Tag Archives: Development

Low frequency publication

I’ve reduced frequency of my publications these days, for two reasons.
First, I’m re-writing the DNA-Framework, I don’t know yet what will come out of it, probably something big ;) I’m not sure yet if it will be released as OpenSource framework or not. I’ll decide that when version 1.0 will be ready.
And the other thing [...]

By Anthony

New plugin and minor update of the blog

After publishing my lastest plugin, I saw that some blogs are pulling posts directly from the RSS feed to publish it on their “splogs” (spam blogs). In order to avoid duplicate content, I decided to create a new plugin that will enable you to add anything you want inside your feed’s posts.
This addition is only [...]

By Anthony

ZdMultilang, version 1.1 is out

Due to some requests and feedback I received on my Wordpress plugin ZdMultilang, a new version has been published on wordpress.org.
This version is numbered 1.1.0 because of the number of improvements I made to the plugin. But before to talk about what I’ve changed, I’d like to thank all those who gave me their ideas [...]

By Anthony

Write your own plugin for Wordpress [Chapter 3]

As a reminder, this article is the third of a series called Write your own plugin for Wordpress

Introduction to plugins
Plugin’s skeletton

1. Plugin activation

When a Wordpress plugin becomes active, it might be interesting to do some processing (such as database creation, options filling, and so on…). To do so, Wordpress is providing a very usefull function [...]

By Anthony